Skip to content
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

sync upstream changes and update cli extension version and release notes #3

Merged
merged 82 commits into from
Oct 18, 2024

Conversation

bavneetsingh16
Copy link


This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally? (pip install wheel==0.30.0 required)
  • My extension version conforms to the Extension version schema

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.

DariuszPorowski and others added 30 commits October 8, 2024 09:35
Extension installation was wrong. It should be `microsoft-fabric`.
It's published under available extensions as mentioned above.
* added new version for nginx

* updated test version

* fixedd and added tests for new feature of WAF

* fixed lint error
…c QDK jobs (Azure#7987)

* Commented out _submit_qsharp logic for testing

* Deleted ommented-out code

* Removed obsolete params from run and submit

* Corrected parameter lists in run

* Deleted _submit_qsharp and all supporting functions

* Deleted unused import

* Revised the command help examples

* Deleted deprecated params and revised help text

* Deleted positional program_args (Was only used by _submit_qsharp)

* Added a Quil help example

* Added a Qiskit help example

* Deleted test_build and test_submit_args from test_quantum_jobs.py

* Deleted import of build and _submit_args

* Fixed typos in help examples

* Corrected invalid dash in help examples

* Corrected 'run' help example

* Fixed pylint style violation

* Another pylint style violation fix
… to volume (Azure#8022)

* Add splitclonefromparent and list-quota-report commands to volume

* bump version

* fix version number in history

* import unittest
…Azure#8039)

* Email Service - Update to email SDK version to 1.0.1b1 and inline attachment for send mail

* updated the version

* Email Service - send email inline attachments

* Email service - send mail: inline attachments parameter
… replica, add/remove ruleIP, update websocket-keepalive) (Azure#8044)

* Init logic

* Add tests for network and add/remove iprule

---------

Co-authored-by: Duong <[email protected]>
…orce-data-integrity-check-for-iscsi` (Azure#7662)

* update to 2024-05-01 version, add `--enforce-data-integrity-check-for-iscsi` to `az elastic-san volume-group create/update`

* test `--enforce-data-integrity-check-for-iscsi`

* rerun tests

* update version

* rerun test

* rerun test

* remove preview tag
…022 (Azure#8045)

* breaking change warning

* Update HISTORY.rst

* Update setup.py
…--source` use managed identity for image pull by default (Azure#7972)
private keyvault + konnectivity is blocked now, so vnet integration
should be used.

Signed-off-by: Zhecheng Li <[email protected]>
* remove workaround

* Update MinCliCore Version
…8014)

* azload fix tests and deprecate msrestazure to azure.mgmt.core

* run azdev style

* patch version bump
* changed param description for kb-numbers-to-include

* updated version
cleaned up comments

* addressed github actions requirements

* Update HISTORY.rst

* Update setup.py

* Update src/maintenance/setup.py

Co-authored-by: kai ru <[email protected]>

---------

Co-authored-by: Bogdan Oros <[email protected]>
Co-authored-by: kai ru <[email protected]>
* build: add cicd pipeline (Azure#7)

* build: move update version logic to workflow (Azure#8)

* build: Run CI on multiple python version (Azure#38)

* build: Run CI in Python 3.8-3.11

* build: remove pull request event for CI to avoid duplicate runs

* refactor: add apic api update example

* tests: add test case

* fix: fix style

* fix: fix test case

* fix: fix test case

* fix: fix test case & add recording

* fix: remove bad command prefix

* refactor: optimize test case code

* refactor: remove duplicate example for apic create

* fix: fix style

* feat: add examples for create & update apic service with system assigned identity

* fix: fix external doc extracting bug in spec

* fix: remove extra print

* fix: fix style

* fix: fix style

* fix: fix style

* fix: fix style

* tests: fix test case

* refactor: remove external docs from tags

* tests: update test case

* refactor: remove summary setting in api register

* feat: support custom metadata export only

* fix: fix test case

* tests: add test case

* fix: fix arg type

* refactor: add help example

* fix: fix bad logic of link format

* refactor: remove extra example

* refactor: update example

* doc: update 1.0.1 release history

* refactor: change note style

* fix: fix

* fix: remove breaking change label

* build: bump version to 1.1.0

* Update V1.1.0 history (Azure#71)

* Update HISTORY.rst

* Update HISTORY.rst

* Update HISTORY.rst

---------

Co-authored-by: Julia Kasper <[email protected]>

* test: fix test cases

* build: remove files to get ready for release

---------

Co-authored-by: Chaoyi Yuan <[email protected]>
Co-authored-by: Julia Kasper <[email protected]>
azclibot and others added 21 commits October 15, 2024 05:55
* commented-out _create_role_asignment and the msrestazure import

* Deleted commented-out code
* Remove msrestazure dependency

* record the test case again

---------

Co-authored-by: layliu <[email protected]>
* Remove scope parameter from discovery list

* Revert "Remove scope parameter from discovery list"

This reverts commit e7d16b7.

* Remove dependency on msrestazure
* [staticwebapp] Replace msrestazure with azure.core

* Bump version to 1.0.1 and add to release history

* Fix versions

* Fix tests

* Fix style
* Replace msrestazure with azure.mgmt.core

* Update version
Copy link

CodeGen Tools Feedback Collection

Thank 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

@bavneetsingh16 bavneetsingh16 merged commit 077b333 into main Oct 18, 2024
5 of 8 checks passed
@bavneetsingh16 bavneetsingh16 deleted the upstream_changes branch October 18, 2024 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.