EPAC notScopes #957
stateofthearb
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In my experience it works like this. (I Would be interested to know if anyone has got it to work differently)
/subscriptions/$subName doesn't work
Does work
/subscriptions/$subID does work
/subscriptions/subId/resourceGroups/$rgName does work
/subscriptions/*/resourceGroups/$rgName does work
/subscriptions/subscriptionsPattern/$subName does work.
/subscriptions/subscriptionsPattern/$subNameWildcard does work.
dev/test
/subscriptions/subscriptionsPattern/sub-tst*
/subscriptions//resourceGroups/rg-uks-tst
Beta Was this translation helpful? Give feedback.
All reactions