Skip to content

Commit 475c02e

Browse files
author
Autogenerator Pipeline
committed
Merge remote-tracking branch 'origin/master' into autogenerate
2 parents 9e09f31 + 1beac91 commit 475c02e

File tree

7 files changed

+28
-0
lines changed

7 files changed

+28
-0
lines changed

schemas/2014-04-01-preview/deploymentTemplate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2146,6 +2146,10 @@
21462146
"tags": {
21472147
"type": "object",
21482148
"description": "Name-value pairs to add to the resource"
2149+
},
2150+
"scope": {
2151+
"type": "string",
2152+
"description": "Scope for the resource or deployment. Today, this works for two cases: 1) setting the scope for extension resources 2) deploying resources to the tenant scope in non-tenant scope deployments"
21492153
}
21502154
},
21512155
"required": [

schemas/2015-01-01/deploymentTemplate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2337,6 +2337,10 @@
23372337
"copy": {
23382338
"$ref": "#/definitions/resourceCopy"
23392339
},
2340+
"scope": {
2341+
"type": "string",
2342+
"description": "Scope for the resource or deployment. Today, this works for two cases: 1) setting the scope for extension resources 2) deploying resources to the tenant scope in non-tenant scope deployments"
2343+
},
23402344
"comments": {
23412345
"type": "string"
23422346
}

schemas/2018-05-01/subscriptionDeploymentTemplate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,10 @@
402402
"copy": {
403403
"$ref": "#/definitions/resourceCopy"
404404
},
405+
"scope": {
406+
"type": "string",
407+
"description": "Scope property to be used to provide scope for a resource or to be used to specify a scope for Management Group or Tenant level deployments."
408+
},
405409
"comments": {
406410
"type": "string"
407411
}

schemas/2019-03-01-hybrid/deploymentTemplate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3129,6 +3129,10 @@
31293129
"copy": {
31303130
"$ref": "#/definitions/resourceCopy"
31313131
},
3132+
"scope": {
3133+
"type": "string",
3134+
"description": "Scope for the resource or deployment. Today, this works for two cases: 1) setting the scope for extension resources 2) deploying resources to the tenant scope in non-tenant scope deployments"
3135+
},
31323136
"comments": {
31333137
"type": "string"
31343138
}

schemas/2019-04-01/deploymentTemplate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,6 +1582,10 @@
15821582
"copy": {
15831583
"$ref": "#/definitions/resourceCopy"
15841584
},
1585+
"scope": {
1586+
"type": "string",
1587+
"description": "Scope for the resource or deployment. Today, this works for two cases: 1) setting the scope for extension resources 2) deploying resources to the tenant scope in non-tenant scope deployments"
1588+
},
15851589
"comments": {
15861590
"type": "string"
15871591
}

schemas/2019-08-01/managementGroupDeploymentTemplate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,10 @@
246246
"copy": {
247247
"$ref": "#/definitions/resourceCopy"
248248
},
249+
"scope": {
250+
"type": "string",
251+
"description": "Scope property to be used to provide scope for a resource or to be used to specify a scope for Management Group or Tenant level deployments."
252+
},
249253
"comments": {
250254
"type": "string"
251255
}

schemas/2019-08-01/tenantDeploymentTemplate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,10 @@
366366
"copy": {
367367
"$ref": "#/definitions/resourceCopy"
368368
},
369+
"scope": {
370+
"type": "string",
371+
"description": "Scope property to be used to provide scope for a resource or to be used to specify a scope for Management Group or Tenant level deployments."
372+
},
369373
"comments": {
370374
"type": "string"
371375
}

0 commit comments

Comments
 (0)