Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swagger correctness completeness #15693

Merged
merged 5 commits into from
Sep 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": {
lirenhe marked this conversation as resolved.
Show resolved Hide resolved
"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