pscloud: Release stable version 1.0.0 with CLI improvements#9487
pscloud: Release stable version 1.0.0 with CLI improvements#9487DhritiJindal27 wants to merge 23 commits into
Conversation
- Rename -n and --name - Add --zone and -z - Flatten --vnet-injection. - Remove unsupported identity options (--system-assigned, --user-assigned) - Make required parameters mandatory with client-side validation - --zone, --provisioned-bandwidth, --reservation-id - --subnet-id, --vnet-id - Remove wait subcommand for consistency with other Azure CLIs - Update examples to show cleaner syntax with individual flags
Azure#9452) * [Release] Add support for AKS backup configuration modification * [Release] Update version to 1.8.0 and nit fixes * azdev style fixes * Modify AKS backup configuration parameter * Fix typos and improve error messages for AKS backup configuration handling * Refactor AKS backup configuration initialization * Update AKS backup configuration argument options * Update AKS backup instance configuration in tests
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=145650910&view=results Last commit: Azure@352e030
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=145675157&view=results Last commit: Azure@d87a3e7
…e#9454) * update sdk * update history * update recordings
* new generated azure cli for oracle database * linter exclusion * tests and recordings * tests and recordings * tests and recordings * examples * remove secrets * version update * add example for db system * add example for oracle subscription * removed default * removed default * added license to new tests * tets recordings * tets recordings * change logs and readme updated
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=145871875&view=results Last commit: Azure@cbda5a9
Co-authored-by: Ketki <ketkinaik@microsoft.com>
* cleanup evals and UTs * add vendored_sdks * containerized aks agent * add UT * update doc and release history * fix style check errors * update chart repo and version * remove wrong file and update default cluster role rule * address comments * dont expose api key in configmap * add init file for vendored_sdks/azure_mgmt_containerservice * fix(windows): fix import fcntl failure on windows * fix(windows): use tempfile library * fix(windows): pick correct helm.exe in zip for windows * remove unused import * bump helm version
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=146028638&view=results Last commit: Azure@d08119a
* Remove the depedency on OPA * Bump version * Organise imports
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=146293397&view=results Last commit: Azure@084bac7
Co-authored-by: Brian Kimutai <briankimutai@microsoft.com>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=146301846&view=results Last commit: Azure@2979f01
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=146302359&view=results Last commit: Azure@4fd8402
* Update endpoint pattern regex for long TLD 2,5 was too limiting for evolving customer requirements (i.e. '.microsoft'). removing the upper bound for TLD length * change api-version to 2024-09-16-preview from 2024-09-16-preview * updated test * updates as per PR guidance * remove venv * match version witth setup.py and sort history.rst by latest first * change release description
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=146641489&view=results Last commit: Azure@18bf50c
- Updated version from 1.0.0b1 to stable 1.0.0 with dual version management - Removed preview flags from all commands and command groups - Fixed parameter consistency across commands (--name/-n standardization) - Updated README documentation to reflect all parameter changes and stable version - Added version management with separate STABLE_VERSION and PREVIEW_VERSION variables
|
Validation for Breaking Change Starting...
Thanks for your contribution! |
|
Hi @DhritiJindal27, |
|
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>
|
There was a problem hiding this comment.
Pull request overview
This PR removes a large number of test fixtures for the AKS agent's evaluation test suite. The deletion appears to be part of a cleanup or refactoring effort, removing test cases numbered 15 through 59 and beyond.
Key Changes
- Removal of approximately 40+ test case directories from the
ask_agentevaluation fixtures - Each removed test includes manifests, test case definitions, mock responses, and kubectl output fixtures
- Test cases cover various Kubernetes scenarios: logs, crashes, resource issues, networking, etc.
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 |
|
Overview
This PR releases the pscloud extension as stable version 1.0.0 with significant CLI usability improvements.
Changes Made
🎉 Stable Release 1.0.0
🔧 CLI Parameter Improvements
🐛 Bug Fixes
📚 Documentation Updates
Testing
Impact
This PR improves the user experience by:
Related to CLI improvements discussion and Pure Storage Cloud service enhancements.