-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Azure Redis .Net SDK update for new api v2023-08-01 #39230
Conversation
Thank you for your contribution @koderjoker! We will review the pull request and get back to you soon. |
@koderjoker this PR is getting tagged as a community contribution. Please review the Azure SDK onboarding documentation and ensure that your GitHub organization membership and permissions are correct. Azure SDK onboarding (Microsoft internal) /cc: @ArthurMa1978. Also please ensure you have the correct aliases are added to the code owners file - https://github.com/Azure/azure-sdk-for-net/blob/main/.github/CODEOWNERS |
@pallavit submitted request for Azure SDK Partners. No new names to add to Code Owners from our side |
API change check APIView has identified API level changes in this PR and created following API reviews. |
- Adds test resource json file - Creates FTs for new flush operation - Updates assets.json after pushing new session records
Adds functional tests for aad
Test recording for all tests, for new API version in progress, will push session records and update assets.json once complete |
* Update Channel Tests * Update correct data type
Recordings updated for latest api version as part of https://github.com/Azure/azure-sdk-assets/releases/tag/net%2Fredis%2FAzure.ResourceManager.Redis_50c384bcc2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@koderjoker: You are still coming up as having none of the public organizations required nor write permissions in the repository. Please review the Azure SDK onboarding guide.
This will need to be corrected before this PR can move forward.
@jsquire I'm already a part of Azure GitHub and Azure SDK partners. Applied for write permissions for Azure cache for Redis SDKs. |
These organization memberships must be public on your profile and you must have write permissions to the Azure SDK repository. Your memberships are private and you lack write permissions. Please refer to the onboarding guide for further context. |
@jsquire thanks, I've ensured that I have the correct permissions now |
Hi @archerzz @jsquire @tg-msft @KrzysztofCwalina @ArcturusZhang @pallavit @ArthurMa1978 @live1206! Who would be the assigned reviewer for this PR? Despite the PR having the latest code generated and recordings for 2023-08-01 https://github.com/Azure/azure-sdk-assets/releases/tag/net%2Fredis%2FAzure.ResourceManager.Redis_50c384bcc2, the pipeline is showing errors regarding both |
@koderjoker I think the error message is quite clear:
|
Besides, looks like you have some test recordings which need update. |
sdk/redis/Azure.ResourceManager.Redis/src/Generated/RedisCacheAccessPolicyAssignmentData.cs
Outdated
Show resolved
Hide resolved
sdk/redis/Azure.ResourceManager.Redis/src/Generated/Models/RedisCommonConfiguration.cs
Outdated
Show resolved
Hide resolved
@archerzz running No new code is generated when Are there any steps we could take to see what is left to be generated, and unblock ourselves on this issue? |
Test recordings have already been recorded for this api version, for all the older and new tests (2023-08-01) https://github.com/Azure/azure-sdk-assets/tree/net/redis/Azure.ResourceManager.Redis_50c384bcc2/net/sdk/redis/Azure.ResourceManager.Redis/tests/SessionRecords, and assets.json updated.
Have we missed out on configuring or uploading any file, to cause this issue? |
You still do not have a public Microsoft organization membership. Please correct. |
@jsquire corrected as requested, sorry for the confusion |
Thanks. Confirmed that we're looking good. Removing my block. Please work with Arthur and team on the code review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@koderjoker LGTM.
By the way, if you are going to release a new version, don't forget to update CHANGELOG.md
. See here for details.
Contributing to the Azure SDK
Please see our CONTRIBUTING.md if you are not familiar with contributing to this repository or have questions.
Swagger: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/redis/resource-manager/Microsoft.Cache/stable/2023-08-01/redis.json
For specific information about pull request etiquette and best practices, see this section.