Skip to content

Commit

Permalink
CodeGen from PR 15124 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge baa0f8968149ebf71dd2579cd0f4616ffffefaeb into 4385826d93eee47b9590114b59006a35a6d5c515
  • Loading branch information
SDKAuto committed Jul 8, 2021
1 parent 2924917 commit 734a610
Show file tree
Hide file tree
Showing 6 changed files with 3,230 additions and 191 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
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
Loading

0 comments on commit 734a610

Please sign in to comment.