Skip to content

Commit

Permalink
fixes blueprint typo referencing azure-availability_sets.yml instead …
Browse files Browse the repository at this point in the history
…of intended azure_availability_sets.yml (#205)

[Bug Fixes]

* Resolves issue with Azure availability sets not being assigned
  • Loading branch information
tpoland authored Sep 17, 2022
1 parent adf700a commit 5913894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/blueprint
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ if ! want_feature "bare" ; then
fi
manifest+=( \
"cf-deployment/operations/azure.yml"
"operations/azure-availability_sets.yml" \
"operations/azure_availability_sets.yml" \
)
;;
warden)
Expand Down

0 comments on commit 5913894

Please sign in to comment.