From 1bcc20d7c3523dfddc34a44881048824f3b86d1c Mon Sep 17 00:00:00 2001 From: Mark Cowlishaw Date: Wed, 21 Aug 2019 19:39:12 -0700 Subject: [PATCH 1/4] Add blockchain to latest profile --- profiles/definitions/latest-2019-04-30.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/profiles/definitions/latest-2019-04-30.md b/profiles/definitions/latest-2019-04-30.md index d232011ad030..c011a4cc041a 100644 --- a/profiles/definitions/latest-2019-04-30.md +++ b/profiles/definitions/latest-2019-04-30.md @@ -41,6 +41,15 @@ profiles: - managedClusters/accessProfiles '2017-07-01': - containerServices + microsoft.blockchain: + '2018-06-01-preview': + - blockchainMembers + - blockchainMembers/consortiumMembers + - blockchainMembers/transactionNodes + - locations + - locations/blockchainMemberOperationResults + - operations + - skus microsoft.capacity: '2019-04-01': - appliedReservations From 7b4609776da798ad54384cbaccd1221f096b275b Mon Sep 17 00:00:00 2001 From: Mark Cowlishaw Date: Wed, 21 Aug 2019 19:52:35 -0700 Subject: [PATCH 2/4] Add additional types --- profiles/definitions/latest-2019-04-30.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/definitions/latest-2019-04-30.md b/profiles/definitions/latest-2019-04-30.md index c011a4cc041a..5a4f50360390 100644 --- a/profiles/definitions/latest-2019-04-30.md +++ b/profiles/definitions/latest-2019-04-30.md @@ -45,9 +45,15 @@ profiles: '2018-06-01-preview': - blockchainMembers - blockchainMembers/consortiumMembers + - blockchainMembers/listApiKeys + - lockchainMembers/regenerateApiKeys - blockchainMembers/transactionNodes + - blockchainMembers/transactionNodes/listApiKeys + - blockchainMembers/transactionNodes/regenerateApiKeys - locations - locations/blockchainMemberOperationResults + - locations/checkNameAvailability + - locations/listConsortiums - operations - skus microsoft.capacity: From acc17872f3b12b5bca2b1ffa78494f6692fb0374 Mon Sep 17 00:00:00 2001 From: Shane Baden Date: Wed, 18 Aug 2021 07:27:27 -0700 Subject: [PATCH 3/4] Resolving s360 workitems for private link/endpoint/dnszonegroups --- .../stable/2021-02-01/privateEndpoint.json | 32 +++++++++++++++++++ .../stable/2021-02-01/privateLinkService.json | 4 +++ 2 files changed, 36 insertions(+) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/privateEndpoint.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/privateEndpoint.json index 8f094c984533..9849ba208206 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/privateEndpoint.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/privateEndpoint.json @@ -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." @@ -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": { @@ -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", @@ -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", @@ -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, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/privateLinkService.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/privateLinkService.json index 0bb581fbbf34..5338586e0d33 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/privateLinkService.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/privateLinkService.json @@ -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": { From 77984799656bb430ef9f7b662dd0df515c1be22a Mon Sep 17 00:00:00 2001 From: Shane Baden Date: Wed, 8 Sep 2021 10:42:25 -0700 Subject: [PATCH 4/4] removing unneeded file --- profiles/definitions/latest-2019-04-30.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/profiles/definitions/latest-2019-04-30.md b/profiles/definitions/latest-2019-04-30.md index 5a4f50360390..d232011ad030 100644 --- a/profiles/definitions/latest-2019-04-30.md +++ b/profiles/definitions/latest-2019-04-30.md @@ -41,21 +41,6 @@ profiles: - managedClusters/accessProfiles '2017-07-01': - containerServices - microsoft.blockchain: - '2018-06-01-preview': - - blockchainMembers - - blockchainMembers/consortiumMembers - - blockchainMembers/listApiKeys - - lockchainMembers/regenerateApiKeys - - blockchainMembers/transactionNodes - - blockchainMembers/transactionNodes/listApiKeys - - blockchainMembers/transactionNodes/regenerateApiKeys - - locations - - locations/blockchainMemberOperationResults - - locations/checkNameAvailability - - locations/listConsortiums - - operations - - skus microsoft.capacity: '2019-04-01': - appliedReservations