Skip to content

Commit e6bd9ec

Browse files
committed
status
1 parent 5e2e635 commit e6bd9ec

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/azure-resource-manager/templates/template-functions-scope.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ It returns:
7777
"version": "1"
7878
},
7979
"displayName": "Example MG 1",
80-
"tenantId": "00000000-0000-0000-0000-000000000000"
80+
"tenantId": "aaaabbbb-0000-cccc-1111-dddd2222eeee"
8181
},
8282
"type": "/providers/Microsoft.Management/managementGroups"
8383
}
@@ -267,7 +267,7 @@ It returns:
267267
"countryCode": "US",
268268
"displayName": "Contoso",
269269
"id": "/tenants/00000000-0000-0000-0000-000000000000",
270-
"tenantId": "00000000-0000-0000-0000-000000000000"
270+
"tenantId": "aaaabbbb-0000-cccc-1111-dddd2222eeee"
271271
}
272272
}
273273
```

articles/azure-resource-manager/templates/template-specs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ For example, you deploy a template spec with the following command.
240240
# [PowerShell](#tab/azure-powershell)
241241

242242
```azurepowershell
243-
$id = "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/templateSpecsRG/providers/Microsoft.Resources/templateSpecs/storageSpec/versions/1.0a"
243+
$id = "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/templateSpecsRG/providers/Microsoft.Resources/templateSpecs/storageSpec/versions/1.0a"
244244
245245
New-AzResourceGroupDeployment `
246246
-TemplateSpecId $id `
@@ -250,7 +250,7 @@ New-AzResourceGroupDeployment `
250250
# [CLI](#tab/azure-cli)
251251

252252
```azurecli
253-
id = "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/templateSpecsRG/providers/Microsoft.Resources/templateSpecs/storageSpec/versions/1.0a"
253+
id = "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/templateSpecsRG/providers/Microsoft.Resources/templateSpecs/storageSpec/versions/1.0a"
254254
255255
az deployment group create \
256256
--resource-group demoRG \

articles/azure-resource-manager/troubleshooting/error-policy-requestdisallowedbypolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ During a deployment, you might receive a `RequestDisallowedByPolicy` error that
2424
"id":"/subscriptions/{guid}/providers/Microsoft.Authorization/policyAssignments/1111aa2222bb3333cc4444dd"}
2525
2626
"policyDefinition":{"name":"Network interfaces should not have public IPs",
27-
"id":"/subscriptions/{guid}/providers/Microsoft.Authorization/policyDefinitions/83a86a26-fd1f-447c-b59d-e51f44264114"}
27+
"id":"/subscriptions/{guid}/providers/Microsoft.Authorization/policyDefinitions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e"}
2828
```
2929

3030
In the `id` string, the `{guid}` placeholder represents an Azure subscription ID. The name of a `policyAssignment` or `policyDefinition` is the last segment of the `id` string.

0 commit comments

Comments
 (0)