Skip to content

Commit 89295bb

Browse files
Merge pull request #218265 from bmansheim/patch-1
Fix REST API syntax
2 parents 6d37a08 + fe66fe6 commit 89295bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/common/azure-defender-storage-configure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ PUT https://management.azure.com/subscriptions/{subscriptionId}/providers/Micros
149149
150150
{
151151
"properties": {
152-
"pricingTier": "Standard"
152+
"pricingTier": "Standard",
153153
"subPlan": "PerStorageAccount"
154154
}
155155
}
@@ -303,7 +303,7 @@ PUT https://management.azure.com/subscriptions/{subscriptionId}/providers/Micros
303303
304304
{
305305
"properties": {
306-
"pricingTier": "Standard"
306+
"pricingTier": "Standard",
307307
"subPlan": "PerTransaction"
308308
}
309309
}

0 commit comments

Comments
 (0)