我正在运行以下Azure CLI命令以显示漫游器中的更改。
az bot publish --resource-group botxxx --name latest-xxxx --debug -o json
事实是它返回下一个输出。我已经搜索过,但是找不到在哪里解释状态码的含义。就我而言,“状态”:4。
Event: CommandInvoker.OnFilterResult []
{
"active": true,
"author": "N/A",
"author_email": "N/A",
"complete": true,
"deployer": "Push-Deployer",
"end_time": "2018-09-17T08:11:59.6100459Z",
"id": "3fc9899xxxxxxxxxxa06b0ab4d7e5",
"is_readonly": true,
"is_temp": false,
"last_success_end_time": "2018-09-17T08:11:59.6100459Z",
"log_url": "https://latest-xxxx.scm.azurewebsites.net/api/deployments/latest/log",
"message": "Created via a push deployment",
"progress": "",
"received_time": "2018-09-17T08:11:56.9780509Z",
"site_name": "latest-xxxx",
"start_time": "2018-09-17T08:11:57.1968236Z",
"status": 4,
"status_text": "",
"url": "https://latest-xxxx.scm.azurewebsites.net/api/deployments/latest"
}
Event: Cli.PostExecute []
如果需要我的Azure CLI版本:
C:\Users\hlorenzo\Desktop\latest-src>az --version
azure-cli (2.0.44)
我已经搜索了官方文档,但没有找到解决方案。非常感谢您的帮助。