Skip to content

Commit 69b3612

Browse files
Add name property to PrivateEndpointCreate examples (#15450)
1 parent e16ce2d commit 69b3612

File tree

15 files changed

+15
-0
lines changed

15 files changed

+15
-0
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2019-04-01/examples/PrivateEndpointCreate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"properties": {
99
"privateLinkServiceConnections": [
1010
{
11+
"name": "testPlc",
1112
"properties": {
1213
"privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls",
1314
"groupIds": [

specification/network/resource-manager/Microsoft.Network/stable/2019-06-01/examples/PrivateEndpointCreate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"properties": {
1010
"privateLinkServiceConnections": [
1111
{
12+
"name": "testPlc",
1213
"properties": {
1314
"privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls",
1415
"groupIds": [

specification/network/resource-manager/Microsoft.Network/stable/2019-07-01/examples/PrivateEndpointCreate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"properties": {
1010
"privateLinkServiceConnections": [
1111
{
12+
"name": "testPlc",
1213
"properties": {
1314
"privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls",
1415
"groupIds": [

specification/network/resource-manager/Microsoft.Network/stable/2019-08-01/examples/PrivateEndpointCreate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"properties": {
1010
"privateLinkServiceConnections": [
1111
{
12+
"name": "testPlc",
1213
"properties": {
1314
"privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls",
1415
"groupIds": [

specification/network/resource-manager/Microsoft.Network/stable/2019-09-01/examples/PrivateEndpointCreate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"properties": {
1010
"privateLinkServiceConnections": [
1111
{
12+
"name": "testPlc",
1213
"properties": {
1314
"privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls",
1415
"groupIds": [

specification/network/resource-manager/Microsoft.Network/stable/2019-11-01/examples/PrivateEndpointCreate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"properties": {
1010
"privateLinkServiceConnections": [
1111
{
12+
"name": "testPlc",
1213
"properties": {
1314
"privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls",
1415
"groupIds": [

specification/network/resource-manager/Microsoft.Network/stable/2019-12-01/examples/PrivateEndpointCreate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"properties": {
1010
"privateLinkServiceConnections": [
1111
{
12+
"name": "testPlc",
1213
"properties": {
1314
"privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls",
1415
"groupIds": [

specification/network/resource-manager/Microsoft.Network/stable/2020-03-01/examples/PrivateEndpointCreate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"properties": {
1010
"privateLinkServiceConnections": [
1111
{
12+
"name": "testPlc",
1213
"properties": {
1314
"privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls",
1415
"groupIds": [

specification/network/resource-manager/Microsoft.Network/stable/2020-04-01/examples/PrivateEndpointCreate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"properties": {
1010
"privateLinkServiceConnections": [
1111
{
12+
"name": "testPlc",
1213
"properties": {
1314
"privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls",
1415
"groupIds": [

specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/examples/PrivateEndpointCreate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"properties": {
1010
"privateLinkServiceConnections": [
1111
{
12+
"name": "testPlc",
1213
"properties": {
1314
"privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls",
1415
"groupIds": [

0 commit comments

Comments
 (0)