-
Notifications
You must be signed in to change notification settings - Fork 4k
[Redis] Add support for 2022-06-01
API version
#20511
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
Conversation
/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.Redis
package to new version9.0.0
, which updates all requests to use the new2022-06-01
API 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-AzRedisCache
andExport-AzRedisCache
has 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-AzRedisCacheLink
andNew-AzRedisCacheLink
will show 4 additional properties for a geo replication link:PrimaryHostName
,GeoReplicatedPrimaryHostName
,ServerRole
andLinkedRedisCacheLocation
.Checklist
CONTRIBUTING.md
and reviewed the following information:generation
branch.ChangeLog.md
file(s) appropriatelyChangeLog.md
file can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
## Upcoming Release
header in the past tense. Add changelog in description section if PR goes intogeneration
branch.ChangeLog.md
if no new release is required, such as fixing test case only.