Skip to content

Commit 54f1c87

Browse files
WistliemarkcowlShane Baden
authored
Swagger correctness completeness (#15693)
* Add blockchain to latest profile * Add additional types * Resolving s360 workitems for private link/endpoint/dnszonegroups * removing unneeded file Co-authored-by: Mark Cowlishaw <[email protected]> Co-authored-by: Shane Baden <[email protected]>
1 parent 69b3612 commit 54f1c87

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/privateEndpoint.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,10 @@
671671
},
672672
"PrivateEndpointProperties": {
673673
"properties": {
674+
"resourceGuid": {
675+
"type": "string",
676+
"description": "The resource id of private endpoint."
677+
},
674678
"subnet": {
675679
"$ref": "./virtualNetwork.json#/definitions/Subnet",
676680
"description": "The ID of the subnet from which the private IP will be allocated."
@@ -768,6 +772,10 @@
768772
"type": "string",
769773
"description": "The resource id of private link service."
770774
},
775+
"resolvedPrivateLinkServiceLocation": {
776+
"type": "string",
777+
"description": "The location for the resolved private link service."
778+
},
771779
"groupIds": {
772780
"type": "array",
773781
"items": {
@@ -868,6 +876,10 @@
868876
"type": "string",
869877
"description": "Name of the resource that is unique within a resource group. This name can be used to access the resource."
870878
},
879+
"type": {
880+
"type": "string",
881+
"description": "Type of resource. Will be specified as private dns zone groups."
882+
},
871883
"etag": {
872884
"readOnly": true,
873885
"type": "string",
@@ -909,6 +921,21 @@
909921
"type": "string",
910922
"description": "Name of the resource that is unique within a resource group. This name can be used to access the resource."
911923
},
924+
"id": {
925+
"type": "string",
926+
"readOnly": true,
927+
"description": "The id of the privateDnsZoneConfig."
928+
},
929+
"type": {
930+
"type": "string",
931+
"readOnly": true,
932+
"description": "Type of resource. Will be specified as private dns zone configurations."
933+
},
934+
"etag": {
935+
"readOnly": true,
936+
"type": "string",
937+
"description": "A unique read-only string that changes whenever the resource is updated."
938+
},
912939
"properties": {
913940
"x-ms-client-flatten": true,
914941
"$ref": "#/definitions/PrivateDnsZonePropertiesFormat",
@@ -923,6 +950,11 @@
923950
"type": "string",
924951
"description": "The resource id of the private dns zone."
925952
},
953+
"provisioningState": {
954+
"readOnly": true,
955+
"$ref": "./network.json#/definitions/ProvisioningState",
956+
"description": "The provisioning state of the private dns zone group resource."
957+
},
926958
"recordSets": {
927959
"type": "array",
928960
"readOnly": true,

specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/privateLinkService.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,10 @@
800800
},
801801
"description": "An array of references to the load balancer IP configurations."
802802
},
803+
"resourceGuid": {
804+
"type": "string",
805+
"description": "The resource id of private link service."
806+
},
803807
"ipConfigurations": {
804808
"type": "array",
805809
"items": {

0 commit comments

Comments
 (0)