Skip to content

Commit

Permalink
Adding subnet delegation property on VNET
Browse files Browse the repository at this point in the history
  • Loading branch information
Rupali Vohra committed Aug 31, 2018
1 parent da8dc7c commit 85415c7
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,15 @@
],
"description": "ResourceNavigationLink resource."
},
"ServiceDelegationPropertiesFormat": {
"properties": {
"serviceName": {
"type": "string",
"description": "The name of the service to whom the subnet should be delegated (e.g. Microsoft.Sql/servers)"
}
},
"description": "Properties of a service delegation."
},
"SubnetPropertiesFormat": {
"properties": {
"addressPrefix": {
Expand Down Expand Up @@ -918,6 +927,18 @@
},
"description": "Gets an array of references to the external resources using subnet."
},
"delegations": {
"type": "array",
"items": {
"$ref": "#/definitions/ServiceDelegationPropertiesFormat"
},
"description": "Gets an array of references to the delegations on the subnet."
},
"purpose": {
"type": "string",
"readOnly": true,
"description": "A read-only string identifying the intention of use for this subnet based on delegations and other user-defined properties."
},
"provisioningState": {
"type": "string",
"description": "The provisioning state of the resource."
Expand Down

0 comments on commit 85415c7

Please sign in to comment.