Quantum: Update user create/delete operation - #10282
Quantum: Update user create/delete operation#10282Pavel Braginskiy (pavelbraginskiy) wants to merge 47 commits into
Conversation
…ser list` command
…help documentation
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…-Update-user-create-delete # Conflicts: # src/quantum/azext_quantum/_params.py
…kaverkiev/azure-cli-extensions into v-kaverkiev/workspace-user-list
…-Update-user-create-delete
…D; update related tests
…-add-remove # Conflicts: # src/quantum/HISTORY.rst # src/quantum/azext_quantum/_help.py # src/quantum/azext_quantum/_params.py # src/quantum/azext_quantum/commands.py # src/quantum/azext_quantum/operations/workspace.py # src/quantum/azext_quantum/tests/latest/test_quantum_workspace.py # src/quantum/setup.py
|
Hi Pavel Braginskiy (@pavelbraginskiy), |
…er-add-remove # Conflicts: # src/quantum/HISTORY.rst
|
Automated sensitive-information remediation ran on this pull request.
X Engineering Agent does not modify source files. The PR creator must remove or replace each suspected value at the linked line:
If a credential was exposed, rotate or revoke it immediately. Detected values are never copied into this comment. ✅ Confirm the finding · ❌ Dispute the finding GitHub only supports a fixed reaction set, so 👍 represents ✅ and 👎 represents ❌. The bot-created reactions are only poll choices. |
|
Quantum |
|
Automated sensitive-information remediation ran on this pull request.
X Engineering Agent does not modify source files. The PR creator must remove or replace each suspected value at the linked line:
If a credential was exposed, rotate or revoke it immediately. Detected values are never copied into this comment. ✅ Confirm the finding · ❌ Dispute the finding GitHub only supports a fixed reaction set, so 👍 represents ✅ and 👎 represents ❌. The bot-created reactions are only poll choices. |
|
Automated sensitive-information remediation ran on this pull request.
X Engineering Agent does not modify source files. The PR creator must remove or replace each suspected value at the linked line:
If a credential was exposed, rotate or revoke it immediately. Detected values are never copied into this comment. ✅ Confirm the finding · ❌ Dispute the finding GitHub only supports a fixed reaction set, so 👍 represents ✅ and 👎 represents ❌. The bot-created reactions are only poll choices. |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
|
Hi Ethan Yang (@necusjz), I believe this PR is ready now, please take a look when you can. Thank you. |
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
🤖 PR Validation —⚠️ Review suggested
Continuation of the work in #10226.
Replaces
az quantum workspace user create/deletewithadd/remove, and makes these commands support only Users and not other principal types.This extension is in Preview, so no deprecation process is necessary for this breaking change.
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
az quantum workspace user addGeneral Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally? (pip install azdevrequired)About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.jsonautomatically.You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify
src/index.json.