Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,14 @@
"type": "integer",
"format": "int32",
"description": "The public port to connect to."
},
"subDomainSuffix":{
"type": "string",
"description": "The subDomainSuffix of the application and can not greater than 3 characters."
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I understand correctly, the description should say "The subDomainSuffix of the application. It cannot be greater than 3 characters."

},
"disableGatewayAuth":{
"type": "boolean",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI ARM team advises against boolean properties in specs, it will be a breaking change if you ever decide to add a third value and make it a string.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI ARM team advises against boolean properties in specs, it will be a breaking change if you ever decide to add a third value and make it a string.

Thanks for your reminder. It makes sense to me. We think it should be boolean.

"description": "The value indicates whether to disable GatewayAuth."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"WebPage"
]
}],
"provisioningState": "",
"applicationType": "CustomApplication",
"errors": []
}
Expand Down