Skip to content

Commit

Permalink
Network june release revert - reverting changes which are not deploye…
Browse files Browse the repository at this point in the history
…d from NRP side yet. (#10325)

* reverting providerport changes

* fixing bug
  • Loading branch information
dagoutha authored Aug 4, 2020
1 parent 9521765 commit 5764bc4
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 333 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -799,10 +799,12 @@
"ExpressRouteCrossConnectionProperties": {
"properties": {
"primaryAzurePort": {
"readOnly": true,
"type": "string",
"description": "The name of the primary port."
},
"secondaryAzurePort": {
"readOnly": true,
"type": "string",
"description": "The name of the secondary port."
},
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -178,27 +178,6 @@
"description": "Reference to another subresource.",
"x-ms-azure-resource": true
},
"ProxyResource": {
"properties": {
"id": {
"readOnly": true,
"type": "string",
"description": "Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}."
},
"name": {
"readOnly": true,
"type": "string",
"description": "The name of the resource."
},
"type": {
"readOnly": true,
"type": "string",
"description": "The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts."
}
},
"description": "The resource model definition for a ARM proxy resource. It will have everything other than required location and tags.",
"x-ms-azure-resource": true
},
"TagsObject": {
"properties": {
"tags": {
Expand Down
4 changes: 0 additions & 4 deletions specification/network/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ input-file:
- Microsoft.Network/stable/2020-06-01/vmssNetworkInterface.json
- Microsoft.Network/stable/2020-06-01/vmssPublicIpAddress.json
- Microsoft.Network/stable/2020-06-01/webapplicationfirewall.json
- Microsoft.Network/stable/2020-06-01/expressRouteProviderPort.json
```
### Tag: package-2020-05

Expand Down Expand Up @@ -1448,9 +1447,6 @@ directive:
- suppress: RequiredPropertiesMissingInResourceModel
from: expressRoutePort.json
reason: name, id and type properties are inherited from the upper level
- suppress: RequiredPropertiesMissingInResourceModel
from: expressRouteProviderPort.json
reason: name, id and type properties are inherited from the upper level
- suppress: RequiredPropertiesMissingInResourceModel
from: firewallPolicy.json
reason: name, id and type properties are inherited from the upper level
Expand Down

0 comments on commit 5764bc4

Please sign in to comment.