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 20, 2018
1 parent df8ee4f commit 52286a2
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -860,6 +860,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 @@ -903,6 +912,13 @@
},
"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."
},
"provisioningState": {
"type": "string",
"description": "The provisioning state of the resource."
Expand Down

0 comments on commit 52286a2

Please sign in to comment.