Move DocumentDB extension to GA - #10316
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 46bb57cf-0490-4f99-a750-27ca921e5d89
|
Hi amatarritamicrosoft, |
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
🟢 Approval recommended
The changes are limited to versioning/changelog updates and removal of Preview markers, with no remaining Preview flags found in the extension sources under src/documentdb.
Pull request overview
This PR promotes the documentdb Azure CLI extension from Preview (1.0.0b2) to a stable 1.0.0 release by updating packaging metadata, changelog history, and removing Preview markers from the extension and command groups.
Changes:
- Bump extension version to
1.0.0and update PyPI classifier toProduction/Stable. - Add a
1.0.0stable-release entry toHISTORY.rst. - Remove Preview metadata flags (
azext.isPreviewandis_preview=True) from extension metadata and AAZ command/group registrations.
File summaries
| File | Description |
|---|---|
| src/documentdb/setup.py | Updates extension version and PyPI development status classifier for stable release. |
| src/documentdb/HISTORY.rst | Adds a 1.0.0 stable release entry to the changelog. |
| src/documentdb/azext_documentdb/azext_metadata.json | Removes the extension-level Preview marker. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/replica/_promote.py | Removes command Preview flag for replica promote. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/replica/_list.py | Removes command Preview flag for replica list. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/replica/__cmd_group.py | Removes command-group Preview flag for replica. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/identity/_show.py | Removes command Preview flag for identity show. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/identity/_remove.py | Removes command Preview flag for identity remove. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/identity/_list.py | Removes command Preview flag for identity list. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/identity/_assign.py | Removes command Preview flag for identity assign. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/identity/__cmd_group.py | Removes command-group Preview flag for identity. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/firewall_rule/_update.py | Removes command Preview flag for firewall-rule update. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/firewall_rule/_show.py | Removes command Preview flag for firewall-rule show. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/firewall_rule/_list.py | Removes command Preview flag for firewall-rule list. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/firewall_rule/_delete.py | Removes command Preview flag for firewall-rule delete. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/firewall_rule/_create.py | Removes command Preview flag for firewall-rule create. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/firewall_rule/__cmd_group.py | Removes command-group Preview flag for firewall-rule. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/entra_user/_show.py | Removes command Preview flag for microsoft-entra-user show. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/entra_user/_remove.py | Removes command Preview flag for microsoft-entra-user remove. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/entra_user/_list.py | Removes command Preview flag for microsoft-entra-user list. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/entra_user/_assign.py | Removes command Preview flag for microsoft-entra-user assign. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/entra_user/__cmd_group.py | Removes command-group Preview flag for microsoft-entra-user. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/_update.py | Removes command Preview flag for mongocluster update. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/_show.py | Removes command Preview flag for mongocluster show. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/_list.py | Removes command Preview flag for mongocluster list. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/_list_connection_strings.py | Removes command Preview flag for mongocluster list-connection-strings. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/_delete.py | Removes command Preview flag for mongocluster delete. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/_create.py | Removes command Preview flag for mongocluster create. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/_check_name_availability.py | Removes command Preview flag for mongocluster check-name-availability. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/mongocluster/__cmd_group.py | Removes command-group Preview flag for mongocluster. |
| src/documentdb/azext_documentdb/aaz/latest/documentdb/__cmd_group.py | Removes top-level command-group Preview flag for documentdb. |
Review details
- Files reviewed: 31/31 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
Align the recorded Key Vault management requests with the 2026-02-01 API used by the latest Azure CLI core. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 46bb57cf-0490-4f99-a750-27ca921e5d89
|
/azp run |
|
Azure Pipelines: Successfully started running 2 pipeline(s). |
🤖 PR Validation — ️✔️ All clear
Summary
1.0.0b2to stable1.0.0src/index.jsonunchanged for the post-merge publishing automationValidation
azdev extension build documentdbazdev style documentdbazdev linter documentdb --min-severity mediumazdev test documentdb --discover --no-exitfirst(10 passed)python scripts/ci/test_index.py -q(9 passed, 2 skipped)1.0.0, Production/Stable, and contains no Preview metadataNo command behavior, parameters, API versions, tests, or recordings were changed.
Assisted-By: GitHub Copilot