From 8fcb8670e8f9b2c46fe7aa23d3f410f9952fba28 Mon Sep 17 00:00:00 2001 From: Mikhail Shilkov Date: Fri, 30 Jul 2021 13:01:17 +0300 Subject: [PATCH] Add name property to PrivateEndpointCreate examples --- .../stable/2019-04-01/examples/PrivateEndpointCreate.json | 1 + .../stable/2019-06-01/examples/PrivateEndpointCreate.json | 1 + .../stable/2019-07-01/examples/PrivateEndpointCreate.json | 1 + .../stable/2019-08-01/examples/PrivateEndpointCreate.json | 1 + .../stable/2019-09-01/examples/PrivateEndpointCreate.json | 1 + .../stable/2019-11-01/examples/PrivateEndpointCreate.json | 1 + .../stable/2019-12-01/examples/PrivateEndpointCreate.json | 1 + .../stable/2020-03-01/examples/PrivateEndpointCreate.json | 1 + .../stable/2020-04-01/examples/PrivateEndpointCreate.json | 1 + .../stable/2020-05-01/examples/PrivateEndpointCreate.json | 1 + .../stable/2020-06-01/examples/PrivateEndpointCreate.json | 1 + .../stable/2020-07-01/examples/PrivateEndpointCreate.json | 1 + .../stable/2020-08-01/examples/PrivateEndpointCreate.json | 1 + .../stable/2020-11-01/examples/PrivateEndpointCreate.json | 1 + .../stable/2021-02-01/examples/PrivateEndpointCreate.json | 1 + 15 files changed, 15 insertions(+) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-04-01/examples/PrivateEndpointCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-04-01/examples/PrivateEndpointCreate.json index 7a4376b9bf32..e8cf87eae12b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-04-01/examples/PrivateEndpointCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-04-01/examples/PrivateEndpointCreate.json @@ -8,6 +8,7 @@ "properties": { "privateLinkServiceConnections": [ { + "name": "testPlc", "properties": { "privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls", "groupIds": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/PrivateEndpointCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/PrivateEndpointCreate.json index 229ea74618bb..84e5f03904a8 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/PrivateEndpointCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/PrivateEndpointCreate.json @@ -9,6 +9,7 @@ "properties": { "privateLinkServiceConnections": [ { + "name": "testPlc", "properties": { "privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls", "groupIds": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/examples/PrivateEndpointCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/examples/PrivateEndpointCreate.json index 7f17b5de78ae..9740f63f5d1d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/examples/PrivateEndpointCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/examples/PrivateEndpointCreate.json @@ -9,6 +9,7 @@ "properties": { "privateLinkServiceConnections": [ { + "name": "testPlc", "properties": { "privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls", "groupIds": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-08-01/examples/PrivateEndpointCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-08-01/examples/PrivateEndpointCreate.json index 288790991b03..ac36ae5ed0e8 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-08-01/examples/PrivateEndpointCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-08-01/examples/PrivateEndpointCreate.json @@ -9,6 +9,7 @@ "properties": { "privateLinkServiceConnections": [ { + "name": "testPlc", "properties": { "privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls", "groupIds": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-09-01/examples/PrivateEndpointCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-09-01/examples/PrivateEndpointCreate.json index 1b984ae021ed..f68f77a20339 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-09-01/examples/PrivateEndpointCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-09-01/examples/PrivateEndpointCreate.json @@ -9,6 +9,7 @@ "properties": { "privateLinkServiceConnections": [ { + "name": "testPlc", "properties": { "privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls", "groupIds": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-11-01/examples/PrivateEndpointCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-11-01/examples/PrivateEndpointCreate.json index 50ab4b9877c0..40e9089ee6fd 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-11-01/examples/PrivateEndpointCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-11-01/examples/PrivateEndpointCreate.json @@ -9,6 +9,7 @@ "properties": { "privateLinkServiceConnections": [ { + "name": "testPlc", "properties": { "privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls", "groupIds": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2019-12-01/examples/PrivateEndpointCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2019-12-01/examples/PrivateEndpointCreate.json index e123a5fb4bc9..b1f0481cd9a8 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2019-12-01/examples/PrivateEndpointCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2019-12-01/examples/PrivateEndpointCreate.json @@ -9,6 +9,7 @@ "properties": { "privateLinkServiceConnections": [ { + "name": "testPlc", "properties": { "privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls", "groupIds": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-03-01/examples/PrivateEndpointCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-03-01/examples/PrivateEndpointCreate.json index 67f60c5df8b3..b9c17fdd6454 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-03-01/examples/PrivateEndpointCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-03-01/examples/PrivateEndpointCreate.json @@ -9,6 +9,7 @@ "properties": { "privateLinkServiceConnections": [ { + "name": "testPlc", "properties": { "privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls", "groupIds": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/PrivateEndpointCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/PrivateEndpointCreate.json index 29c81d222b01..28134e988d6b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/PrivateEndpointCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/PrivateEndpointCreate.json @@ -9,6 +9,7 @@ "properties": { "privateLinkServiceConnections": [ { + "name": "testPlc", "properties": { "privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls", "groupIds": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/examples/PrivateEndpointCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/examples/PrivateEndpointCreate.json index 39ef52e2e27d..0c0325e67206 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/examples/PrivateEndpointCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/examples/PrivateEndpointCreate.json @@ -9,6 +9,7 @@ "properties": { "privateLinkServiceConnections": [ { + "name": "testPlc", "properties": { "privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls", "groupIds": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/examples/PrivateEndpointCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/examples/PrivateEndpointCreate.json index 18ce94f26420..d63031f97592 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/examples/PrivateEndpointCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/examples/PrivateEndpointCreate.json @@ -9,6 +9,7 @@ "properties": { "privateLinkServiceConnections": [ { + "name": "testPlc", "properties": { "privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls", "groupIds": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/PrivateEndpointCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/PrivateEndpointCreate.json index 37ebaf88aa16..9fe0f974eb7e 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/PrivateEndpointCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-07-01/examples/PrivateEndpointCreate.json @@ -9,6 +9,7 @@ "properties": { "privateLinkServiceConnections": [ { + "name": "testPlc", "properties": { "privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls", "groupIds": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/examples/PrivateEndpointCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/examples/PrivateEndpointCreate.json index d7051042cfa1..5053a99e2667 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/examples/PrivateEndpointCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-08-01/examples/PrivateEndpointCreate.json @@ -13,6 +13,7 @@ "properties": { "privateLinkServiceConnections": [ { + "name": "testPlc", "properties": { "privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls", "groupIds": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2020-11-01/examples/PrivateEndpointCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2020-11-01/examples/PrivateEndpointCreate.json index 1fe8d86e1c96..a009556a3c4c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2020-11-01/examples/PrivateEndpointCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2020-11-01/examples/PrivateEndpointCreate.json @@ -13,6 +13,7 @@ "properties": { "privateLinkServiceConnections": [ { + "name": "testPlc", "properties": { "privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls", "groupIds": [ diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateEndpointCreate.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateEndpointCreate.json index fceacbf69b33..b7c6d45a2bc4 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateEndpointCreate.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/examples/PrivateEndpointCreate.json @@ -13,6 +13,7 @@ "properties": { "privateLinkServiceConnections": [ { + "name": "testPlc", "properties": { "privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls", "groupIds": [