Skip to content

Commit

Permalink
Generated from 5a36f232117b67b1d93b28a2ff8bc46d62e7b7cb (#8)
Browse files Browse the repository at this point in the history
Update dns.json
  • Loading branch information
openapi-bot-test[bot] authored Jul 18, 2019
1 parent 993a5ee commit 646edc7
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 @@ -309,7 +309,7 @@ export interface Zone extends Resource {
* property and any attempt to set this value will be ignored.
* **NOTE: This property will not be serialized. It can only be populated by the server.**
*/
readonly maxNumberOfRecordSets?: number;
readonly maxNumberOfRecordSetsSPAGHETTI?: number;
/**
* The current number of record sets in this DNS zone. This is a read-only property and any
* attempt to set this value will be ignored.
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 @@ -529,9 +529,9 @@ export const Zone: coreHttp.CompositeMapper = {
name: "String"
}
},
maxNumberOfRecordSets: {
maxNumberOfRecordSetsSPAGHETTI: {
readOnly: true,
serializedName: "properties.maxNumberOfRecordSets",
serializedName: "properties.maxNumberOfRecordSetsSPAGHETTI",
type: {
name: "Number"
}
Expand Down

0 comments on commit 646edc7

Please sign in to comment.