Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR @azure/arm-dns] Update dns.json #8

Merged
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
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