-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Azure RedisCache New Api v2024.11.01 (#26876)
* Generate new api version code * Update cmdlets * Update help docs * Add tests for zonalallocationpolicy * executed all tests * updated ChangeLog.md * Update TestImportExportRebootClear.json --------- Co-authored-by: Yabo Hu <[email protected]>
- Loading branch information
1 parent
b01f7ce
commit e7d919d
Showing
30 changed files
with
28,441 additions
and
19,284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
src/RedisCache/RedisCache.Management.Sdk/Generated/Models/ZonalAllocationPolicy.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. See License.txt in the project root for license information. | ||
// Code generated by Microsoft (R) AutoRest Code Generator. | ||
// Changes may cause incorrect behavior and will be lost if the code is regenerated. | ||
|
||
namespace Microsoft.Azure.Management.RedisCache.Models | ||
{ | ||
|
||
/// <summary> | ||
/// Defines values for ZonalAllocationPolicy. | ||
/// </summary> | ||
|
||
|
||
public static class ZonalAllocationPolicy | ||
{ | ||
public const string Automatic = "Automatic"; | ||
public const string UserDefined = "UserDefined"; | ||
public const string NoZones = "NoZones"; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.