Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Textual changes
  • Loading branch information
navysingla committed Jul 29, 2019
commit be9b791408e4113c2462d9df4c1b31c7d59dff09
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"description": "The created subscription object.",
"properties": {
"subscriptionLink": {
"description": "The link to the new subscription.",
"description": "The link to the new subscription. Use this link to check the status of subscription creation operation.",
"type": "string"
}
}
Expand Down Expand Up @@ -167,7 +167,7 @@
}
},
"AdPrincipal": {
"description": "Active Directory Principal for subscription creation delegated permission",
"description": "Active Directory Principal who’ll get owner access on the new subscription.",
"properties": {
"objectId": {
"description": "Object id of the Principal",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"type": "string"
},
"message": {
"description": "Describes the error if the operation is not successful.",
"description": "Error message indicating why the operation failed.",
"type": "string"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
},
"definitions": {
"ErrorResponse": {
"description": "Describes the error if the operation is not successful.",
"description": "Describes the format of Error response.",
"type": "object",
"properties": {
"code": {
Expand Down