Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shengliumsft committed Aug 9, 2024
1 parent 3e081e2 commit 3a616e0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9988,6 +9988,7 @@
"properties": {
"sharedKey": {
"type": "string",
"x-ms-secret": true,
"description": "The value of the shared key for the vpn link connection."
},
"sharedKeyLength": {
Expand All @@ -10009,7 +10010,6 @@
"type": "object",
"properties": {
"properties": {
"x-ms-client-flatten": true,
"$ref": "#/definitions/SharedKeyProperties",
"description": "Properties of the shared key."
},
Expand Down
12 changes: 12 additions & 0 deletions specification/network/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3599,6 +3599,18 @@ suppressions:
reason: The resource name parameter 'bastionHostName' is not defined with a 'pattern' restriction. Suppress it for now to avoid breaking change because it is referenced by all Bastion APIs.
- code: LroErrorContent
reason: CloudError does not follow required error schema. Suppress it for now to avoid breaking change because it is referenced by many files.
- code: ResourceNameRestriction
from: virtualWan.json
reason: The resource name parameter 'gatewayName', 'connectionName', 'linkConnectionName' is not defined with a 'pattern' restriction. Suppress it for now to avoid breaking change because it is referenced by all vpn link connection APIs.
where:
- $.paths.["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnGateways/{gatewayName}/vpnConnections/{connectionName}/vpnLinkConnections/{linkConnectionName}/sharedKeys"]
- $.paths.["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnGateways/{gatewayName}/vpnConnections/{connectionName}/vpnLinkConnections/{linkConnectionName}/sharedKeys/default"]
- $.paths.["/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/vpnGateways/{gatewayName}/vpnConnections/{connectionName}/vpnLinkConnections/{linkConnectionName}/sharedKeys/default/listSharedKey"]
- code: BodyTopLevelProperties
from: virtualWan.json
reason: False alarm.
where:
- $.definitions.ConnectionSharedKeyResultList
```

## Go
Expand Down

0 comments on commit 3a616e0

Please sign in to comment.