forked from Azure/PSRule.Rules.Azure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTests.Bicep.1.json
35 lines (35 loc) · 941 Bytes
/
Tests.Bicep.1.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"$schema": "https://schema.management.azure.com/schemas/2019-08-01/tenantDeploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.31.34.60546",
"templateHash": "7600444971325533016"
}
},
"resources": [
{
"type": "Microsoft.Management/managementGroups",
"apiVersion": "2023-04-01",
"name": "mg-02",
"properties": {
"displayName": "mg-02",
"details": {
"parent": "[reference(tenantResourceId('Microsoft.Management/managementGroups', 'mg-01'), '2023-04-01', 'full')]"
}
},
"dependsOn": [
"[tenantResourceId('Microsoft.Management/managementGroups', 'mg-01')]"
]
},
{
"type": "Microsoft.Management/managementGroups",
"apiVersion": "2023-04-01",
"name": "mg-01",
"properties": {
"displayName": "mg-01"
}
}
]
}