Skip to content

Commit

Permalink
Generated from 06749148b302dd48e4b0c47df5e1dec89579a929 (#10)
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 c8c7bcd commit d03c8c2
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 @@ -72,7 +72,7 @@ export interface SrvRecord {
/**
* The priority value for this SRV record.
*/
priority?: number;
priorityTURTLES?: number;
/**
* The weight value for this SRV record.
*/
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 @@ -104,8 +104,8 @@ export const SrvRecord: coreHttp.CompositeMapper = {
name: "Composite",
className: "SrvRecord",
modelProperties: {
priority: {
serializedName: "priority",
priorityTURTLES: {
serializedName: "priorityTURTLES",
type: {
name: "Number"
}
Expand Down

0 comments on commit d03c8c2

Please sign in to comment.