Fixing example 402 following recent change (#53)

This commit is contained in:
Louis DeJardin 2018-10-05 15:19:26 -07:00 коммит произвёл GitHub
Родитель 1028a4927c
Коммит 0f192b7e9f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -40,7 +40,7 @@ operations:
- message: Waiting for deployment to complete...
request: apis/azure/deployments/get.yaml
output:
deploymentStatus: (@)
deploymentStatus: (result.body)
repeat:
condition: deploymentStatus.properties.provisioningState == 'Accepted' || deploymentStatus.properties.provisioningState == 'Running'
delay: PT5S
@ -61,7 +61,7 @@ operations:
request: apis/azure/storage/listkeys.yaml
output:
storage:
key: (keys[0].value)
key: (result.body.keys[0].value)
- message: Writing sleet.json
template: sleet.json