You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure what I missed here, but if I execute this line in the terminal from the scrapbook:
subscriptionId=xxxxxx-48aa-4fa8-b535-af40e0000207
And then execute this one too:
az account set -s $subscriptionId
The terminal shows that the following command was executed:
az account set -s $subscriptionId
The extension does not provide Intellisense for autocompleting the name of the variable I want to reference. I was wondering if this is expected or if something is not working properly with my extension.
The text was updated successfully, but these errors were encountered:
murdockcrc
changed the title
How to reference variable name for execution in Terminal
How to reference variable name from Intellisense
Feb 24, 2021
Not sure what I missed here, but if I execute this line in the terminal from the scrapbook:
subscriptionId=xxxxxx-48aa-4fa8-b535-af40e0000207
And then execute this one too:
az account set -s $subscriptionId
The terminal shows that the following command was executed:
az account set -s $subscriptionId
The extension does not provide Intellisense for autocompleting the name of the variable I want to reference. I was wondering if this is expected or if something is not working properly with my extension.
The text was updated successfully, but these errors were encountered: