This repository was archived by the owner on May 13, 2025. It is now read-only.
forked from Azure/azure-cli-extensions
-
Notifications
You must be signed in to change notification settings - Fork 17
merge changes from upstream #292
Open
bavneetsingh16
wants to merge
20
commits into
k8s-extension/public
Choose a base branch
from
sync-upstream
base: k8s-extension/public
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…(27643) (Azure#8242) * Temporarily append '.dev3' to version number * Calling upload-blob with return_sas_token = True * Incorporated azure-quantum-python functions * Adding a SAS token to the storage container URL * Moved an import statement from _storage.py to job.py * Fixed style check violations * Deleted an extraneous comment * Added a unit test * Expanded the unit test * Made changes to test_submit * Made changes to test_submit * Updated test_provider_sku_list * Added experimental Python SDK code to run a Qiskit input file * Added test input files and simplified the job submit code * Rearranged the submit code to use old param validation * Got it working with imported Python SDK methods * Un-did changes to _storage.py and _client_factory.py * Fixed Pylint rule violations * Experimenting with ways to suppress the expected azure.identity CredentialUnavailableError messages * Deleted unused import statements * Copied azure-quantum-python files to the CLI repo * Added missing SDK files and fixed another import * Added the azure.identity files to vendored_sdks * Fixed another azure.identity import * Deleted a commented-out line * Moved the azure-quantum-python files to the vendored_sdks folder * Deleted commented-out lines * Removed 'microsoft.qc' from the default test provider/SKU list and removed '.dev3' from the version number * Made test changes like in branch 29126-remove-resource-estimator-references (PR 8388) * Add '.dev3' suffix to version number for final testing * Remove '.dev3' from the version numbers
* Update _create.py * Update _create.py * Update test_step_provider_registration_create.yaml * Update test_step_resource_type_registration_create.yaml * Update test_providerhub_scenario_updated.py * Add tests for provider registration and resource type registration update. * Remove pre_operations. * Remove enum from provider_type. * Remove enum from routing_type. * Remove pre_operations. * Update test_step_provider_registration_create.yaml * Update test_step_resource_type_registration_create.yaml * Add provider and resource type registration update test recordings.
… to 2024-10-02-preview (Azure#8544) * Updated aks preview to 2024-10-02-preview * Updated most test runs * Ran update-msi-permissions tests in devbox, updated Default API Version * Adding skips to allow fix to go through * Import unittest * Skip restore test --------- Co-authored-by: Zubair Abid <[email protected]>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=117714869&view=results Last commit: Azure@8e1899e
* add auth adaptor for track 1 sdk * Update src/application-insights/HISTORY.rst Co-authored-by: Jiashuo Li <[email protected]>
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=117722525&view=results Last commit: Azure@e1d64ea
* Incremented version number and added release notes * Revised release notes
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=117814579&view=results Last commit: Azure@fe01406
* changes. * check-point tests for ref-ids. * updates. * correcting all the new tests. * pf-criteria-tests addition. * app components tests. * changes for app-components. * small chgange in the reeturn. * few changes. * pr comments and updating the tests. * pr-comments. * pr-comments. * updating resource-id for app-components. * pr comments. * adding version changes. * pr comments. * changes for errors. * few changes for tests. * running tests and pre-push commands. * updating recordings with masked secrets. * indentation in version change. * changes for build failure. * trying to resolve pipeline error.
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=117816692&view=results Last commit: Azure@fb1f259
….1.0 ] Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=117822270&view=results Last commit: Azure@93532d4
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=117848225&view=results Last commit: Azure@fa34ed2
Triggered by Azure CLI Extensions Release Pipeline - ADO_BUILD_URL: https://dev.azure.com/msazure/One/_build/results?buildId=117849162&view=results Last commit: Azure@6d961f2
…into sync-upstream
deeksha345
approved these changes
Mar 13, 2025
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.