Skip to content

Commit bb7ddea

Browse files
Merge pull request #1825 from sanchitkum/compute/cs-no-ud
Remove cloudServices/updateDomains resource from ARM Schema
2 parents a5a4f7f + c1760e7 commit bb7ddea

File tree

3 files changed

+0
-158
lines changed

3 files changed

+0
-158
lines changed

schemas/2019-04-01/deploymentTemplate.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1977,7 +1977,6 @@
19771977
{ "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.Advisor.json#/resourceDefinitions/recommendations_suppressions" },
19781978
{ "$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.Advisor.json#/resourceDefinitions/configurations" },
19791979
{ "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Compute.json#/resourceDefinitions/cloudServices" },
1980-
{ "$ref": "https://schema.management.azure.com/schemas/2020-10-01-preview/Microsoft.Compute.json#/resourceDefinitions/cloudServices_updateDomains" },
19811980
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.ManuallyAuthored.json#/resourceDefinitions/components" },
19821981
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.ManuallyAuthored.json#/resourceDefinitions/webtests" },
19831982
{ "$ref": "https://schema.management.azure.com/schemas/2014-04-01/Microsoft.Insights.ManuallyAuthored.json#/resourceDefinitions/autoscalesettings" },
@@ -2025,7 +2024,6 @@
20252024
{ "$ref": "https://schema.management.azure.com/schemas/2020-12-01/Microsoft.Compute.json#/resourceDefinitions/virtualMachines_runCommands" },
20262025
{ "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/availabilitySets" },
20272026
{ "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/cloudServices" },
2028-
{ "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/cloudServices_updateDomains" },
20292027
{ "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups" },
20302028
{ "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/hostGroups_hosts" },
20312029
{ "$ref": "https://schema.management.azure.com/schemas/2021-03-01/Microsoft.Compute.json#/resourceDefinitions/images" },

schemas/2020-10-01-preview/Microsoft.Compute.json

Lines changed: 0 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,6 @@
3232
],
3333
"description": "Cloud service properties"
3434
},
35-
"resources": {
36-
"type": "array",
37-
"items": {
38-
"oneOf": [
39-
{
40-
"$ref": "#/definitions/cloudServices_updateDomains_childResource"
41-
}
42-
]
43-
}
44-
},
4535
"tags": {
4636
"oneOf": [
4737
{
@@ -72,40 +62,6 @@
7262
"type"
7363
],
7464
"description": "Microsoft.Compute/cloudServices"
75-
},
76-
"cloudServices_updateDomains": {
77-
"type": "object",
78-
"properties": {
79-
"apiVersion": {
80-
"type": "string",
81-
"enum": [
82-
"2020-10-01-preview"
83-
]
84-
},
85-
"name": {
86-
"oneOf": [
87-
{
88-
"type": "integer"
89-
},
90-
{
91-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
92-
}
93-
],
94-
"description": "Specifies an integer value that identifies the update domain. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on."
95-
},
96-
"type": {
97-
"type": "string",
98-
"enum": [
99-
"Microsoft.Compute/cloudServices/updateDomains"
100-
]
101-
}
102-
},
103-
"required": [
104-
"apiVersion",
105-
"name",
106-
"type"
107-
],
108-
"description": "Microsoft.Compute/cloudServices/updateDomains"
10965
}
11066
},
11167
"definitions": {
@@ -398,40 +354,6 @@
398354
},
399355
"description": "Describes the cloud service role sku."
400356
},
401-
"cloudServices_updateDomains_childResource": {
402-
"type": "object",
403-
"properties": {
404-
"apiVersion": {
405-
"type": "string",
406-
"enum": [
407-
"2020-10-01-preview"
408-
]
409-
},
410-
"name": {
411-
"oneOf": [
412-
{
413-
"type": "integer"
414-
},
415-
{
416-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
417-
}
418-
],
419-
"description": "Specifies an integer value that identifies the update domain. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on."
420-
},
421-
"type": {
422-
"type": "string",
423-
"enum": [
424-
"updateDomains"
425-
]
426-
}
427-
},
428-
"required": [
429-
"apiVersion",
430-
"name",
431-
"type"
432-
],
433-
"description": "Microsoft.Compute/cloudServices/updateDomains"
434-
},
435357
"CloudServiceVaultAndSecretReference": {
436358
"type": "object",
437359
"properties": {

schemas/2021-03-01/Microsoft.Compute.json

Lines changed: 0 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,6 @@
102102
],
103103
"description": "Cloud service properties"
104104
},
105-
"resources": {
106-
"type": "array",
107-
"items": {
108-
"oneOf": [
109-
{
110-
"$ref": "#/definitions/cloudServices_updateDomains_childResource"
111-
}
112-
]
113-
}
114-
},
115105
"tags": {
116106
"oneOf": [
117107
{
@@ -143,40 +133,6 @@
143133
],
144134
"description": "Microsoft.Compute/cloudServices"
145135
},
146-
"cloudServices_updateDomains": {
147-
"type": "object",
148-
"properties": {
149-
"apiVersion": {
150-
"type": "string",
151-
"enum": [
152-
"2021-03-01"
153-
]
154-
},
155-
"name": {
156-
"oneOf": [
157-
{
158-
"type": "integer"
159-
},
160-
{
161-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
162-
}
163-
],
164-
"description": "Specifies an integer value that identifies the update domain. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on."
165-
},
166-
"type": {
167-
"type": "string",
168-
"enum": [
169-
"Microsoft.Compute/cloudServices/updateDomains"
170-
]
171-
}
172-
},
173-
"required": [
174-
"apiVersion",
175-
"name",
176-
"type"
177-
],
178-
"description": "Microsoft.Compute/cloudServices/updateDomains"
179-
},
180136
"hostGroups": {
181137
"type": "object",
182138
"properties": {
@@ -1639,40 +1595,6 @@
16391595
},
16401596
"description": "Describes the cloud service role sku."
16411597
},
1642-
"cloudServices_updateDomains_childResource": {
1643-
"type": "object",
1644-
"properties": {
1645-
"apiVersion": {
1646-
"type": "string",
1647-
"enum": [
1648-
"2021-03-01"
1649-
]
1650-
},
1651-
"name": {
1652-
"oneOf": [
1653-
{
1654-
"type": "integer"
1655-
},
1656-
{
1657-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1658-
}
1659-
],
1660-
"description": "Specifies an integer value that identifies the update domain. Update domains are identified with a zero-based index: the first update domain has an ID of 0, the second has an ID of 1, and so on."
1661-
},
1662-
"type": {
1663-
"type": "string",
1664-
"enum": [
1665-
"updateDomains"
1666-
]
1667-
}
1668-
},
1669-
"required": [
1670-
"apiVersion",
1671-
"name",
1672-
"type"
1673-
],
1674-
"description": "Microsoft.Compute/cloudServices/updateDomains"
1675-
},
16761598
"CloudServiceVaultAndSecretReference": {
16771599
"type": "object",
16781600
"properties": {

0 commit comments

Comments
 (0)