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

migrate identity tests to test proxy #22537

Merged
merged 28 commits into from
Jul 22, 2022
Merged

migrate identity tests to test proxy #22537

merged 28 commits into from
Jul 22, 2022

Conversation

xiangyan99
Copy link
Member

Description

Please add an informative description that covers that changes made by the pull request and link all relevant issues.

If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

@ghost ghost added the Azure.Identity label Jan 18, 2022
@xiangyan99 xiangyan99 marked this pull request as ready for review January 31, 2022 21:09
@azure-sdk
Copy link
Collaborator

API change check for azure-identity

API changes are not detected in this pull request for azure-identity

@xiangyan99 xiangyan99 requested a review from mccoyp April 12, 2022 20:39
Copy link
Member

@mccoyp mccoyp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is looking really good, thank you!

@azure-sdk
Copy link
Collaborator

azure-sdk commented Jun 15, 2022

API change check

APIView has identified API level changes in this PR and created following API reviews.

azure-identity

@xiangyan99 xiangyan99 requested a review from mccoyp July 21, 2022 17:33
@xiangyan99 xiangyan99 marked this pull request as ready for review July 21, 2022 18:36
Copy link
Member

@mccoyp mccoyp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! You should now be able to use the new recording fixture if you want, which would only involve replacing the @recorded_by_proxy decorators with a recorded_test fixture request (the rest of the test proxy tooling works the same).

I would recommend doing so now so you don't have to later, but this PR has also been up for a while so I won't block you on this 🙂

@xiangyan99 xiangyan99 merged commit cfd6189 into main Jul 22, 2022
@xiangyan99 xiangyan99 deleted the identity_test_proxy branch July 22, 2022 18:26
azure-sdk pushed a commit to azure-sdk/azure-sdk-for-python that referenced this pull request Feb 14, 2023
Release apimangement 2022-08 01 (Azure#22313)

* Release api management 2022 08 01 (Azure#21169)

* add base for 2022-08-01

* updates readme.md

* update api-version and examples

* resolve Go SDK breaking change

* update examples to fix model definition

Co-authored-by: Chenjie Shi <[email protected]>

* Adding Resolver Entities to documentation (Azure#21352)

* merging in resolver entities

* adding resolver updates

* fixed policy examples that were missing a policyId param

* fixed typo that added a nested properties prop

* fixed description for API Resolvers List, filter query

* fixed error in definitions for resolvers

* fixed example that had an incorrect response definition

* added missing json file references

* fix for linting errors

* ref fixes and undoing bad merge overwrites

* fix typo

* wiki for apis and products  (Azure#21595)

* wiki for apis and products

* prettier; fixed spellchecks

* Fixed spelling

* Updated path

Co-authored-by: changlong-liu <[email protected]>

* code review changes; gihub checks fixes

* fixed conact name and paths

* added properties back

* added contract properties objects

* fixed lint

* changed example to match the definition

* prettier

* code review changes

* added paths and examples for wiki collections

* Added x-ms-pageable

* removed count

Co-authored-by: changlong-liu <[email protected]>

* Add ConfirmConsentCode to APIM RP (Azure#22418)

* Update apimauthorizationproviders.json

Add ConfirmConsentCode endpoint

* Update definitions.json

* Create ApiManagementPostAuthorizationConfirmConsentCodeRequest.json

* Update definitions.json

Remove count property

* Update apimauthorizationproviders.json

* [2022-08-01] Fix Linter Errors (Azure#22537)

* linter errors

* prettier

* v2

* fix error response duplicate schema

* type object

* prettier

* sync data from current ga version

* remove duplicate parameter

* type object

---------

Co-authored-by: Chenjie Shi <[email protected]>
Co-authored-by: hoonality <[email protected]>
Co-authored-by: malincrist <[email protected]>
Co-authored-by: changlong-liu <[email protected]>
Co-authored-by: Logan Zipkes <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants