created subscription extensions - #1202
Conversation
|
If this PR is for a new extension or change to an existing extension, use the following to try out the changes in this PR: |
| examples: | ||
| - name: Enable subscription | ||
| text: |- | ||
| az account subscription enable --subscription-id "7948bcee-488c-47ce-941c-38e20ede803d" |
There was a problem hiding this comment.
pls use fake subs id
There was a problem hiding this comment.
minCliCoreVersion should also be modified to 2.3.1 to support Experimental tag.
There was a problem hiding this comment.
could be removed.
There was a problem hiding this comment.
You can keep the file for convenience of future editing.
There was a problem hiding this comment.
3.4, 3.5 could be removed.
There was a problem hiding this comment.
Remove if not used.
There was a problem hiding this comment.
add no_wait=False
There was a problem hiding this comment.
use sdk_no_wait.
There was a problem hiding this comment.
If the action only has one property object_id, we may pass it directly and can get rid of the action.
There was a problem hiding this comment.
yeah, that should be deleted, not used
|
subscription |
|
not sure why the test fail in firewall extension now |
a84a170 to
a9ea036
Compare
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally?For new extensions: