-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update connectedk8s cli version and release notes - v1.10.6 #34
Conversation
* Added versioning * Added release version in setup.py
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=114430075&view=results Last commit: Azure@ef68ec0
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=114435406&view=results Last commit: Azure@1c70844
* add support for bastion developer create * space-separated ip addresses for network acls * add history * features vars naming * check fix * re-record tests * attempt to fix api-version for vnet PUT * update recording --------- Co-authored-by: Jacques Zhang <[email protected]>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=114437701&view=results Last commit: Azure@d2c93aa
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=114449774&view=results Last commit: Azure@aa7431b
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=114573497&view=results Last commit: Azure@a3f7316
…ing `--asg-ids` alone without `--allowed-host-ports` (Azure#8456)
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=114577049&view=results Last commit: Azure@d344335
…zure#8368) * Update list-template.md | fix metadata to conform to new guidelines According to the allowed values for `ms.topic` as now showing in the Contributor's Guide (https://review.learn.microsoft.com/en-us/help/platform/metadata-taxonomies/mstopic?branch=main), the ms.topic for autogenerated reference content should be `language-reference`. By making this update, the available extensions report will also be removed from management's broken link report. We'll still be able to monitor broken links from the azure-docs-cli repo's daily build report. * Update ms.topic to generated-reference
Co-authored-by: Sai Sankar Gochhayat <[email protected]>
* Update project env type parameters * Fix environment def example and update style * Fix show logs * Fix spacing * Fix style error * Fix integraion tests * Fix gallery test * Fix gallery test * Fix gallery compute * Update * Update control plane * Update tests and vendored sdk for data plane API * Updates * Update tests * Update version * Update tests * Update log command to support escape characters * Update control plane to 2024-10-01-preview * Changes for force delete only * update api version * remove preview flag * Fix linter errors * Update control plane tests * Update tests * Update commands * Add project policy test * Update * add missing override * Update response * Add tests * Fix image name regex * Update version for Ignite * Update data plane tests * Update control plane tests * Fix control plane tests * Fix nsg * Update params * Update release version * Update data plane 2024-10-01-preview * Remove old dp code * Add devbox list * Add project,pool,schedule * Add devbox * Fix post, add snapshots * Fix post LRO * Add environments * Add additional cmds * Fix help * Fix params * Fix customization task validate * Linter and style fixes * Update version * Update version2 * Update dp tests * Add dev box tests * Add repair test * Add snapshot test * Add customization task test * Add customization group test * Add environment test * Update tests * Update help * Fix tests * Fix examples and show logs output * Handle if there is no next scheduled time * Update HISTORY.rst * Fix syntax errors * Update version --------- Co-authored-by: Erica Guthan <[email protected]>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=114851450&view=results Last commit: Azure@f684127
* chore(arcdata): version bump to 1.5.20 * chore(arcdata): version bump to 1.5.20 * Update linter_exclusions.yml * chore(arcdata): version bump to 1.5.20 * chore(arcdata): version bump to 1.5.20 * chore(arcdata): version bump to 1.5.20 * chore(arcdata): version bump to 1.5.20 * chore(arcdata): version bump to 1.5.20 * chore(arcdata): version bump to 1.5.20 * chore(arcdata): version bump to 1.5.20
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=114965394&view=results Last commit: Azure@9f64ce0
* added stack_hci_vm cli v1.6.1 * spacing fix * updated to 1.6.2 * updated to 1.6.3 * added stack_hci_vm cli v1.6.4
* codegen * init module with aaz command * custom command, update test * fix custom command param register * fix custom command help message * remove unused code * fix style * update custom.py * update custom.py * update version
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=115233317&view=results Last commit: Azure@c676ce8
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 |
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 azdev
required)python scripts/ci/test_index.py -q
locally? (pip install wheel==0.30.0
required)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.json
automatically.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
.