Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"name": "test-1",
"properties": {
"addressPrefix": "10.0.0.0/24",
"privateAccessServices": [],
"provisioningState": "Succeeded"
}
}
Expand Down Expand Up @@ -70,7 +69,6 @@
"name": "test-1",
"properties": {
"addressPrefix": "10.0.0.0/24",
"privateAccessServices": [],
"provisioningState": "Succeeded"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"name": "test-1",
"properties": {
"addressPrefix": "10.0.0.0/24",
"privateAccessServices": [],
"provisioningState": "Succeeded"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"name": "test-1",
"properties": {
"addressPrefix": "10.0.0.0/24",
"privateAccessServices": [],
"provisioningState": "Succeeded"
}
}
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -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" }
}
}
},
Expand Down Expand Up @@ -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",
Expand All @@ -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": {
Expand Down
1 change: 0 additions & 1 deletion specification/network/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down