Skip to content

Commit 1c0a601

Browse files
authored
Merge pull request #120122 from Sannadiana/patch-2
Update resource-manager-cluster.md
2 parents 7cbd658 + 6e99e05 commit 1c0a601

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/azure-monitor/logs/resource-manager-cluster.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ param location string = resourceGroup().location
3434
3535
@description('Specify the capacity reservation value.')
3636
@allowed([
37+
100
38+
200
39+
300
40+
400
3741
500
3842
1000
3943
2000
@@ -87,6 +91,10 @@ resource cluster 'Microsoft.OperationalInsights/clusters@2021-06-01' = {
8791
"CommitmentTier": {
8892
"type": "int",
8993
"allowedValues": [
94+
100,
95+
200,
96+
300,
97+
400,
9098
500,
9199
1000,
92100
2000,

0 commit comments

Comments
 (0)