Skip to content
Closed
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
4 changes: 0 additions & 4 deletions sdk/network/arm-network/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10921,10 +10921,6 @@ export interface P2SVpnGateway extends Resource {
* **NOTE: This property will not be serialized. It can only be populated by the server.**
*/
readonly vpnClientConnectionHealth?: VpnClientConnectionHealth;
/**
* List of all customer specified DNS servers IP addresses.
*/
customDnsServers?: string[];
/**
* A unique read-only string that changes whenever the resource is updated.
* **NOTE: This property will not be serialized. It can only be populated by the server.**
Expand Down
11 changes: 0 additions & 11 deletions sdk/network/arm-network/src/models/mappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18445,17 +18445,6 @@ export const P2SVpnGateway: msRest.CompositeMapper = {
className: "VpnClientConnectionHealth"
}
},
customDnsServers: {
serializedName: "properties.customDnsServers",
type: {
name: "Sequence",
element: {
type: {
name: "String"
}
}
}
},
etag: {
readOnly: true,
serializedName: "etag",
Expand Down