Update managed cleanroom cmdlets#9700
Conversation
❌Azure CLI Extensions Breaking Change Test
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
CodeGen Tools Feedback CollectionThank you for using our CodeGen tool. We value your feedback, and we would like to know how we can improve our product. Please take a few minutes to fill our codegen survey |
|
- Updated VERSION in setup.py to 1.0.0b3 - Merged 1.0.0b4 changelog into 1.0.0b3 in HISTORY.rst - All features remain the same (API versioning support) - Added helper files to .gitignore Validation passed: - 37/37 pytest tests passed - azdev style: PASSED - azdev linter: PASSED - test_index.py: 9 tests passed (2 skipped) - aaz folder: unchanged
8252dbb to
ef2850e
Compare
- Pulled latest spec from azure-cleanroom develop branch - Fixed ApplicationState empty enum value (AutoRest blocker) - Regenerated analytics_frontend_api SDK with updated method signatures - Applied Microsoft MIT License headers to all SDK files - Updated custom code for SDK method renames (5 functions) - Updated test mocks for new SDK methods (14 changes across 3 files) - Added comprehensive pylint suppressions for generated code SDK Method Changes (internal, transparent to CLI): - list → list_get - analytics_dataset_* → analytics_datasets_* (plural) - check_consent_document_id_get → consent_document_id_get - set_consent_document_id_put → consent_document_id_put Validation (all passed): - pytest: 37/37 tests passed - azdev style: PASSED - azdev linter: PASSED - test_index: PASSED - aaz folder: unchanged - wheel: built successfully (157K) Version: 1.0.0b3 (kept same as requested)
ef2850e to
d48ae3c
Compare
- Removed .opencode/ and personal helper scripts from global .gitignore - These are extension-specific development files that should not be in the global ignore list - Files will remain untracked locally without affecting the repository Addresses PR review feedback
|
Check says I have modified index.json when I have not |
|
@sakshamgargMS plz sync with the latest |
…kshamgargMS/azure-cli-extensions into updateManagedCleanroomCmdlets
|
@necusjz I have synced with main - please review/approve |
|
[Release] Update index.json for extension [ managedcleanroom-1.0.0b4 ] : https://dev.azure.com/msazure/One/_build/results?buildId=158406138&view=results |



This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally? (pip install wheel==0.30.0required)For new extensions:
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.