Skip to content

Commit 5ed6fc7

Browse files
committed
renamed pricingTier to sku
1 parent 5d35584 commit 5ed6fc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/platform/template-workspace-configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ The following template sample illustrates how to:
193193
"description": "Workspace name"
194194
}
195195
},
196-
"pricingTier": {
196+
"sku": {
197197
"type": "string",
198198
"allowedValues": [
199199
"PerGB2018",
@@ -302,7 +302,7 @@ The following template sample illustrates how to:
302302
"immediatePurgeDataOn30Days": "[parameters('immediatePurgeDataOn30Days')]"
303303
},
304304
"sku": {
305-
"name": "[parameters('pricingTier')]"
305+
"name": "[parameters('sku')]"
306306
}
307307
},
308308
"resources": [
@@ -601,7 +601,7 @@ The following template sample illustrates how to:
601601
"type": "string",
602602
"value": "[reference(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspaceName')), '2015-11-01-preview').customerId]"
603603
},
604-
"pricingTier": {
604+
"sku": {
605605
"type": "string",
606606
"value": "[reference(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspaceName')), '2015-11-01-preview').sku.name]"
607607
},

0 commit comments

Comments
 (0)