Skip to content

Commit b049009

Browse files
xiaoxuqi-msjnlycklama
authored andcommitted
update examples for private link (#26254)
1 parent ceba6f7 commit b049009

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

specification/mysql/resource-manager/Microsoft.DBforMySQL/FlexibleServers/preview/2023-06-01-preview/FlexibleServers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@
11261126
"privateEndpointConnections": {
11271127
"type": "array",
11281128
"items": {
1129-
"$ref": "../../../../../../common-types/resource-management/v4/privatelinks.json#/definitions/PrivateEndpointConnection"
1129+
"$ref": "../../../../../../common-types/resource-management/v5/privatelinks.json#/definitions/PrivateEndpointConnection"
11301130
},
11311131
"description": "PrivateEndpointConnections related properties of a server.",
11321132
"readOnly": true

specification/mysql/resource-manager/Microsoft.DBforMySQL/PrivateLink/stable/2023-06-30/examples/PrivateEndpointConnectionGet.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"responses": {
1010
"200": {
1111
"body": {
12-
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.DBforMySQL/servers/test-svr/privateEndpointConnections/private-endpoint-connection-name",
12+
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.DBforMySQL/flexibleServers/test-svr/privateEndpointConnections/private-endpoint-connection-name",
1313
"name": "private-endpoint-connection-name",
14-
"type": "Microsoft.DBforMySQL/servers/privateEndpointConnections",
14+
"type": "Microsoft.DBforMySQL/flexibleServers/privateEndpointConnections",
1515
"properties": {
1616
"provisioningState": "Ready",
1717
"privateEndpoint": {

specification/mysql/resource-manager/Microsoft.DBforMySQL/PrivateLink/stable/2023-06-30/examples/PrivateEndpointConnectionList.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"body": {
1111
"value": [
1212
{
13-
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.DBforMySQL/servers/test-svr/privateEndpointConnections/private-endpoint-connection-name-2",
13+
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.DBforMySQL/flexibleServers/test-svr/privateEndpointConnections/private-endpoint-connection-name-2",
1414
"name": "private-endpoint-connection-name",
15-
"type": "Microsoft.DBforMySQL/servers/privateEndpointConnections",
15+
"type": "Microsoft.DBforMySQL/flexibleServers/privateEndpointConnections",
1616
"properties": {
1717
"provisioningState": "Ready",
1818
"privateEndpoint": {
@@ -26,9 +26,9 @@
2626
}
2727
},
2828
{
29-
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.DBforMySQL/servers/test-svr/privateEndpointConnections/private-endpoint-connection-name-2",
29+
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.DBforMySQL/flexibleServers/test-svr/privateEndpointConnections/private-endpoint-connection-name-2",
3030
"name": "private-endpoint-connection-name-2",
31-
"type": "Microsoft.DBforMySQL/servers/privateEndpointConnections",
31+
"type": "Microsoft.DBforMySQL/flexibleServers/privateEndpointConnections",
3232
"properties": {
3333
"provisioningState": "Ready",
3434
"privateEndpoint": {

specification/mysql/resource-manager/Microsoft.DBforMySQL/PrivateLink/stable/2023-06-30/examples/PrivateEndpointConnectionUpdate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"responses": {
1818
"200": {
1919
"body": {
20-
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.DBforMySQL/servers/test-svr/privateEndpointConnections/private-endpoint-connection-name",
20+
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.DBforMySQL/flexibleServers/test-svr/privateEndpointConnections/private-endpoint-connection-name",
2121
"name": "private-endpoint-connection-name",
22-
"type": "Microsoft.DBforMySQL/servers/privateEndpointConnections",
22+
"type": "Microsoft.DBforMySQL/flexibleServers/privateEndpointConnections",
2323
"properties": {
2424
"provisioningState": "Ready",
2525
"privateEndpoint": {
@@ -35,9 +35,9 @@
3535
},
3636
"201": {
3737
"body": {
38-
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.DBforMySQL/servers/test-svr/privateEndpointConnections/private-endpoint-connection-name",
38+
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.DBforMySQL/flexibleServers/test-svr/privateEndpointConnections/private-endpoint-connection-name",
3939
"name": "private-endpoint-connection-name",
40-
"type": "Microsoft.DBforMySQL/servers/privateEndpointConnections",
40+
"type": "Microsoft.DBforMySQL/flexibleServers/privateEndpointConnections",
4141
"properties": {
4242
"provisioningState": "Ready",
4343
"privateEndpoint": {

specification/mysql/resource-manager/Microsoft.DBforMySQL/PrivateLink/stable/2023-06-30/examples/PrivateLinkResourcesGet.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"responses": {
1010
"200": {
1111
"body": {
12-
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.DBforMySQL/servers/test-svr/privateLinkResources/plr",
12+
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.DBforMySQL/flexibleServers/test-svr/privateLinkResources/plr",
1313
"name": "plr",
14-
"type": "Microsoft.DBforMySQL/servers/privateLinkResources",
14+
"type": "Microsoft.DBforMySQL/flexibleServers/privateLinkResources",
1515
"properties": {
1616
"groupId": "mysqlServer",
1717
"requiredMembers": [

specification/mysql/resource-manager/Microsoft.DBforMySQL/PrivateLink/stable/2023-06-30/examples/PrivateLinkResourcesList.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"body": {
1111
"value": [
1212
{
13-
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.DBforMySQL/servers/test-svr/privateLinkResources/plr",
13+
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/Default/providers/Microsoft.DBforMySQL/flexibleServers/test-svr/privateLinkResources/plr",
1414
"name": "plr",
15-
"type": "Microsoft.DBforMySQL/servers/privateLinkResources",
15+
"type": "Microsoft.DBforMySQL/flexibleServers/privateLinkResources",
1616
"properties": {
1717
"groupId": "mysqlServer",
1818
"requiredMembers": [

0 commit comments

Comments
 (0)