Skip to content

Commit

Permalink
Swagger correctness completeness (#15693)
Browse files Browse the repository at this point in the history
* Add blockchain to latest profile

* Add additional types

* Resolving s360 workitems for private link/endpoint/dnszonegroups

* removing unneeded file

Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
Co-authored-by: Shane Baden <shbaden@microsoft.com>
  • Loading branch information
3 people authored Sep 15, 2021
1 parent 69b3612 commit 54f1c87
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,10 @@
},
"PrivateEndpointProperties": {
"properties": {
"resourceGuid": {
"type": "string",
"description": "The resource id of private endpoint."
},
"subnet": {
"$ref": "./virtualNetwork.json#/definitions/Subnet",
"description": "The ID of the subnet from which the private IP will be allocated."
Expand Down Expand Up @@ -768,6 +772,10 @@
"type": "string",
"description": "The resource id of private link service."
},
"resolvedPrivateLinkServiceLocation": {
"type": "string",
"description": "The location for the resolved private link service."
},
"groupIds": {
"type": "array",
"items": {
Expand Down Expand Up @@ -868,6 +876,10 @@
"type": "string",
"description": "Name of the resource that is unique within a resource group. This name can be used to access the resource."
},
"type": {
"type": "string",
"description": "Type of resource. Will be specified as private dns zone groups."
},
"etag": {
"readOnly": true,
"type": "string",
Expand Down Expand Up @@ -909,6 +921,21 @@
"type": "string",
"description": "Name of the resource that is unique within a resource group. This name can be used to access the resource."
},
"id": {
"type": "string",
"readOnly": true,
"description": "The id of the privateDnsZoneConfig."
},
"type": {
"type": "string",
"readOnly": true,
"description": "Type of resource. Will be specified as private dns zone configurations."
},
"etag": {
"readOnly": true,
"type": "string",
"description": "A unique read-only string that changes whenever the resource is updated."
},
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/PrivateDnsZonePropertiesFormat",
Expand All @@ -923,6 +950,11 @@
"type": "string",
"description": "The resource id of the private dns zone."
},
"provisioningState": {
"readOnly": true,
"$ref": "./network.json#/definitions/ProvisioningState",
"description": "The provisioning state of the private dns zone group resource."
},
"recordSets": {
"type": "array",
"readOnly": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,10 @@
},
"description": "An array of references to the load balancer IP configurations."
},
"resourceGuid": {
"type": "string",
"description": "The resource id of private link service."
},
"ipConfigurations": {
"type": "array",
"items": {
Expand Down

0 comments on commit 54f1c87

Please sign in to comment.