Skip to content

Commit

Permalink
Add missing 'type' and 'serviceAlias' for ServiceEndpointPolicy relat…
Browse files Browse the repository at this point in the history
…ed API response
  • Loading branch information
Xu Wang committed Jun 22, 2021
1 parent 4b7316b commit e532cc1
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,10 @@
"readOnly": true,
"type": "string",
"description": "A unique read-only string that changes whenever the resource is updated."
},
"type": {
"type": "string",
"description": "The type of the resource."
}
},
"allOf": [
Expand Down Expand Up @@ -697,6 +701,10 @@
"readOnly": true,
"$ref": "./network.json#/definitions/ProvisioningState",
"description": "The provisioning state of the service endpoint policy resource."
},
"serviceAlias": {
"type": "string",
"description": "The alias indicating if the policy belongs to a service"
}
},
"description": "Service Endpoint Policy resource."
Expand Down

0 comments on commit e532cc1

Please sign in to comment.