Repository: brooklyn-docs Updated Branches: refs/heads/master 4268b6713 -> cdd652b44
Fix wrong indentation in Windows Azure ARM config Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/e0ab5322 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/e0ab5322 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/e0ab5322 Branch: refs/heads/master Commit: e0ab53222b99a4611c1fb2f5c66889e5e25c510c Parents: 4268b67 Author: Valentin Aitken <[email protected]> Authored: Tue Aug 1 18:59:42 2017 +0300 Committer: Valentin Aitken <[email protected]> Committed: Tue Aug 1 18:59:42 2017 +0300 ---------------------------------------------------------------------- guide/locations/_azure-ARM.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/e0ab5322/guide/locations/_azure-ARM.md ---------------------------------------------------------------------- diff --git a/guide/locations/_azure-ARM.md b/guide/locations/_azure-ARM.md index 3f4699b..363ccf9 100644 --- a/guide/locations/_azure-ARM.md +++ b/guide/locations/_azure-ARM.md @@ -158,9 +158,8 @@ brooklyn.catalog: destroyOnFailure: false templateOptions: - overrideLoginUser: brooklyn - overrideLoginPassword: "secretPass1!" - resourceGroup: <ResourceGroup-name> + overrideLoginUser: brooklyn + overrideLoginPassword: "secretPass1!" secrets: - sourceVault: id: "/subscriptions/<Subscription-id>/resourceGroups/<ResourceGroup>/providers/Microsoft.KeyVault/vaults/<KeyVault-name>"
