Skip to content

Commit

Permalink
CodeGen from PR 14925 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 550824666f8611250ce5240085d5ef293da294fa into c234651f2885c07ff4a77e50c883145949fda5fa
  • Loading branch information
SDKAuto committed Jul 8, 2021
1 parent 2924917 commit e6fd94b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
6 changes: 3 additions & 3 deletions schemas/2018-05-01/subscriptionDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"resources": {
"description": "Collection of resources to be deployed",
"oneOf":[
"oneOf": [
{
"$ref": "#/definitions/resourcesWithoutSymbolicNames"
},
Expand Down Expand Up @@ -987,14 +987,14 @@
}
]
},
"resourcesWithSymbolicNames":{
"resourcesWithSymbolicNames": {
"type": "object",
"description": "Resources with symbolic names",
"additionalProperties": {
"$ref": "#/definitions/resource"
}
},
"resourcesWithoutSymbolicNames":{
"resourcesWithoutSymbolicNames": {
"type": "array",
"description": "Resources without symbolic names",
"items": {
Expand Down
4 changes: 4 additions & 0 deletions schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -16344,6 +16344,10 @@
"type": "string",
"description": "The name of the subnet this integration runtime will join."
},
"subnetId": {
"type": "string",
"description": "The ID of subnet, to which this Azure-SSIS integration runtime will be joined."
},
"vNetId": {
"type": "string",
"description": "The ID of the VNet that this integration runtime will join."
Expand Down
6 changes: 3 additions & 3 deletions schemas/2019-08-01/managementGroupDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"resources": {
"description": "Collection of resources to be deployed",
"oneOf":[
"oneOf": [
{
"$ref": "#/definitions/resourcesWithoutSymbolicNames"
},
Expand Down Expand Up @@ -678,14 +678,14 @@
}
]
},
"resourcesWithSymbolicNames":{
"resourcesWithSymbolicNames": {
"type": "object",
"description": "Resources with symbolic names",
"additionalProperties": {
"$ref": "#/definitions/resource"
}
},
"resourcesWithoutSymbolicNames":{
"resourcesWithoutSymbolicNames": {
"type": "array",
"description": "Resources without symbolic names",
"items": {
Expand Down
6 changes: 3 additions & 3 deletions schemas/2019-08-01/tenantDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"resources": {
"description": "Collection of resources to be deployed",
"oneOf":[
"oneOf": [
{
"$ref": "#/definitions/resourcesWithoutSymbolicNames"
},
Expand Down Expand Up @@ -798,14 +798,14 @@
}
]
},
"resourcesWithSymbolicNames":{
"resourcesWithSymbolicNames": {
"type": "object",
"description": "Resources with symbolic names",
"additionalProperties": {
"$ref": "#/definitions/resource"
}
},
"resourcesWithoutSymbolicNames":{
"resourcesWithoutSymbolicNames": {
"type": "array",
"description": "Resources without symbolic names",
"items": {
Expand Down

0 comments on commit e6fd94b

Please sign in to comment.