Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

azure k8s setup command needs two dashes #250

Open
binocarlos opened this issue Feb 13, 2018 · 2 comments
Open

azure k8s setup command needs two dashes #250

binocarlos opened this issue Feb 13, 2018 · 2 comments

Comments

@binocarlos
Copy link
Contributor

So the source docs for logging into Azure and setting the subscription id clearly uses two dashes

az account set --subscription "Your-Azure-Subscription-UUID"

But when the page is published it shows it with a single but long dash:

az account set –subscription “Your-Azure-Subscription-UUID”

Normal users will copy and paste from the docs page and the command will not work because it needs to be --subscription

I worried there is something happening with the docs compilation process that is turning -- into .

@binocarlos
Copy link
Contributor Author

Ok this is happening for anything that is not in a code block - so for example:

@harsh-px
Copy link

harsh-px commented Mar 2, 2018

@SenpX can you look into this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants