Skip to content

Commit 71ca29c

Browse files
authored
Remove policy artifacts from tenant deployment schema
Policy artifacts cannot be created at tenant root scope ("/"). Customers will get an error at deployment time if they attempt this.
1 parent 6f183ef commit 71ca29c

File tree

1 file changed

+1
-46
lines changed

1 file changed

+1
-46
lines changed

schemas/2019-08-01/tenantDeploymentTemplate.json

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -68,51 +68,6 @@
6868
{
6969
"$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Authorization.json#/resourceDefinitions/roleDefinitions"
7070
},
71-
{
72-
"$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Authorization.json#/resourceDefinitions/policyAssignments"
73-
},
74-
{
75-
"$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Authorization.json#/resourceDefinitions/policyDefinitions"
76-
},
77-
{
78-
"$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Authorization.json#/resourceDefinitions/policySetDefinitions"
79-
},
80-
{
81-
"$ref": "https://schema.management.azure.com/schemas/2018-05-01/Microsoft.Authorization.json#/resourceDefinitions/policyAssignments"
82-
},
83-
{
84-
"$ref": "https://schema.management.azure.com/schemas/2018-05-01/Microsoft.Authorization.json#/resourceDefinitions/policyDefinitions"
85-
},
86-
{
87-
"$ref": "https://schema.management.azure.com/schemas/2018-05-01/Microsoft.Authorization.json#/resourceDefinitions/policySetDefinitions"
88-
},
89-
{
90-
"$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.Authorization.json#/resourceDefinitions/policyAssignments"
91-
},
92-
{
93-
"$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.Authorization.json#/resourceDefinitions/policyDefinitions"
94-
},
95-
{
96-
"$ref": "https://schema.management.azure.com/schemas/2019-01-01/Microsoft.Authorization.json#/resourceDefinitions/policySetDefinitions"
97-
},
98-
{
99-
"$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Authorization.json#/resourceDefinitions/policyAssignments"
100-
},
101-
{
102-
"$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Authorization.json#/resourceDefinitions/policyDefinitions"
103-
},
104-
{
105-
"$ref": "https://schema.management.azure.com/schemas/2019-06-01/Microsoft.Authorization.json#/resourceDefinitions/policySetDefinitions"
106-
},
107-
{
108-
"$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Authorization.json#/resourceDefinitions/policyAssignments"
109-
},
110-
{
111-
"$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Authorization.json#/resourceDefinitions/policyDefinitions"
112-
},
113-
{
114-
"$ref": "https://schema.management.azure.com/schemas/2019-09-01/Microsoft.Authorization.json#/resourceDefinitions/policySetDefinitions"
115-
},
11671
{
11772
"$ref": "https://schema.management.azure.com/schemas/2018-11-01-preview/Microsoft.Billing.json#/tenant_resourceDefinitions/billingAccounts_billingProfiles"
11873
},
@@ -737,4 +692,4 @@
737692
"description": "Output copy"
738693
}
739694
}
740-
}
695+
}

0 commit comments

Comments
 (0)