Skip to content

Commit

Permalink
Change statusMessage property to wildcard type. (Azure#2486)
Browse files Browse the repository at this point in the history
The statusMessage can be a string or a JSON object, so model it as a
wildcard type.
  • Loading branch information
jhendrixMSFT authored Feb 16, 2018
1 parent 646695c commit cef9b24
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2763,7 +2763,6 @@
"description": "Gets or sets operation status code."
},
"statusMessage": {
"type": "object",
"description": "Gets or sets operation status message."
},
"targetResource": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2402,7 +2402,6 @@
"description": "Operation status code."
},
"statusMessage": {
"type": "object",
"description": "Operation status message."
},
"targetResource": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2411,7 +2411,6 @@
"description": "Operation status code."
},
"statusMessage": {
"type": "object",
"description": "Operation status message."
},
"targetResource": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2664,7 +2664,6 @@
},
"statusMessage": {
"readOnly": true,
"type": "object",
"description": "Operation status message."
},
"targetResource": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2743,7 +2743,6 @@
},
"statusMessage": {
"readOnly": true,
"type": "object",
"description": "Operation status message."
},
"targetResource": {
Expand Down

0 comments on commit cef9b24

Please sign in to comment.