diff --git a/specification/network/resource-manager/Microsoft.Network/2017-06-01/examples/PrivateAccessServicesList.json b/specification/network/resource-manager/Microsoft.Network/2017-06-01/examples/PrivateAccessServicesList.json deleted file mode 100644 index 178519bf45a0..000000000000 --- a/specification/network/resource-manager/Microsoft.Network/2017-06-01/examples/PrivateAccessServicesList.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "parameters": { - "location": "westus", - "api-version": "2017-06-01", - "subscriptionId": "subid" - }, - "responses": { - "200": { - "body": { - "value": [ - { - "id": "/subscriptions/subid/providers/Microsoft.Network/privateAccessServices/Microsoft.Storage", - "name": "Microsoft.Storage", - "type": "Microsoft.Network/privateAccessServices" - }, - { - "id": "/subscriptions/subid/providers/Microsoft.Network/privateAccessServices/Microsoft.SQL", - "name": "Microsoft.SQL", - "type": "Microsoft.Network/privateAccessServices" - } - ] - } - } - } -} \ No newline at end of file diff --git a/specification/network/resource-manager/Microsoft.Network/2017-06-01/examples/SubnetPrivateAccessServiceCreate.json b/specification/network/resource-manager/Microsoft.Network/2017-06-01/examples/SubnetPrivateAccessServiceCreate.json deleted file mode 100644 index 6a3ed65d54d5..000000000000 --- a/specification/network/resource-manager/Microsoft.Network/2017-06-01/examples/SubnetPrivateAccessServiceCreate.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "parameters": { - "subnetName": "subnet1", - "virtualNetworkName": "vnetname", - "resourceGroupName": "subnet-test", - "api-version": "2017-06-01", - "subscriptionId": "subid", - "subnetParameters": { - "properties": { - "addressPrefix": "10.0.0.0/16", - "privateAccessServices": [ - { "service": "Microsoft.Storage" } - ] - } - } - }, - "responses": { - "200": { - "body": { - "id": "/subscriptions/subid/resourceGroups/subnet-test/providers/Microsoft.Network/virtualNetworks/vnetname/subnets/subnet1", - "name": "subnet1", - "properties": { - "addressPrefix": "10.0.0.0/16", - "privateAccessServices": [{ - "service": "Microsoft.Storage", - "locations": [ - "eastus2(stage)", - "usnorth(stage)" - ], - "provisioningState": "Succeeded" - }], - "provisioningState": "Succeeded" - } - } - }, - "201": { - "body": { - "id": "/subscriptions/subid/resourceGroups/subnet-test/providers/Microsoft.Network/virtualNetworks/vnetname/subnets/subnet1", - "name": "subnet1", - "properties": { - "addressPrefix": "10.0.0.0/16", - "privateAccessServices": [{ - "service": "Microsoft.Storage", - "locations": [ - "eastus2(stage)", - "usnorth(stage)" - ], - "provisioningState": "Succeeded" - }], - "provisioningState": "Succeeded" - } - } - } - } -} \ No newline at end of file diff --git a/specification/network/resource-manager/Microsoft.Network/2017-06-01/examples/VirtualNetworkCreateSubnet.json b/specification/network/resource-manager/Microsoft.Network/2017-06-01/examples/VirtualNetworkCreateSubnet.json index 9444348d58b5..587126eda309 100644 --- a/specification/network/resource-manager/Microsoft.Network/2017-06-01/examples/VirtualNetworkCreateSubnet.json +++ b/specification/network/resource-manager/Microsoft.Network/2017-06-01/examples/VirtualNetworkCreateSubnet.json @@ -42,7 +42,6 @@ "name": "test-1", "properties": { "addressPrefix": "10.0.0.0/24", - "privateAccessServices": [], "provisioningState": "Succeeded" } } @@ -70,7 +69,6 @@ "name": "test-1", "properties": { "addressPrefix": "10.0.0.0/24", - "privateAccessServices": [], "provisioningState": "Succeeded" } } diff --git a/specification/network/resource-manager/Microsoft.Network/2017-06-01/examples/VirtualNetworkList.json b/specification/network/resource-manager/Microsoft.Network/2017-06-01/examples/VirtualNetworkList.json index 4daf0a13f894..88c225816cd4 100644 --- a/specification/network/resource-manager/Microsoft.Network/2017-06-01/examples/VirtualNetworkList.json +++ b/specification/network/resource-manager/Microsoft.Network/2017-06-01/examples/VirtualNetworkList.json @@ -28,7 +28,6 @@ "name": "test-1", "properties": { "addressPrefix": "10.0.0.0/24", - "privateAccessServices": [], "provisioningState": "Succeeded" } } diff --git a/specification/network/resource-manager/Microsoft.Network/2017-06-01/examples/VirtualNetworkListAll.json b/specification/network/resource-manager/Microsoft.Network/2017-06-01/examples/VirtualNetworkListAll.json index 6618c616cc9d..baff846f6090 100644 --- a/specification/network/resource-manager/Microsoft.Network/2017-06-01/examples/VirtualNetworkListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/2017-06-01/examples/VirtualNetworkListAll.json @@ -27,7 +27,6 @@ "name": "test-1", "properties": { "addressPrefix": "10.0.0.0/24", - "privateAccessServices": [], "provisioningState": "Succeeded" } } diff --git a/specification/network/resource-manager/Microsoft.Network/2017-06-01/privateAccessServices.json b/specification/network/resource-manager/Microsoft.Network/2017-06-01/privateAccessServices.json deleted file mode 100644 index 27900f6f3b51..000000000000 --- a/specification/network/resource-manager/Microsoft.Network/2017-06-01/privateAccessServices.json +++ /dev/null @@ -1,127 +0,0 @@ -{ - "swagger": "2.0", - "info": { - "title": "NetworkManagementClient", - "description": "The Microsoft Azure Network management API provides a RESTful set of web services that interact with Microsoft Azure Networks service to manage your network resources. The API has entities that capture the relationship between an end user and the Microsoft Azure Networks service.", - "version": "2017-06-01" - }, - "host": "management.azure.com", - "schemes": [ - "https" - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "security": [ - { - "azure_auth": [ - "user_impersonation" - ] - } - ], - "securityDefinitions": { - "azure_auth": { - "type": "oauth2", - "authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize", - "flow": "implicit", - "description": "Azure Active Directory OAuth2 Flow", - "scopes": { - "user_impersonation": "impersonate your user account" - } - } - }, - "paths": { - "/subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/privateAccessServices": { - "get": { - "operationId": "AvailablePrivateAccessServices_List", - "description": "List what values of private access services are available for use.", - "parameters": [ - { - "name": "location", - "in": "path", - "required": true, - "type": "string", - "description": "The location to check available private access values." - }, - { - "$ref": "#/parameters/ApiVersionParameter" - }, - { - "$ref": "#/parameters/SubscriptionIdParameter" - } - ], - "responses": { - "200": { - "description": "Request successful. Returns list of available private access services.", - "schema": { - "$ref": "#/definitions/PrivateAccessServicesListResult" - } - } - }, - "x-ms-pageable": { - "nextLinkName": "nextLink" - }, - "x-ms-examples": { - "PrivateAccessServicesList": { "$ref": "./examples/PrivateAccessServicesList.json" } - } - } - } - }, - "definitions": { - "PrivateAccessServicesListResult": { - "properties": { - "value": { - "type": "array", - "items": { - "$ref": "#/definitions/PrivateAccessServiceResult" - }, - "description": "List of available private access service values in a region." - }, - "nextLink": { - "type": "string", - "description": "The URL to get the next set of results." - } - }, - "description": "Response for the ListAvailablePrivateAccessServices API service call." - }, - "PrivateAccessServiceResult": { - "properties": { - "name": { - "type": "string", - "description": "Name of the private access value.", - "readOnly": true - }, - "type": { - "type": "string", - "description": "Type of the private access value.", - "readOnly": true - } - }, - "allOf": [ - { - "$ref": "./network.json#/definitions/SubResource" - } - ], - "description": "Private access service." - } - }, - "parameters": { - "SubscriptionIdParameter": { - "name": "subscriptionId", - "in": "path", - "required": true, - "type": "string", - "description": "The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call." - }, - "ApiVersionParameter": { - "name": "api-version", - "in": "query", - "required": true, - "type": "string", - "description": "Client API version." - } - } -} diff --git a/specification/network/resource-manager/Microsoft.Network/2017-06-01/virtualNetwork.json b/specification/network/resource-manager/Microsoft.Network/2017-06-01/virtualNetwork.json index 8da3292ffb1a..3084a422fa92 100644 --- a/specification/network/resource-manager/Microsoft.Network/2017-06-01/virtualNetwork.json +++ b/specification/network/resource-manager/Microsoft.Network/2017-06-01/virtualNetwork.json @@ -422,8 +422,7 @@ }, "x-ms-long-running-operation": true, "x-ms-examples": { - "Create subnet": { "$ref": "./examples/SubnetCreate.json" }, - "Create subnet with private access services": { "$ref": "./examples/SubnetPrivateAccessServiceCreate.json" } + "Create subnet": { "$ref": "./examples/SubnetCreate.json" } } } }, @@ -826,13 +825,6 @@ "$ref": "./routeTable.json#/definitions/RouteTable", "description": "The reference of the RouteTable resource." }, - "privateAccessServices": { - "type": "array", - "items": { - "$ref": "#/definitions/PrivateAccessServicePropertiesFormat" - }, - "description": "An array of private access services values." - }, "ipConfigurations": { "readOnly": true, "type": "array", @@ -855,26 +847,6 @@ }, "description": "Properties of the subnet." }, - "PrivateAccessServicePropertiesFormat": { - "properties": { - "service": { - "type": "string", - "description": "The type of the private access." - }, - "locations": { - "type": "array", - "items": { - "type": "string" - }, - "description": "A list of locations." - }, - "provisioningState": { - "type": "string", - "description": "The provisioning state of the resource." - } - }, - "description": "The private access service properties." - }, "VirtualNetworkPeeringPropertiesFormat": { "properties": { "allowVirtualNetworkAccess": { diff --git a/specification/network/resource-manager/readme.md b/specification/network/resource-manager/readme.md index 0cbe84787fd6..ddd9242f4a2d 100644 --- a/specification/network/resource-manager/readme.md +++ b/specification/network/resource-manager/readme.md @@ -46,7 +46,6 @@ input-file: - Microsoft.Network/2017-06-01/networkInterface.json - Microsoft.Network/2017-06-01/networkSecurityGroup.json - Microsoft.Network/2017-06-01/networkWatcher.json -- Microsoft.Network/2017-06-01/privateAccessServices.json - Microsoft.Network/2017-06-01/publicIpAddress.json - Microsoft.Network/2017-06-01/routeFilter.json - Microsoft.Network/2017-06-01/routeTable.json