-
Notifications
You must be signed in to change notification settings - Fork 757
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bicep Automation
committed
Mar 25, 2021
1 parent
e89b73e
commit f0b46da
Showing
181 changed files
with
6,387 additions
and
6,387 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,78 +1,78 @@ | ||
{ | ||
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", | ||
"contentVersion": "1.0.0.0", | ||
"parameters": { | ||
"name": { | ||
"type": "string", | ||
"maxLength": 60, | ||
"minLength": 2 | ||
}, | ||
"sku": { | ||
"type": "string", | ||
"defaultValue": "standard", | ||
"allowedValues": [ | ||
"free", | ||
"basic", | ||
"standard", | ||
"standard2", | ||
"standard3", | ||
"storage_optimized_l1", | ||
"storage_optimized_l2" | ||
] | ||
}, | ||
"replicaCount": { | ||
"type": "int", | ||
"defaultValue": 1, | ||
"maxValue": 12, | ||
"minValue": 1 | ||
}, | ||
"partitionCount": { | ||
"type": "int", | ||
"defaultValue": 1, | ||
"allowedValues": [ | ||
1, | ||
2, | ||
3, | ||
4, | ||
6, | ||
12 | ||
] | ||
}, | ||
"hostingMode": { | ||
"type": "string", | ||
"defaultValue": "default", | ||
"allowedValues": [ | ||
"default", | ||
"highDensity" | ||
] | ||
}, | ||
"location": { | ||
"type": "string", | ||
"defaultValue": "[resourceGroup().location]" | ||
} | ||
}, | ||
"functions": [], | ||
"resources": [ | ||
{ | ||
"type": "Microsoft.Search/searchServices", | ||
"apiVersion": "2020-08-01", | ||
"name": "[parameters('name')]", | ||
"location": "[parameters('location')]", | ||
"sku": { | ||
"name": "[parameters('sku')]" | ||
}, | ||
"properties": { | ||
"replicaCount": "[parameters('replicaCount')]", | ||
"partitionCount": "[parameters('partitionCount')]", | ||
"hostingMode": "[parameters('hostingMode')]" | ||
} | ||
} | ||
], | ||
"metadata": { | ||
"_generator": { | ||
"name": "bicep", | ||
"version": "dev", | ||
"templateHash": "4423472138630897119" | ||
} | ||
} | ||
{ | ||
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", | ||
"contentVersion": "1.0.0.0", | ||
"parameters": { | ||
"name": { | ||
"type": "string", | ||
"maxLength": 60, | ||
"minLength": 2 | ||
}, | ||
"sku": { | ||
"type": "string", | ||
"defaultValue": "standard", | ||
"allowedValues": [ | ||
"free", | ||
"basic", | ||
"standard", | ||
"standard2", | ||
"standard3", | ||
"storage_optimized_l1", | ||
"storage_optimized_l2" | ||
] | ||
}, | ||
"replicaCount": { | ||
"type": "int", | ||
"defaultValue": 1, | ||
"maxValue": 12, | ||
"minValue": 1 | ||
}, | ||
"partitionCount": { | ||
"type": "int", | ||
"defaultValue": 1, | ||
"allowedValues": [ | ||
1, | ||
2, | ||
3, | ||
4, | ||
6, | ||
12 | ||
] | ||
}, | ||
"hostingMode": { | ||
"type": "string", | ||
"defaultValue": "default", | ||
"allowedValues": [ | ||
"default", | ||
"highDensity" | ||
] | ||
}, | ||
"location": { | ||
"type": "string", | ||
"defaultValue": "[resourceGroup().location]" | ||
} | ||
}, | ||
"functions": [], | ||
"resources": [ | ||
{ | ||
"type": "Microsoft.Search/searchServices", | ||
"apiVersion": "2020-08-01", | ||
"name": "[parameters('name')]", | ||
"location": "[parameters('location')]", | ||
"sku": { | ||
"name": "[parameters('sku')]" | ||
}, | ||
"properties": { | ||
"replicaCount": "[parameters('replicaCount')]", | ||
"partitionCount": "[parameters('partitionCount')]", | ||
"hostingMode": "[parameters('hostingMode')]" | ||
} | ||
} | ||
], | ||
"metadata": { | ||
"_generator": { | ||
"name": "bicep", | ||
"version": "dev", | ||
"templateHash": "8561775735081536951" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.