Skip to content

Commit 630e3a2

Browse files
author
SDKAuto
committed
CodeGen from PR 14921 in Azure/azure-rest-api-specs
Merge b403d625eb04b86af8248ad1fe8c683adf3af002 into 9705c3528da31ea3def2acf3af715ae1f185e318
1 parent 2924917 commit 630e3a2

File tree

5 files changed

+3511
-9
lines changed

5 files changed

+3511
-9
lines changed

schemas/2018-05-01/subscriptionDeploymentTemplate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"resources": {
5151
"description": "Collection of resources to be deployed",
52-
"oneOf":[
52+
"oneOf": [
5353
{
5454
"$ref": "#/definitions/resourcesWithoutSymbolicNames"
5555
},
@@ -987,14 +987,14 @@
987987
}
988988
]
989989
},
990-
"resourcesWithSymbolicNames":{
990+
"resourcesWithSymbolicNames": {
991991
"type": "object",
992992
"description": "Resources with symbolic names",
993993
"additionalProperties": {
994994
"$ref": "#/definitions/resource"
995995
}
996996
},
997-
"resourcesWithoutSymbolicNames":{
997+
"resourcesWithoutSymbolicNames": {
998998
"type": "array",
999999
"description": "Resources without symbolic names",
10001000
"items": {

schemas/2019-08-01/managementGroupDeploymentTemplate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"resources": {
5151
"description": "Collection of resources to be deployed",
52-
"oneOf":[
52+
"oneOf": [
5353
{
5454
"$ref": "#/definitions/resourcesWithoutSymbolicNames"
5555
},
@@ -678,14 +678,14 @@
678678
}
679679
]
680680
},
681-
"resourcesWithSymbolicNames":{
681+
"resourcesWithSymbolicNames": {
682682
"type": "object",
683683
"description": "Resources with symbolic names",
684684
"additionalProperties": {
685685
"$ref": "#/definitions/resource"
686686
}
687687
},
688-
"resourcesWithoutSymbolicNames":{
688+
"resourcesWithoutSymbolicNames": {
689689
"type": "array",
690690
"description": "Resources without symbolic names",
691691
"items": {

schemas/2019-08-01/tenantDeploymentTemplate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"resources": {
5151
"description": "Collection of resources to be deployed",
52-
"oneOf":[
52+
"oneOf": [
5353
{
5454
"$ref": "#/definitions/resourcesWithoutSymbolicNames"
5555
},
@@ -798,14 +798,14 @@
798798
}
799799
]
800800
},
801-
"resourcesWithSymbolicNames":{
801+
"resourcesWithSymbolicNames": {
802802
"type": "object",
803803
"description": "Resources with symbolic names",
804804
"additionalProperties": {
805805
"$ref": "#/definitions/resource"
806806
}
807807
},
808-
"resourcesWithoutSymbolicNames":{
808+
"resourcesWithoutSymbolicNames": {
809809
"type": "array",
810810
"description": "Resources without symbolic names",
811811
"items": {

0 commit comments

Comments
 (0)