Skip to content

Commit

Permalink
Fix typo in autoscaler azure example
Browse files Browse the repository at this point in the history
- SubscriptionID placeholder does not match documentation or surrounding placeholders
  • Loading branch information
durch authored Jul 18, 2019
1 parent 969337e commit a7f6975
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ data:
ClientID: <base64-encoded-client-id>
ClientSecret: <base64-encoded-client-secret>
ResourceGroup: <base64-encoded-resource-group>
SubscriptionID: <base64-encode-subscription-id>
SubscriptionID: <base64-encoded-subscription-id>
TenantID: <base64-encoded-tenant-id>
Deployment: <base64-encoded-azure-initial-deploy-name>
VMType: c3RhbmRhcmQ=
Expand Down

0 comments on commit a7f6975

Please sign in to comment.