Skip to content

Commit

Permalink
Merge pull request #1191 from filizt/ScopePropertyUpdate
Browse files Browse the repository at this point in the history
Add scope property to deployment template schema
  • Loading branch information
anthony-c-martin authored Sep 23, 2020
2 parents a95b821 + f0ba4c4 commit 1beac91
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schemas/2014-04-01-preview/deploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2146,6 +2146,10 @@
"tags": {
"type": "object",
"description": "Name-value pairs to add to the resource"
},
"scope": {
"type": "string",
"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"
}
},
"required": [
Expand Down
4 changes: 4 additions & 0 deletions schemas/2015-01-01/deploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2337,6 +2337,10 @@
"copy": {
"$ref": "#/definitions/resourceCopy"
},
"scope": {
"type": "string",
"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"
},
"comments": {
"type": "string"
}
Expand Down
4 changes: 4 additions & 0 deletions schemas/2018-05-01/subscriptionDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,10 @@
"copy": {
"$ref": "#/definitions/resourceCopy"
},
"scope": {
"type": "string",
"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."
},
"comments": {
"type": "string"
}
Expand Down
4 changes: 4 additions & 0 deletions schemas/2019-03-01-hybrid/deploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3129,6 +3129,10 @@
"copy": {
"$ref": "#/definitions/resourceCopy"
},
"scope": {
"type": "string",
"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"
},
"comments": {
"type": "string"
}
Expand Down
4 changes: 4 additions & 0 deletions schemas/2019-04-01/deploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -1582,6 +1582,10 @@
"copy": {
"$ref": "#/definitions/resourceCopy"
},
"scope": {
"type": "string",
"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"
},
"comments": {
"type": "string"
}
Expand Down
4 changes: 4 additions & 0 deletions schemas/2019-08-01/managementGroupDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,10 @@
"copy": {
"$ref": "#/definitions/resourceCopy"
},
"scope": {
"type": "string",
"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."
},
"comments": {
"type": "string"
}
Expand Down
4 changes: 4 additions & 0 deletions schemas/2019-08-01/tenantDeploymentTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,10 @@
"copy": {
"$ref": "#/definitions/resourceCopy"
},
"scope": {
"type": "string",
"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."
},
"comments": {
"type": "string"
}
Expand Down

0 comments on commit 1beac91

Please sign in to comment.