From d15923237837d7a1ee5541f3e00142a22f3e8edc Mon Sep 17 00:00:00 2001 From: TJ Egbejimba Date: Thu, 10 Feb 2022 14:50:17 -0800 Subject: [PATCH 1/9] fix privateLink client name --- .../stable/2020-05-01/privateLinks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json index 20bbc6b91487..a6b79265708c 100644 --- a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json +++ b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json @@ -1,9 +1,9 @@ { "swagger": "2.0", "info": { - "title": "PolicyClient", + "title": "ResourcePrivateLinkClient", "version": "2020-05-01", - "description": "To manage and control access to your resources, you can define customized policies and assign them at a scope." + "description": "Provides operations for managing private link resources" }, "host": "management.azure.com", "schemes": [ From 94fbeca7e35a6093a0844b36f07b5aa090f42c25 Mon Sep 17 00:00:00 2001 From: TJ Egbejimba Date: Mon, 28 Feb 2022 10:57:58 -0800 Subject: [PATCH 2/9] Add missing PL operations --- .../examples/GetPrivateLinkAssociation.json | 1 + .../examples/ListPrivateLinkAssociation.json | 25 ++++ ...rceGroupResourceManagementPrivateLink.json | 33 +++++ ...riptionResourceManagementPrivateLink.json} | 0 .../stable/2020-05-01/privateLinks.json | 122 +++++++++++++++--- 5 files changed, 162 insertions(+), 19 deletions(-) create mode 100644 specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/ListPrivateLinkAssociation.json create mode 100644 specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/ListResourceGroupResourceManagementPrivateLink.json rename specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/{ListResourceManagementPrivateLink.json => ListSubscriptionResourceManagementPrivateLink.json} (100%) diff --git a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/GetPrivateLinkAssociation.json b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/GetPrivateLinkAssociation.json index 89021a2e220f..f3a3ea3a0adc 100644 --- a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/GetPrivateLinkAssociation.json +++ b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/GetPrivateLinkAssociation.json @@ -1,5 +1,6 @@ { "parameters": { + "plaId": "00000000-0000-0000-0000-000000000000", "groupId": "my-management-group", "api-version": "2020-05-01" }, diff --git a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/ListPrivateLinkAssociation.json b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/ListPrivateLinkAssociation.json new file mode 100644 index 000000000000..89021a2e220f --- /dev/null +++ b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/ListPrivateLinkAssociation.json @@ -0,0 +1,25 @@ +{ + "parameters": { + "groupId": "my-management-group", + "api-version": "2020-05-01" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "privateLink": "00000000-0000-0000-0000-000000000000", + "publicNetworkAccess": "Enabled", + "tenantID": "06b3ccb8-1384-4bcc-aec7-852f6d57161b", + "scope": "/providers/Microsoft.Management/managementGroups/my-management-group" + }, + "id": "00000000-0000-0000-0000-000000000000", + "type": "Microsoft.Authorization/privateLinkAssociations", + "name": "my-pla" + } + ] + } + } + } +} diff --git a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/ListResourceGroupResourceManagementPrivateLink.json b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/ListResourceGroupResourceManagementPrivateLink.json new file mode 100644 index 000000000000..846f33d6aa0a --- /dev/null +++ b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/ListResourceGroupResourceManagementPrivateLink.json @@ -0,0 +1,33 @@ +{ + "parameters": { + "subscriptionId": "00000000-0000-0000-0000-000000000000", + "resourceGroupName": "my-resource-group", + "api-version": "2020-05-01" + }, + "responses": { + "200": { + "body": { + "value": [ + { + "properties": { + "privateEndpointConnections": [] + }, + "id": "00000000-0000-0000-0000-000000000000", + "name": "my-pla", + "type": "Microsoft.Authorization/privateLinkAssociations", + "location": "eastus" + }, + { + "properties": { + "privateEndpointConnections": [] + }, + "id": "00000000-0000-0000-0000-000000000001", + "name": "my-pla2", + "type": "Microsoft.Authorization/privateLinkAssociations", + "location": "eastus" + } + ] + } + } + } +} diff --git a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/ListResourceManagementPrivateLink.json b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/ListSubscriptionResourceManagementPrivateLink.json similarity index 100% rename from specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/ListResourceManagementPrivateLink.json rename to specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/ListSubscriptionResourceManagementPrivateLink.json diff --git a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json index a6b79265708c..93638e41e085 100644 --- a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json +++ b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json @@ -81,6 +81,43 @@ } } }, + "get": { + "tags": [ + "PrivateLinkAssociation" + ], + "operationId": "PrivateLinkAssociation_Get", + "description": "Get a single private link association", + "parameters": [ + { + "$ref": "#/parameters/ApiVersionParameter" + }, + { + "$ref": "#/parameters/GroupIdParameter" + }, + { + "$ref": "#/parameters/PrivateLinkAssociationIdParameter" + } + ], + "responses": { + "200": { + "description": "Ok. The request has succeeded", + "schema": { + "$ref": "#/definitions/PrivateLinkAssociationGetResult" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Get a private link association for a MG scope.": { + "$ref": "./examples/GetPrivateLinkAssociation.json" + } + } + }, "delete": { "tags": [ "PrivateLinkAssociation" @@ -124,7 +161,7 @@ "tags": [ "PrivateLinkAssociation" ], - "operationId": "PrivateLinkAssociation_Get", + "operationId": "PrivateLinkAssociation_List", "description": "Get a private link association for a management group scope", "parameters": [ { @@ -150,7 +187,7 @@ }, "x-ms-examples": { "Get a private link association for a MG scope.": { - "$ref": "./examples/GetPrivateLinkAssociation.json" + "$ref": "./examples/ListPrivateLinkAssociation.json" } } } @@ -171,7 +208,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the resource group the template will be deployed to. The name is case insensitive.", + "description": "The name of the resource group. The name is case insensitive.", "minLength": 1, "maxLength": 90 }, @@ -226,7 +263,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the resource group the template will be deployed to. The name is case insensitive.", + "description": "The name of the resource group. The name is case insensitive.", "minLength": 1, "maxLength": 90 }, @@ -272,7 +309,7 @@ "in": "path", "required": true, "type": "string", - "description": "The name of the resource group the template will be deployed to. The name is case insensitive.", + "description": "The name of the resource group. The name is case insensitive.", "minLength": 1, "maxLength": 90 }, @@ -335,7 +372,52 @@ }, "x-ms-examples": { "Delete a Resource Management Private Link.": { - "$ref": "./examples/ListResourceManagementPrivateLink.json" + "$ref": "./examples/ListSubscriptionResourceManagementPrivateLink.json" + } + } + } + }, + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/resourceManagementPrivateLinks": { + "get":{ + "tags": [ + "ResourceManagementPrivateLink" + ], + "operationId": "ResourceManagementPrivateLink_ListAtRGLevel", + "description": "Get all the resource management private links in a resource group.", + "parameters": [ + { + "$ref": "#/parameters/SubscriptionIdParameter" + }, + { + "name": "resourceGroupName", + "in": "path", + "required": true, + "type": "string", + "description": "The name of the resource group. The name is case insensitive.", + "minLength": 1, + "maxLength": 90 + }, + { + "$ref": "#/parameters/ApiVersionParameter" + } + ], + "responses": { + "200": { + "description": "Ok - Returns an array of private links.", + "schema": { + "$ref": "#/definitions/ResourceManagementPrivateLinkListResult" + } + }, + "default": { + "description": "Error response describing why the operation failed.", + "schema": { + "$ref": "#/definitions/CloudError" + } + } + }, + "x-ms-examples": { + "Delete a Resource Management Private Link.": { + "$ref": "./examples/ListResourceGroupResourceManagementPrivateLink.json" } } } @@ -345,19 +427,21 @@ "PrivateLinkAssociationProperties": { "type": "object", "properties": { - "privateLink": { - "type": "string", - "description": "The rmpl Resource ID." - }, - "publicNetworkAccess": { - "type": "string", - "enum": [ - "Enabled", - "Disabled" - ], - "x-ms-enum": { - "name": "publicNetworkAccessOptions", - "modelAsString": true + "properties":{ + "privateLink": { + "type": "string", + "description": "The rmpl Resource ID." + }, + "publicNetworkAccess": { + "type": "string", + "enum": [ + "Enabled", + "Disabled" + ], + "x-ms-enum": { + "name": "publicNetworkAccessOptions", + "modelAsString": true + } } } } From ce345802b5d00d10787af31d5b4aa0d772df96d8 Mon Sep 17 00:00:00 2001 From: TJ Egbejimba Date: Mon, 28 Feb 2022 12:17:15 -0800 Subject: [PATCH 3/9] fix prettier and validation errors --- .../2020-05-01/examples/PutPrivateLinkAssociation.json | 6 ++++-- .../stable/2020-05-01/privateLinks.json | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/PutPrivateLinkAssociation.json b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/PutPrivateLinkAssociation.json index 44ebe70b1bce..5f2711f2ca7e 100644 --- a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/PutPrivateLinkAssociation.json +++ b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/PutPrivateLinkAssociation.json @@ -4,8 +4,10 @@ "groupId": "my-management-group", "api-version": "2020-05-01", "parameters": { - "privateLink": "00000000-0000-0000-0000-000000000000", - "publicNetworkAccess": "Enabled" + "properties": { + "privateLink": "00000000-0000-0000-0000-000000000000", + "publicNetworkAccess": "Enabled" + } } }, "responses": { diff --git a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json index 93638e41e085..2604b8e9f6c5 100644 --- a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json +++ b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json @@ -378,7 +378,7 @@ } }, "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/resourceManagementPrivateLinks": { - "get":{ + "get": { "tags": [ "ResourceManagementPrivateLink" ], @@ -427,7 +427,7 @@ "PrivateLinkAssociationProperties": { "type": "object", "properties": { - "properties":{ + "properties": { "privateLink": { "type": "string", "description": "The rmpl Resource ID." From ec5249af7aeb5b4b5e3c7897df4d4d45de80aeed Mon Sep 17 00:00:00 2001 From: TJ Egbejimba Date: Wed, 9 Mar 2022 16:00:57 -0800 Subject: [PATCH 4/9] wrap PrivateLinkAssociation in properties field --- .../stable/2020-05-01/privateLinks.json | 38 +++++++++++-------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json index 2604b8e9f6c5..5377e613110c 100644 --- a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json +++ b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json @@ -56,7 +56,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/PrivateLinkAssociationProperties" + "$ref": "#/definitions/PrivateLinkAssociationObject" }, "description": "Parameters supplied to create the private link association." } @@ -424,24 +424,30 @@ } }, "definitions": { + "PrivateLinkAssociationObject": { + "properties": { + "properties": { + "$ref": "#/definitions/PrivateLinkAssociationProperties", + "description": "The properties of the PrivateLinkAssociation." + } + } + }, "PrivateLinkAssociationProperties": { "type": "object", "properties": { - "properties": { - "privateLink": { - "type": "string", - "description": "The rmpl Resource ID." - }, - "publicNetworkAccess": { - "type": "string", - "enum": [ - "Enabled", - "Disabled" - ], - "x-ms-enum": { - "name": "publicNetworkAccessOptions", - "modelAsString": true - } + "privateLink": { + "type": "string", + "description": "The rmpl Resource ID." + }, + "publicNetworkAccess": { + "type": "string", + "enum": [ + "Enabled", + "Disabled" + ], + "x-ms-enum": { + "name": "publicNetworkAccessOptions", + "modelAsString": true } } } From e45b40b37bdc8405c3405468c613b668cec38e78 Mon Sep 17 00:00:00 2001 From: TJ Egbejimba Date: Thu, 10 Mar 2022 11:10:40 -0800 Subject: [PATCH 5/9] match pla put and get response --- .../stable/2020-05-01/privateLinks.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json index 5377e613110c..85158b04f13f 100644 --- a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json +++ b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json @@ -102,7 +102,7 @@ "200": { "description": "Ok. The request has succeeded", "schema": { - "$ref": "#/definitions/PrivateLinkAssociationGetResult" + "$ref": "#/definitions/PrivateLinkAssociation" } }, "default": { @@ -425,6 +425,7 @@ }, "definitions": { "PrivateLinkAssociationObject": { + "type": "object", "properties": { "properties": { "$ref": "#/definitions/PrivateLinkAssociationProperties", From d834b0cf775cccb36ae171734a244f2db8de1a9f Mon Sep 17 00:00:00 2001 From: TJ Egbejimba Date: Thu, 10 Mar 2022 11:42:01 -0800 Subject: [PATCH 6/9] fix getpla example --- .../examples/GetPrivateLinkAssociation.json | 22 ++++++++----------- .../stable/2020-05-01/privateLinks.json | 2 +- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/GetPrivateLinkAssociation.json b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/GetPrivateLinkAssociation.json index f3a3ea3a0adc..ae8c7d6b720e 100644 --- a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/GetPrivateLinkAssociation.json +++ b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/GetPrivateLinkAssociation.json @@ -7,19 +7,15 @@ "responses": { "200": { "body": { - "value": [ - { - "properties": { - "privateLink": "00000000-0000-0000-0000-000000000000", - "publicNetworkAccess": "Enabled", - "tenantID": "06b3ccb8-1384-4bcc-aec7-852f6d57161b", - "scope": "/providers/Microsoft.Management/managementGroups/my-management-group" - }, - "id": "00000000-0000-0000-0000-000000000000", - "type": "Microsoft.Authorization/privateLinkAssociations", - "name": "my-pla" - } - ] + "properties": { + "privateLink": "00000000-0000-0000-0000-000000000000", + "publicNetworkAccess": "Enabled", + "tenantID": "06b3ccb8-1384-4bcc-aec7-852f6d57161b", + "scope": "/providers/Microsoft.Management/managementGroups/my-management-group" + }, + "id": "00000000-0000-0000-0000-000000000000", + "type": "Microsoft.Authorization/privateLinkAssociations", + "name": "my-pla" } } } diff --git a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json index 85158b04f13f..3d90f1fc3ace 100644 --- a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json +++ b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json @@ -113,7 +113,7 @@ } }, "x-ms-examples": { - "Get a private link association for a MG scope.": { + "Get a single private link association.": { "$ref": "./examples/GetPrivateLinkAssociation.json" } } From 4c7cd8c4692ff952b4beafa7fd9f47ab690b6165 Mon Sep 17 00:00:00 2001 From: TJ Egbejimba Date: Thu, 10 Mar 2022 15:10:11 -0800 Subject: [PATCH 7/9] add 201 response to PUT requests --- .../stable/2020-05-01/privateLinks.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json index 3d90f1fc3ace..03a6a501ff8d 100644 --- a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json +++ b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json @@ -68,6 +68,12 @@ "$ref": "#/definitions/PrivateLinkAssociation" } }, + "201": { + "description": "Created - Returns information about the new private link association.", + "schema": { + "$ref": "#/definitions/PrivateLinkAssociation" + } + }, "default": { "description": "Error response describing why the operation failed.", "schema": { @@ -230,7 +236,13 @@ ], "responses": { "200": { - "description": "OK. The request has succeeded.", + "description": "OK. Returns information about the Resource Management Private Link.", + "schema": { + "$ref": "#/definitions/ResourceManagementPrivateLink" + } + }, + "201": { + "description": "Created. Returns information about the Resource Management Private Link.", "schema": { "$ref": "#/definitions/ResourceManagementPrivateLink" } From 6fc66b4a8c1399c27a32ef49abaf952d56e95efe Mon Sep 17 00:00:00 2001 From: TJ Egbejimba Date: Thu, 10 Mar 2022 15:19:05 -0800 Subject: [PATCH 8/9] add 201 response to PUT examples --- .../examples/PutPrivateLinkAssociation.json | 13 +++++++++++++ .../examples/PutResourceManagementPrivateLink.json | 11 +++++++++++ 2 files changed, 24 insertions(+) diff --git a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/PutPrivateLinkAssociation.json b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/PutPrivateLinkAssociation.json index 5f2711f2ca7e..80cf3ff3337c 100644 --- a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/PutPrivateLinkAssociation.json +++ b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/PutPrivateLinkAssociation.json @@ -23,6 +23,19 @@ "type": "Microsoft.Authorization/privateLinkAssociations", "name": "my-pla" } + }, + "201": { + "body": { + "properties": { + "privateLink": "00000000-0000-0000-0000-000000000000", + "publicNetworkAccess": "Enabled", + "tenantID": "06b3ccb8-1384-4bcc-aec7-852f6d57161b", + "scope": "/providers/Microsoft.Management/managementGroups/my-management-group" + }, + "id": "00000000-0000-0000-0000-000000000000", + "type": "Microsoft.Authorization/privateLinkAssociations", + "name": "my-pla" + } } } } diff --git a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/PutResourceManagementPrivateLink.json b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/PutResourceManagementPrivateLink.json index c4bfd6816823..dd7d79038360 100644 --- a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/PutResourceManagementPrivateLink.json +++ b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/examples/PutResourceManagementPrivateLink.json @@ -19,6 +19,17 @@ "type": "Microsoft.Authorization/privateLinkAssociations", "location": "eastus" } + }, + "201": { + "body": { + "properties": { + "privateEndpointConnections": [] + }, + "id": "00000000-0000-0000-0000-000000000000", + "name": "my-pla", + "type": "Microsoft.Authorization/privateLinkAssociations", + "location": "eastus" + } } } } From dddb6b1b22558a493ce89c121d33776f1ff5e029 Mon Sep 17 00:00:00 2001 From: TJ Egbejimba Date: Tue, 15 Mar 2022 10:29:31 -0700 Subject: [PATCH 9/9] Update specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json Co-authored-by: Dapeng Zhang --- .../Microsoft.Authorization/stable/2020-05-01/privateLinks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json index 03a6a501ff8d..7745b5ea7cc9 100644 --- a/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json +++ b/specification/resources/resource-manager/Microsoft.Authorization/stable/2020-05-01/privateLinks.json @@ -394,7 +394,7 @@ "tags": [ "ResourceManagementPrivateLink" ], - "operationId": "ResourceManagementPrivateLink_ListAtRGLevel", + "operationId": "ResourceManagementPrivateLink_ListByResourceGroup", "description": "Get all the resource management private links in a resource group.", "parameters": [ {