Skip to content

Commit

Permalink
Merge pull request Azure#1023 from naveedaz/master
Browse files Browse the repository at this point in the history
Separate models that can be a top level resource and property of another resource. Fix path parameter name for app service certificate order
  • Loading branch information
jianghaolu authored Mar 21, 2017
2 parents 0a43fa2 + f2aa005 commit c570e39
Show file tree
Hide file tree
Showing 9 changed files with 1,992 additions and 1,840 deletions.
4 changes: 2 additions & 2 deletions arm-web/2015-04-01/swagger/Domains.json
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@
],
"properties": {
"properties": {
"description": "ARM envelope properties",
"description": "Domain resource specific properties",
"required": [
"contactAdmin",
"contactBilling",
Expand Down Expand Up @@ -935,7 +935,7 @@
],
"properties": {
"properties": {
"description": "ARM envelope properties",
"description": "DomainOwnershipIdentifier resource specific properties",
"properties": {
"ownershipId": {
"description": "Ownership Id.",
Expand Down
2 changes: 1 addition & 1 deletion arm-web/2015-04-01/swagger/TopLevelDomains.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
],
"properties": {
"properties": {
"description": "ARM envelope properties",
"description": "TopLevelDomain resource specific properties",
"properties": {
"name": {
"description": "Name of the top level domain.",
Expand Down
Loading

0 comments on commit c570e39

Please sign in to comment.