[Redis] Add support for 2022-06-01 API version#20511
[Redis] Add support for 2022-06-01 API version#20511dingmeng-xue merged 26 commits intoAzure:release-2023-01-10from austintolani:main
2022-06-01 API version#20511Conversation
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Commenter does not have sufficient privileges for PR 20511 in repo Azure/azure-powershell |
|
@msJinLei I have been trying to get the pipelines to pass but am facing issues. The tests are passing on my local machine but it seems like there is some environment issue causing differing behavior between my local environment and the pipelines. We would like for these changes to go out in the Jan release. Would it be possible for you to review this PR while I continue to try to solve the pipeline issues so that when they pass we will able to merge it in in time for the Jan release? |
|
@msJinLei All pipelines are now passing. As mentioned in previous comment, we would like for these changes to go out in the Jan release. Please let me know if there are any additional steps I can take on my end with this PR. Thanks! |
|
/azp run azure-powershell - security-tools |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run azure-powershell - security-tools |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Description
This PR adds supports for a new API version for Azure Cache for Redis (2022-06-01). Specifically, these changes include:
Microsoft.Azure.Management.Redispackage to new version9.0.0, which updates all requests to use the new2022-06-01API version. Notably this package is updated to use a private NuGet feed, since this is a Track 1 SDK and is no longer being updated publicly.Import-AzRedisCacheandExport-AzRedisCachehas a new optional parameterPreferredDataArchiveAuthMethod.Remove-AzRedisCacheLink) is now a long running operation, so its implementation now callsBeginDelete()instead ofDelete().Set-AzRedisCache) is now a long running operation so its implementation now callsBeginUpdate()instead ofUpdate().Get-AzRedisCacheLinkandNew-AzRedisCacheLinkwill show 4 additional properties for a geo replication link:PrimaryHostName,GeoReplicatedPrimaryHostName,ServerRoleandLinkedRedisCacheLocation.Checklist
CONTRIBUTING.mdand reviewed the following information:generationbranch.ChangeLog.mdfile(s) appropriatelyChangeLog.mdfile can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md## Upcoming Releaseheader in the past tense. Add changelog in description section if PR goes intogenerationbranch.ChangeLog.mdif no new release is required, such as fixing test case only.