Skip to content

Commit 25e5b63

Browse files
author
SDKAuto
committed
CodeGen from PR 19468 in Azure/azure-rest-api-specs
Merge 94b782e04ae83756d6834c08897d9bce211bc4a9 into 9cdc63d02deb911ab06571cbe309c860cc0f1ded
1 parent 689e8a2 commit 25e5b63

File tree

5 files changed

+2628
-88
lines changed

5 files changed

+2628
-88
lines changed

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

Lines changed: 0 additions & 44 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
{
@@ -364,40 +354,6 @@
364354
},
365355
"description": "Describes the cloud service role sku."
366356
},
367-
"cloudServices_updateDomains_childResource": {
368-
"type": "object",
369-
"properties": {
370-
"apiVersion": {
371-
"type": "string",
372-
"enum": [
373-
"2020-10-01-preview"
374-
]
375-
},
376-
"name": {
377-
"oneOf": [
378-
{
379-
"type": "integer"
380-
},
381-
{
382-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
383-
}
384-
],
385-
"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."
386-
},
387-
"type": {
388-
"type": "string",
389-
"enum": [
390-
"updateDomains"
391-
]
392-
}
393-
},
394-
"required": [
395-
"apiVersion",
396-
"name",
397-
"type"
398-
],
399-
"description": "Microsoft.Compute/cloudServices/updateDomains"
400-
},
401357
"CloudServiceVaultAndSecretReference": {
402358
"type": "object",
403359
"properties": {

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

Lines changed: 0 additions & 44 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
{
@@ -1603,40 +1593,6 @@
16031593
},
16041594
"description": "Describes the cloud service role sku."
16051595
},
1606-
"cloudServices_updateDomains_childResource": {
1607-
"type": "object",
1608-
"properties": {
1609-
"apiVersion": {
1610-
"type": "string",
1611-
"enum": [
1612-
"2021-03-01"
1613-
]
1614-
},
1615-
"name": {
1616-
"oneOf": [
1617-
{
1618-
"type": "integer"
1619-
},
1620-
{
1621-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1622-
}
1623-
],
1624-
"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."
1625-
},
1626-
"type": {
1627-
"type": "string",
1628-
"enum": [
1629-
"updateDomains"
1630-
]
1631-
}
1632-
},
1633-
"required": [
1634-
"apiVersion",
1635-
"name",
1636-
"type"
1637-
],
1638-
"description": "Microsoft.Compute/cloudServices/updateDomains"
1639-
},
16401596
"CloudServiceVaultAndSecretReference": {
16411597
"type": "object",
16421598
"properties": {

0 commit comments

Comments
 (0)