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 bb5ac293d2042db157824ce87763b59931f8db7b into 10b62f609daf6fac48a33a4327fd704a868e0d32
  • Loading branch information
SDKAuto committed Jul 12, 2021
1 parent ae97def commit 4eb1dfd
Show file tree
Hide file tree
Showing 6 changed files with 3,232 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 4eb1dfd

Please sign in to comment.