From 6baabae42990314211ceeca2fad4e6c352a645de Mon Sep 17 00:00:00 2001 From: Lei Ni Date: Mon, 20 Apr 2020 17:48:43 +0800 Subject: [PATCH 1/2] Fix invalid resourceGroupname in Relay examples --- .../OperationStatusPrivateEndpointConnectionsGet.json | 2 +- .../PrivateEndpointConnectionsDelete.json | 2 +- .../PrivateEndpointConnectionsGet.json | 2 +- .../PrivateEndpointConnectionsList.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/OperationStatusPrivateEndpointConnectionsGet.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/OperationStatusPrivateEndpointConnectionsGet.json index 87d368fbd43d..9bbc26a80d4c 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/OperationStatusPrivateEndpointConnectionsGet.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/OperationStatusPrivateEndpointConnectionsGet.json @@ -1,7 +1,7 @@ { "parameters": { "namespaceName": "sdk-Namespace-5849", - "resourceGroupName": "{RGName}", + "resourceGroupName": "RGName", "api-version": "2018-01-01-preview", "operationType": "update", "subscriptionId": "{subid}", diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/PrivateEndpointConnectionsDelete.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/PrivateEndpointConnectionsDelete.json index a58190b04c68..b1cceca6f08d 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/PrivateEndpointConnectionsDelete.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/PrivateEndpointConnectionsDelete.json @@ -1,7 +1,7 @@ { "parameters": { "namespaceName": "sdk-Namespace-5849", - "resourceGroupName": "{RGName}", + "resourceGroupName": "RGName", "api-version": "2018-01-01-preview", "subscriptionId": "{subid}", "privateEndpointConnectionName": "{privateEndpointConnection name}" diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/PrivateEndpointConnectionsGet.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/PrivateEndpointConnectionsGet.json index 79d01b2dcc74..e6e4b6feaeb0 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/PrivateEndpointConnectionsGet.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/PrivateEndpointConnectionsGet.json @@ -1,7 +1,7 @@ { "parameters": { "namespaceName": "sdk-Namespace-5849", - "resourceGroupName": "{RGName}", + "resourceGroupName": "RGName", "api-version": "2018-01-01-preview", "subscriptionId": "{subid}", "privateEndpointConnectionName": "{privateEndpointConnection name}" diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/PrivateEndpointConnectionsList.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/PrivateEndpointConnectionsList.json index fffa73c9f4fe..57314e53fcbb 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/PrivateEndpointConnectionsList.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/PrivateEndpointConnectionsList.json @@ -1,7 +1,7 @@ { "parameters": { "namespaceName": "sdk-Namespace-5849", - "resourceGroupName": "{RGName}", + "resourceGroupName": "RGName", "api-version": "2018-01-01-preview", "subscriptionId": "{subid}" }, From b15599486e7527d581ca77023c9d3edf6143d338 Mon Sep 17 00:00:00 2001 From: Lei Ni Date: Tue, 21 Apr 2020 08:51:24 +0800 Subject: [PATCH 2/2] Fix comments --- .../OperationStatusPrivateEndpointConnectionsGet.json | 2 +- .../PrivateEndpointConnectionsDelete.json | 2 +- .../PrivateEndpointConnectionsGet.json | 2 +- .../PrivateEndpointConnectionsList.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/OperationStatusPrivateEndpointConnectionsGet.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/OperationStatusPrivateEndpointConnectionsGet.json index 9bbc26a80d4c..c2340e408340 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/OperationStatusPrivateEndpointConnectionsGet.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/OperationStatusPrivateEndpointConnectionsGet.json @@ -1,7 +1,7 @@ { "parameters": { "namespaceName": "sdk-Namespace-5849", - "resourceGroupName": "RGName", + "resourceGroupName": "myResourceGroup", "api-version": "2018-01-01-preview", "operationType": "update", "subscriptionId": "{subid}", diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/PrivateEndpointConnectionsDelete.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/PrivateEndpointConnectionsDelete.json index b1cceca6f08d..c0318df86386 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/PrivateEndpointConnectionsDelete.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/PrivateEndpointConnectionsDelete.json @@ -1,7 +1,7 @@ { "parameters": { "namespaceName": "sdk-Namespace-5849", - "resourceGroupName": "RGName", + "resourceGroupName": "myResourceGroup", "api-version": "2018-01-01-preview", "subscriptionId": "{subid}", "privateEndpointConnectionName": "{privateEndpointConnection name}" diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/PrivateEndpointConnectionsGet.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/PrivateEndpointConnectionsGet.json index e6e4b6feaeb0..b2f7e0b880ac 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/PrivateEndpointConnectionsGet.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/PrivateEndpointConnectionsGet.json @@ -1,7 +1,7 @@ { "parameters": { "namespaceName": "sdk-Namespace-5849", - "resourceGroupName": "RGName", + "resourceGroupName": "myResourceGroup", "api-version": "2018-01-01-preview", "subscriptionId": "{subid}", "privateEndpointConnectionName": "{privateEndpointConnection name}" diff --git a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/PrivateEndpointConnectionsList.json b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/PrivateEndpointConnectionsList.json index 57314e53fcbb..b452d4751ba8 100644 --- a/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/PrivateEndpointConnectionsList.json +++ b/specification/relay/resource-manager/Microsoft.Relay/preview/2018-01-01-preview/examples/PrivateEndpointConnections/PrivateEndpointConnectionsList.json @@ -1,7 +1,7 @@ { "parameters": { "namespaceName": "sdk-Namespace-5849", - "resourceGroupName": "RGName", + "resourceGroupName": "myResourceGroup", "api-version": "2018-01-01-preview", "subscriptionId": "{subid}" },