зеркало из https://github.com/microsoft/Atlas.git
Fixing example 402 following recent change (#53)
This commit is contained in:
Родитель
1028a4927c
Коммит
0f192b7e9f
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче