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

[AutoPR azure-mgmt-resource] Fix minor issues in policy exemptions #3923

Closed
wants to merge 1,556 commits into from

Conversation

openapi-sdkautomation[bot]
Copy link

Create to sync Azure/azure-rest-api-specs#12636

You can install the use using pip install of the artificats.

00Kai0 and others added 30 commits December 17, 2020 15:25
…Azure#15816)

* OpenTelemetry Exporter use Resources API to retrieve cloud role properties

* lint

* Adding changelog
* Move common code to create API review into eng common in tools
* Add keys migration guide, update keys README

* Address feedback

* Update language about local crypto
Co-authored-by: Tural Farhadov <tufarhad@microsoft.com>
…m certificate (Azure#15863)

* Add certificate key/cert parsing samples

* Thanks, Charles!

* Better wording

Co-authored-by: Charles Lowell <chlowe@microsoft.com>
echoing: Azure#15493
Py39 is native to the images now. Don't need to download and install it anymore. Accommodating for EH/SB
* [Storage][LiveTest]replace the fixed blob names

* re-record
…te issue Azure#13546 having been fixed. (it seems to have been.) (Azure#15786)

Co-authored-by: Yunhao Ling <adam_ling@outlook.com>
* Remove redundant decorators; skip managed identity test

* add isasync optional param for get auth policy

* Enable async managed identity test

* Force decoding url in async client

Co-authored-by: turalf <tufarhad@microsoft.com>
…ion (Azure#15393)

* Generated using newest autorest version

* readded version

* readded StorageErrorException

* added more missing imports for storageErrorException

* added more missing imports for storageErrorException

* use http_response

* eradicated StorageErrorException

* added http_response to deserialize

* added http_response location mode

* added body to params since it got repositioned

* made more changes

* added extra check

* fixed sync test for retention policy

* fixed async rentention policy test

* fixed ci for blobs

* generated for datalake using new gen

* api versioning fix

* removed storage error excep

* fixed append data bug

* fixed all failing tests for datalake

* fixed all failing tests for datalake

* linter

* fixed linter

* fixed linter

* removed cls in datalake list paths

* removed the cls method from deserialize

* added version id
* removed unittest.main() from test files, small steps

* goofed on the merge commit
* run black against codes

* rever comment content

* fix pylint

* run black after merging from master

* fix pylint

* fix pylint

* update tests.yml
* adding a test folder in docs, updating dev_setup.md to install from dev_requirements.txt

* updating docs with new information, creating a tests folder. committing in the middle to switch gears

* more updates to test documentation, adding section on writing tests for the data plane libraries

* added a section on writing tests for non-mgmt libraries

* adding a tests readme and intro guide, adding info about preparers

* changing dev setup to install packages correctly

* addressing all of laurents comments

* those were kierans comments, moved examples over to the dev file

* removing references to azure active directory

* second read-through with more updates and clean ups

* small updates

* updating based on krista and laurents comments, moved mgmt settings stuff and preparers to an advanced section

* updating based on izzy,krista, and laurents comments

* comments from swathi and laurent

* removed more sections about with 'tutorial' and added links to packaging
* updating packaging information

* removing a duplicated line
* moved over to arm template, removing unnecessary stuff now

* cleaning up files, removing unnecessary imports

* fixed the user-agent issue, which has since dissappeared
* Update README to use a generalized link to unblock release

* Update README.md

* Update README.md
kristapratico and others added 8 commits January 26, 2021 12:58
…age (Azure#16300)

* initial commit: new folder for identity

* Added root files to identity package

* copy identity client files from admin to new pkg

* add autorest generated files

* copy samples over

* update references in other packages

* Added tests to identity package

* remove identity code from admin package

* update changelog

* remove identity code from admin package

* update changelog

* Removed identity tests from admin package

* Update admin readme

* add back version.py for wheel generation

* Removed user credential test in admin package

* update _version.py

* remove redundant files

* fixed error with init file

* minor naming fixes

* only expose required shared models

* Update chat to reference new identity package

* Updated identity test recordings

* Added examples to identity README.md

* Updated dependencies in identity package

* Updated code style to meet pylint requirements

* Added identity package to ci file

* Updated CHANGELOG version formatting

Co-authored-by: Bert Ong <823691+beltr0n@users.noreply.github.com>
…zure#16334)

* prefix appearance/style model with Text and expose models

* add line appearance to sample with signature

* feedback
* add function for getting existing package versions

* Add SetPackageVersion function

* Add GetPackageInstallNotes function
…Azure#16365)

* move mindependency and latestdependency common pieces to eng/dependency_tools.txt
* Run the link verification step even previous step failed.

* Make the tab right

* Address comments

* Run default condition if no RunOnFailure set.

* Changed back to simple condition

Co-authored-by: Sima Zhu <sizhu@microsoft.com>
* CodeGen from PR 12429 in Azure/azure-rest-api-specs
Add new api-version 2020-08-01 of network to go sdk (Azure#12429)

* test,version,CHANGELOG

* fix changelog and version

Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/12636/azure-mgmt-resource branch from 0bd2c24 to 22bd844 Compare January 27, 2021 15:38
seankane-msft and others added 2 commits January 27, 2021 15:59
Removes unnecessary pylint statements, changes numbers to descriptions, makes a few code changes to address a pylint issue
* unexpose api_version property

* update changelog
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/12636/azure-mgmt-resource branch from 22bd844 to 56f4f0b Compare January 27, 2021 18:47
sacheun and others added 14 commits January 27, 2021 11:21
* Update Change log in ACS packages

* Address PR feedback
* commit -1

* async

* lint

* Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/_helpers.py

* Update sdk/eventgrid/azure-eventgrid/azure/eventgrid/_helpers.py

* fix test

* Update sdk/eventgrid/azure-eventgrid/tests/test_eg_publisher_client_async.py

Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>

Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com>
* Fix sms client to adapt new phone number model

* Fix async test

Co-authored-by: turalf <tufarhad@microsoft.com>
* update pages description

* missed a parentheses
* Added ContainerClient.exists() method

* lint
* CodeGen from PR 12563 in Azure/azure-rest-api-specs
Enable python track2 pipeline (Azure#12563)

* test,version,CHANGELOG

* fix test

* fix changelog , version

Co-authored-by: SDKAuto <sdkautomation@microsoft.com>
… closure issue (Azure#16414)

* Fixed Datalake Service Client context manager/session closure issue

* test recording

* removed redundant code
* track2 new pipeline

* Update swagger_to_sdk_config_autorest.json

* Update swagger_to_sdk_config_autorest.json

* fix comment

* better display ui
* Enforce API approval status for GA and include SDK type in package properties

* Fix per review comment

* Fixes as per review comments to avoid changing constructor signature

* Fixes as per review comments to handle track 1 packages

* Fix yaml format error

Co-authored-by: praveenkuttappan <prmarott@microsoft.com>
* Add cloud environment enum

* Add cloud environemnt to CommunicationIdentifierModel

* Rename CommunicationCloudEnvironment

* Add cloud environemtn to serialize/deserialzie

* Rearrange microsoft teams user class position

* Rename the kwarg name

* Add cloud env into tests

* Fix typos in identifier kind enums

* Add cloud to serialize/deserialize tests for teams user

* remove unused import

* Add identifier to the identifier to the microsoft teams user model

* Add idenitifier to the phone number

* Add ids to the tests

* Make id mandatory for deserilize

* Fix lint error

* Add identifier to the doc string

* Throw when identifier type is not supported

* Fix typo in test name

* Add test_serialize_foreign_throws

* Add test for unknown kind

* Fix docstring for serialize method

* Fix the typo in anonymous

* Fix phone number doc string

* Sync model to admin and chat

* Fix the docstring for CommunicationIdentifierModel

* Remove dev-tools

* add mgmt core to setup py for mgmt package

* Update the core dependency in mgmt package.

* Sync models to admin, sms, identity

* Change the exception message

* Add idnetifier check in the test

* sync model to other packages

* Remove unnecessary mgmt dependency

* change identity to identifier in docstrings

* change core forzen requirement  for identity

* Change docstring for sms

* Override shared reqs for core

* Fix forzen requirements for core and sms

* change core dependency version in chat,sms,admin

* Add mgmt core back to the dependency

* Add a new line at the end of file

Co-authored-by: turalf <tufarhad@microsoft.com>
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/12636/azure-mgmt-resource branch from 56f4f0b to 7d348b5 Compare January 31, 2021 07:22
Merge 287d15fd770eb6cbff02a0679c0834fa10036a97 into c7358a0
@openapi-sdkautomation openapi-sdkautomation bot force-pushed the sdkAuto/12636/azure-mgmt-resource branch from 7d348b5 to 0dfffd6 Compare January 31, 2021 07:26
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.