Bug fixes and enhancements (#1913)
* Initial Certification * Resolving issues * Bug fixes and enhancements Bug fixes and enhancements
This commit is contained in:
Родитель
f214d63e35
Коммит
ed801d568c
|
@ -67,6 +67,9 @@
|
|||
"$ref": "#/definitions/CommandRunResultModel_X"
|
||||
}
|
||||
},
|
||||
"202": {
|
||||
"description": "Accepted"
|
||||
},
|
||||
"default": {
|
||||
"description": "Error"
|
||||
}
|
||||
|
@ -74,6 +77,47 @@
|
|||
"x-ms-visibility": "important"
|
||||
}
|
||||
},
|
||||
"/CommandStatus": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"DynamicCommand"
|
||||
],
|
||||
"summary": "CommandStatus",
|
||||
"description": "Get the status of a command",
|
||||
"operationId": "CommandStatus",
|
||||
"consumes": [
|
||||
"application/json",
|
||||
"application/x-www-form-urlencoded"
|
||||
],
|
||||
"produces": [
|
||||
"application/json"
|
||||
],
|
||||
"parameters": [
|
||||
{
|
||||
"name": "id",
|
||||
"in": "query",
|
||||
"required": true,
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/CommandRunResultModel_X"
|
||||
}
|
||||
},
|
||||
"202": {
|
||||
"description": "Accepted"
|
||||
},
|
||||
"default": {
|
||||
"description": "Error"
|
||||
}
|
||||
},
|
||||
"x-ms-visibility": "internal"
|
||||
}
|
||||
},
|
||||
"/OutputFieldsSchema": {
|
||||
"get": {
|
||||
"tags": [
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"value": "https://itautomateb2c.b2clogin.com/itautomateb2c.onmicrosoft.com/b2c_1a_signin/oauth2/v2.0/token"
|
||||
},
|
||||
"refreshUrl": {
|
||||
"value": "https://itautomateB2C.b2clogin.com/itautomatedev.onmicrosoft.com/b2c_1a_signin/oauth2/v2.0/token"
|
||||
"value": "https://itautomateB2C.b2clogin.com/itautomateb2c.onmicrosoft.com/b2c_1a_signin/oauth2/v2.0/token"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче