Skip to content

Commit

Permalink
Generated from b7938f7ac85b1d0b7dd94ee8e20b9619d65b0f93 (#11)
Browse files Browse the repository at this point in the history
Update dns.json
  • Loading branch information
openapi-bot-test[bot] authored Jul 19, 2019
1 parent d03c8c2 commit 94ec448
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/dns/arm-dns/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export interface Zone extends Resource {
* The type of this DNS zone (Public or Private). Possible values include: 'Public', 'Private'.
* Default value: 'Public'.
*/
zoneType?: ZoneType;
zoneTypeBANANAS?: ZoneType;
/**
* A list of references to virtual networks that register hostnames in this DNS zone. This is a
* only when ZoneType is Private.
Expand Down
4 changes: 2 additions & 2 deletions sdk/dns/arm-dns/src/models/mappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -555,8 +555,8 @@ export const Zone: coreHttp.CompositeMapper = {
}
}
},
zoneType: {
serializedName: "properties.zoneType",
zoneTypeBANANAS: {
serializedName: "properties.zoneTypeBANANAS",
defaultValue: 'Public',
type: {
name: "Enum",
Expand Down

0 comments on commit 94ec448

Please sign in to comment.