Skip to content

Commit

Permalink
Update privateLinks to v3 to get systemData
Browse files Browse the repository at this point in the history
  • Loading branch information
giakas committed Jan 31, 2022
1 parent 622ac73 commit c43f857
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@
},
"privateEndpointConnections": {
"items": {
"$ref": "../../../../../common-types/resource-management/v2/privatelinks.json#/definitions/PrivateEndpointConnection"
"$ref": "../../../../../common-types/resource-management/v3/privatelinks.json#/definitions/PrivateEndpointConnection"
},
"description": "The Private Endpoint Connections created for the Media Service account.",
"readOnly": true
Expand Down Expand Up @@ -1289,7 +1289,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "../../../../../common-types/resource-management/v2/privatelinks.json#/definitions/PrivateLinkResourceListResult"
"$ref": "../../../../../common-types/resource-management/v3/privatelinks.json#/definitions/PrivateLinkResourceListResult"
}
},
"default": {
Expand Down Expand Up @@ -1333,7 +1333,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "../../../../../common-types/resource-management/v2/privatelinks.json#/definitions/PrivateLinkResource"
"$ref": "../../../../../common-types/resource-management/v3/privatelinks.json#/definitions/PrivateLinkResource"
}
},
"default": {
Expand Down Expand Up @@ -1383,7 +1383,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "../../../../../common-types/resource-management/v2/privatelinks.json#/definitions/PrivateEndpointConnectionListResult"
"$ref": "../../../../../common-types/resource-management/v3/privatelinks.json#/definitions/PrivateEndpointConnectionListResult"
}
},
"default": {
Expand Down Expand Up @@ -1427,7 +1427,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "../../../../../common-types/resource-management/v2/privatelinks.json#/definitions/PrivateEndpointConnection"
"$ref": "../../../../../common-types/resource-management/v3/privatelinks.json#/definitions/PrivateEndpointConnection"
}
},
"default": {
Expand Down Expand Up @@ -1475,7 +1475,7 @@
"200": {
"description": "OK",
"schema": {
"$ref": "../../../../../common-types/resource-management/v2/privatelinks.json#/definitions/PrivateEndpointConnection"
"$ref": "../../../../../common-types/resource-management/v3/privatelinks.json#/definitions/PrivateEndpointConnection"
}
},
"default": {
Expand Down Expand Up @@ -1510,7 +1510,7 @@
"in": "body",
"required": true,
"schema": {
"$ref": "../../../../../common-types/resource-management/v2/privatelinks.json#/definitions/PrivateEndpointConnection"
"$ref": "../../../../../common-types/resource-management/v3/privatelinks.json#/definitions/PrivateEndpointConnection"
},
"description": "The request parameters"
},
Expand Down

0 comments on commit c43f857

Please sign in to comment.