Skip to content

Commit

Permalink
Changed type of networkIdentifier from PublicIPAddress to SubResource (
Browse files Browse the repository at this point in the history
#29469)

* added networkidentifier under vnet->subet->serviceendpoint

* added format :armid and updated description

* corrected the type

* fixed response

* response type fixed example

* Changed type of networkIdentifier from ./publicIpAddress.json#/definitions/PublicIPAddress to ./network.json#/definitions/SubResource

---------

Co-authored-by: Bhupesh Bhatt <bhupeshbhatt@microsoft.com>
  • Loading branch information
bhupeshbhatt1985 and bhupeshbhattmicrosoft authored Jun 18, 2024
1 parent 225d348 commit 16b65b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1688,8 +1688,8 @@
"description": "The type of the endpoint service."
},
"networkIdentifier": {
"$ref": "./publicIpAddress.json#/definitions/PublicIPAddress",
"description": "Public IP Address Resource as network identifier."
"$ref": "./network.json#/definitions/SubResource",
"description": "SubResource as network identifier."
},
"locations": {
"type": "array",
Expand Down

0 comments on commit 16b65b5

Please sign in to comment.