Skip to content

Commit

Permalink
Add name property to PrivateEndpointCreate examples (#15450)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailshilkov authored Sep 15, 2021
1 parent e16ce2d commit 69b3612
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"properties": {
"privateLinkServiceConnections": [
{
"name": "testPlc",
"properties": {
"privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls",
"groupIds": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"properties": {
"privateLinkServiceConnections": [
{
"name": "testPlc",
"properties": {
"privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls",
"groupIds": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"properties": {
"privateLinkServiceConnections": [
{
"name": "testPlc",
"properties": {
"privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls",
"groupIds": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"properties": {
"privateLinkServiceConnections": [
{
"name": "testPlc",
"properties": {
"privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls",
"groupIds": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"properties": {
"privateLinkServiceConnections": [
{
"name": "testPlc",
"properties": {
"privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls",
"groupIds": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"properties": {
"privateLinkServiceConnections": [
{
"name": "testPlc",
"properties": {
"privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls",
"groupIds": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"properties": {
"privateLinkServiceConnections": [
{
"name": "testPlc",
"properties": {
"privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls",
"groupIds": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"properties": {
"privateLinkServiceConnections": [
{
"name": "testPlc",
"properties": {
"privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls",
"groupIds": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"properties": {
"privateLinkServiceConnections": [
{
"name": "testPlc",
"properties": {
"privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls",
"groupIds": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"properties": {
"privateLinkServiceConnections": [
{
"name": "testPlc",
"properties": {
"privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls",
"groupIds": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"properties": {
"privateLinkServiceConnections": [
{
"name": "testPlc",
"properties": {
"privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls",
"groupIds": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"properties": {
"privateLinkServiceConnections": [
{
"name": "testPlc",
"properties": {
"privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls",
"groupIds": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"properties": {
"privateLinkServiceConnections": [
{
"name": "testPlc",
"properties": {
"privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls",
"groupIds": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"properties": {
"privateLinkServiceConnections": [
{
"name": "testPlc",
"properties": {
"privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls",
"groupIds": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"properties": {
"privateLinkServiceConnections": [
{
"name": "testPlc",
"properties": {
"privateLinkServiceId": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Network/privateLinkServices/testPls",
"groupIds": [
Expand Down

0 comments on commit 69b3612

Please sign in to comment.