From a519dbe40f366bb92f1f34a1fad4b4783f367a56 Mon Sep 17 00:00:00 2001
From: azure-powershell-bot
<65331932+azure-powershell-bot@users.noreply.github.com>
Date: Thu, 17 Oct 2024 09:23:02 +0000
Subject: [PATCH 1/2] Bump up version for RedisEnterpriseCache
---
NuGet.Config | 6 +-
.../Properties/AssemblyInfo.cs | 4 +-
.../Az.RedisEnterpriseCache.psd1 | 12 +-
.../RedisEnterpriseCache/ChangeLog.md | 2 +
.../Properties/AssemblyInfo.cs | 4 +-
tools/AzPreview/AzPreview.psd1 | 2 +-
tools/Docs/az-ps-latest-2.csv | 2 +-
tools/NugetAuth/OneBranchNuget.Config | 4 +-
tools/NugetAuth/ReplaceOneBranchConfig.ps1 | 6 +-
.../Az.RedisEnterpriseCache.json | 798 +++++++++++-------
10 files changed, 500 insertions(+), 340 deletions(-)
diff --git a/NuGet.Config b/NuGet.Config
index bb609e3bc76a..471e776a4c85 100644
--- a/NuGet.Config
+++ b/NuGet.Config
@@ -1,11 +1,9 @@
-
+
-
-
-
+
diff --git a/src/RedisEnterpriseCache/RedisEnterpriseCache.Autorest/Properties/AssemblyInfo.cs b/src/RedisEnterpriseCache/RedisEnterpriseCache.Autorest/Properties/AssemblyInfo.cs
index 83a5ebe71f03..c5cd0253fe63 100644
--- a/src/RedisEnterpriseCache/RedisEnterpriseCache.Autorest/Properties/AssemblyInfo.cs
+++ b/src/RedisEnterpriseCache/RedisEnterpriseCache.Autorest/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("f28a193d-f71c-4fc8-89bf-70c8cfe9981f")]
-[assembly: AssemblyVersion("1.3.0")]
-[assembly: AssemblyFileVersion("1.3.0")]
+[assembly: AssemblyVersion("1.4.0")]
+[assembly: AssemblyFileVersion("1.4.0")]
diff --git a/src/RedisEnterpriseCache/RedisEnterpriseCache/Az.RedisEnterpriseCache.psd1 b/src/RedisEnterpriseCache/RedisEnterpriseCache/Az.RedisEnterpriseCache.psd1
index a201151fe270..e8d93d48d4ea 100644
--- a/src/RedisEnterpriseCache/RedisEnterpriseCache/Az.RedisEnterpriseCache.psd1
+++ b/src/RedisEnterpriseCache/RedisEnterpriseCache/Az.RedisEnterpriseCache.psd1
@@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
-# Generated on: 10/16/2024
+# Generated on: 10/17/2024
#
@{
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '1.3.0'
+ModuleVersion = '1.4.0'
# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
@@ -58,10 +58,10 @@ RequiredAssemblies =
'RedisEnterpriseCache.Autorest/bin/Az.RedisEnterpriseCache.private.dll'
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
-ScriptsToProcess = @()
+# ScriptsToProcess = @()
# Type files (.ps1xml) to be loaded when importing this module
-TypesToProcess = @()
+# TypesToProcess = @()
# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess =
@@ -119,7 +119,7 @@ PrivateData = @{
PSData = @{
# Tags applied to this module. These help with module discovery in online galleries.
- Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'RedisEnterpriseCache'
+ Tags = 'Azure','ResourceManager','ARM','PSModule','RedisEnterpriseCache'
# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
@@ -149,7 +149,7 @@ PrivateData = @{
} # End of PSData hashtable
-} # End of PrivateData hashtable
+ } # End of PrivateData hashtable
# HelpInfo URI of this module
# HelpInfoURI = ''
diff --git a/src/RedisEnterpriseCache/RedisEnterpriseCache/ChangeLog.md b/src/RedisEnterpriseCache/RedisEnterpriseCache/ChangeLog.md
index e53a4c03962a..da101e21f503 100644
--- a/src/RedisEnterpriseCache/RedisEnterpriseCache/ChangeLog.md
+++ b/src/RedisEnterpriseCache/RedisEnterpriseCache/ChangeLog.md
@@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Upcoming Release
+
+## Version 1.4.0
* Added support for using Microsoft Entra token-based authentication.
* Added the new properties of Cluster: highAvailability and redundancyMode.
* Added new product SKUs.
diff --git a/src/RedisEnterpriseCache/RedisEnterpriseCache/Properties/AssemblyInfo.cs b/src/RedisEnterpriseCache/RedisEnterpriseCache/Properties/AssemblyInfo.cs
index 6d92d1092578..ccad3774f928 100644
--- a/src/RedisEnterpriseCache/RedisEnterpriseCache/Properties/AssemblyInfo.cs
+++ b/src/RedisEnterpriseCache/RedisEnterpriseCache/Properties/AssemblyInfo.cs
@@ -24,5 +24,5 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("9356fada-3431-48d0-8d79-af3f13cb2697")]
-[assembly: AssemblyVersion("1.3.0")]
-[assembly: AssemblyFileVersion("1.3.0")]
+[assembly: AssemblyVersion("1.4.0")]
+[assembly: AssemblyFileVersion("1.4.0")]
diff --git a/tools/AzPreview/AzPreview.psd1 b/tools/AzPreview/AzPreview.psd1
index df95026b81a1..6a753cf6d6c6 100644
--- a/tools/AzPreview/AzPreview.psd1
+++ b/tools/AzPreview/AzPreview.psd1
@@ -194,7 +194,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; },
@{ModuleName = 'Az.Quota'; RequiredVersion = '0.1.2'; },
@{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '7.2.0'; },
@{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.10.0'; },
- @{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.2.1'; },
+ @{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.4.0'; },
@{ModuleName = 'Az.Relay'; RequiredVersion = '2.0.1'; },
@{ModuleName = 'Az.Reservations'; RequiredVersion = '0.13.0'; },
@{ModuleName = 'Az.ResourceGraph'; RequiredVersion = '1.0.0'; },
diff --git a/tools/Docs/az-ps-latest-2.csv b/tools/Docs/az-ps-latest-2.csv
index 054083d53e97..03951f83b551 100644
--- a/tools/Docs/az-ps-latest-2.csv
+++ b/tools/Docs/az-ps-latest-2.csv
@@ -27,7 +27,7 @@ pac25,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea
pac26,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Quota.0.1.2.zip;sourceType=sa]Az.Quota,0.1.2
pac27,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RecoveryServices.7.2.0.zip;sourceType=sa]Az.RecoveryServices,7.2.0
pac28,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RedisCache.1.10.0.zip;sourceType=sa]Az.RedisCache,1.10.0
-pac29,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RedisEnterpriseCache.1.2.1.zip;sourceType=sa]Az.RedisEnterpriseCache,1.2.1
+pac29,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RedisEnterpriseCache.1.4.0.zip;sourceType=sa]Az.RedisEnterpriseCache,1.4.0
pac30,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Relay.2.0.1.zip;sourceType=sa]Az.Relay,2.0.1
pac31,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Reservations.0.13.0.zip;sourceType=sa]Az.Reservations,0.13.0
pac32,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ResourceGraph.1.0.0.zip;sourceType=sa]Az.ResourceGraph,1.0.0
diff --git a/tools/NugetAuth/OneBranchNuget.Config b/tools/NugetAuth/OneBranchNuget.Config
index 835c0cd9596c..63a583023aae 100644
--- a/tools/NugetAuth/OneBranchNuget.Config
+++ b/tools/NugetAuth/OneBranchNuget.Config
@@ -3,9 +3,9 @@
-
+
-
+
\ No newline at end of file
diff --git a/tools/NugetAuth/ReplaceOneBranchConfig.ps1 b/tools/NugetAuth/ReplaceOneBranchConfig.ps1
index 0e8ebe45d706..e4f864316259 100644
--- a/tools/NugetAuth/ReplaceOneBranchConfig.ps1
+++ b/tools/NugetAuth/ReplaceOneBranchConfig.ps1
@@ -1,4 +1,8 @@
$oneBranchConfigPath = Join-Path $PSScriptRoot 'OneBranchNuget.Config'
$devConfigPath = Join-Path ($PSScriptRoot | Split-path -Parent | Split-path -Parent) 'Nuget.Config'
-Get-Content $oneBranchConfigPath -Raw | Set-Content $devConfigPath -Force
\ No newline at end of file
+$oneBranchContent = Get-Content $oneBranchConfigPath -Raw
+$devContent = Get-Content $devConfigPath -Raw
+
+$oneBranchContent | Set-Content $devConfigPath -Force
+$devContent | Set-Content oneBranchConfigPath -Force
\ No newline at end of file
diff --git a/tools/Tools.Common/SerializedCmdlets/Az.RedisEnterpriseCache.json b/tools/Tools.Common/SerializedCmdlets/Az.RedisEnterpriseCache.json
index f9105f4c17af..39e0b0a9f3af 100644
--- a/tools/Tools.Common/SerializedCmdlets/Az.RedisEnterpriseCache.json
+++ b/tools/Tools.Common/SerializedCmdlets/Az.RedisEnterpriseCache.json
@@ -1,6 +1,6 @@
{
"ModuleName": "Az.RedisEnterpriseCache",
- "ModuleVersion": "1.3.0",
+ "ModuleVersion": "1.4.0",
"Cmdlets": [
{
"VerbName": "Export",
@@ -99,7 +99,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -109,7 +109,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -282,7 +282,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -298,7 +298,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -404,7 +404,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ICluster",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ICluster, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ICluster, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IPrivateEndpointConnection[]",
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api40.IUserAssignedIdentities",
@@ -490,7 +490,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -500,7 +500,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -593,7 +593,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -609,7 +609,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -758,7 +758,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -774,7 +774,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -905,7 +905,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -921,7 +921,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -994,7 +994,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IAccessPolicyAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IAccessPolicyAssignment, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IAccessPolicyAssignment, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ProvisioningState]",
"AccessPolicyName": "System.String",
@@ -1083,7 +1083,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1093,7 +1093,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1231,7 +1231,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1247,7 +1247,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1426,7 +1426,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1442,7 +1442,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1515,7 +1515,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IDatabase",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IDatabase, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IDatabase, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"GeoReplicationLinkedDatabase": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[]",
"Module": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule[]",
@@ -1599,7 +1599,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1609,7 +1609,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1735,7 +1735,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1751,7 +1751,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1824,7 +1824,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IAccessKeys",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IAccessKeys, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IAccessKeys, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrimaryKey": "System.String",
"SecondaryKey": "System.String"
@@ -1894,7 +1894,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -1904,7 +1904,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2030,7 +2030,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2046,7 +2046,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2123,7 +2123,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IOperationStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IOperationStatus, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IOperationStatus, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalInfo": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IErrorAdditionalInfo[]",
"Detail": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IErrorDetail[]",
@@ -2198,7 +2198,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2208,7 +2208,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2331,7 +2331,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2347,7 +2347,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2504,7 +2504,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2514,7 +2514,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2688,7 +2688,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2704,7 +2704,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2850,7 +2850,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicyAssignmentName": "System.String",
"ClusterName": "System.String",
@@ -2870,7 +2870,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IFlushParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IFlushParameters, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IFlushParameters, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String[]"
}
@@ -2923,7 +2923,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -2933,7 +2933,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3104,7 +3104,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3120,7 +3120,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3261,7 +3261,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IFlushParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IFlushParameters, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IFlushParameters, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String[]"
}
@@ -3328,7 +3328,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3344,7 +3344,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3440,7 +3440,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicyAssignmentName": "System.String",
"ClusterName": "System.String",
@@ -3531,7 +3531,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3547,7 +3547,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3643,7 +3643,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicyAssignmentName": "System.String",
"ClusterName": "System.String",
@@ -3669,7 +3669,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IFlushParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IFlushParameters, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IFlushParameters, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String[]"
}
@@ -3736,7 +3736,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3752,7 +3752,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3897,7 +3897,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -3913,7 +3913,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4065,7 +4065,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicyAssignmentName": "System.String",
"ClusterName": "System.String",
@@ -4085,7 +4085,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IForceLinkParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IForceLinkParameters, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IForceLinkParameters, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinkedDatabase": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[]",
"GroupNickname": "System.String"
@@ -4107,7 +4107,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase"
},
"ValidateNotNullOrEmpty": false
@@ -4148,7 +4148,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4158,7 +4158,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4285,7 +4285,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase"
},
"ValidateNotNullOrEmpty": false
@@ -4350,7 +4350,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4366,7 +4366,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4507,7 +4507,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IForceLinkParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IForceLinkParameters, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IForceLinkParameters, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinkedDatabase": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[]",
"GroupNickname": "System.String"
@@ -4575,7 +4575,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4591,7 +4591,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4672,7 +4672,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicyAssignmentName": "System.String",
"ClusterName": "System.String",
@@ -4713,7 +4713,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase"
},
"ValidateNotNullOrEmpty": false
@@ -4778,7 +4778,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4794,7 +4794,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4875,7 +4875,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicyAssignmentName": "System.String",
"ClusterName": "System.String",
@@ -4901,7 +4901,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IForceLinkParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IForceLinkParameters, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IForceLinkParameters, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"LinkedDatabase": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[]",
"GroupNickname": "System.String"
@@ -4969,7 +4969,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -4985,7 +4985,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5115,7 +5115,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5131,7 +5131,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5259,7 +5259,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicyAssignmentName": "System.String",
"ClusterName": "System.String",
@@ -5279,7 +5279,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IForceUnlinkParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IForceUnlinkParameters, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IForceUnlinkParameters, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String[]"
}
@@ -5332,7 +5332,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5342,7 +5342,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5513,7 +5513,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5529,7 +5529,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5670,7 +5670,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IForceUnlinkParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IForceUnlinkParameters, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IForceUnlinkParameters, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String[]"
}
@@ -5737,7 +5737,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5753,7 +5753,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5849,7 +5849,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicyAssignmentName": "System.String",
"ClusterName": "System.String",
@@ -5940,7 +5940,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -5956,7 +5956,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6052,7 +6052,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicyAssignmentName": "System.String",
"ClusterName": "System.String",
@@ -6078,7 +6078,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IForceUnlinkParameters",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IForceUnlinkParameters, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IForceUnlinkParameters, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Id": "System.String[]"
}
@@ -6145,7 +6145,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6161,7 +6161,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6306,7 +6306,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6322,7 +6322,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6425,7 +6425,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ICluster",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ICluster, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ICluster, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IPrivateEndpointConnection[]",
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api40.IUserAssignedIdentities",
@@ -6500,7 +6500,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6521,7 +6521,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6549,7 +6549,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule"
},
"ValidateNotNullOrEmpty": false
@@ -6559,7 +6559,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6577,7 +6577,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6595,7 +6595,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase"
},
"ValidateNotNullOrEmpty": false
@@ -6605,7 +6605,16 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ClusteringPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ClusteringPolicy, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ClusteringPolicy, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AccessKeysAuthentication",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6618,12 +6627,21 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "HighAvailability",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "IdentityType",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6641,7 +6659,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6668,7 +6686,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6686,7 +6704,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6726,7 +6744,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6736,7 +6754,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -6863,7 +6881,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6896,7 +6914,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6951,13 +6969,28 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "HighAvailability",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "IdentityType",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -6987,7 +7020,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7066,7 +7099,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7082,7 +7115,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7163,7 +7196,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule"
},
"ValidateNotNullOrEmpty": false
@@ -7179,7 +7212,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7209,7 +7242,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7239,7 +7272,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase"
},
"ValidateNotNullOrEmpty": false
@@ -7255,7 +7288,22 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ClusteringPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ClusteringPolicy, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ClusteringPolicy, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AccessKeysAuthentication",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7285,7 +7333,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7315,7 +7363,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7396,7 +7444,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7429,7 +7477,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7484,13 +7532,28 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "HighAvailability",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "IdentityType",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7520,7 +7583,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7599,7 +7662,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7615,7 +7678,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7777,7 +7840,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7810,7 +7873,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7865,13 +7928,28 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "HighAvailability",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "IdentityType",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7901,7 +7979,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -7980,7 +8058,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -7996,7 +8074,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8084,7 +8162,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IAccessPolicyAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IAccessPolicyAssignment, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IAccessPolicyAssignment, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ProvisioningState]",
"AccessPolicyName": "System.String",
@@ -8147,7 +8225,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicyAssignmentName": "System.String",
"ClusterName": "System.String",
@@ -8167,7 +8245,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IAccessPolicyAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IAccessPolicyAssignment, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IAccessPolicyAssignment, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ProvisioningState]",
"AccessPolicyName": "System.String",
@@ -8230,7 +8308,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8240,7 +8318,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8446,7 +8524,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8462,7 +8540,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8618,7 +8696,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IAccessPolicyAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IAccessPolicyAssignment, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IAccessPolicyAssignment, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ProvisioningState]",
"AccessPolicyName": "System.String",
@@ -8687,7 +8765,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8703,7 +8781,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8784,7 +8862,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicyAssignmentName": "System.String",
"ClusterName": "System.String",
@@ -8889,7 +8967,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8905,7 +8983,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -8986,7 +9064,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicyAssignmentName": "System.String",
"ClusterName": "System.String",
@@ -9012,7 +9090,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IAccessPolicyAssignment",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IAccessPolicyAssignment, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IAccessPolicyAssignment, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ProvisioningState]",
"AccessPolicyName": "System.String",
@@ -9081,7 +9159,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9097,7 +9175,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9227,7 +9305,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9243,7 +9321,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9331,7 +9409,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IDatabase",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IDatabase, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IDatabase, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"GeoReplicationLinkedDatabase": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[]",
"Module": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule[]",
@@ -9392,7 +9470,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule"
},
"ValidateNotNullOrEmpty": false
@@ -9402,7 +9480,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9420,7 +9498,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9438,7 +9516,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase"
},
"ValidateNotNullOrEmpty": false
@@ -9448,7 +9526,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ClusteringPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ClusteringPolicy, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ClusteringPolicy, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9466,7 +9544,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9484,7 +9562,16 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ {
+ "Name": "AccessKeysAuthentication",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9524,7 +9611,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9534,7 +9621,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9634,7 +9721,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule"
},
"ValidateNotNullOrEmpty": false
@@ -9650,7 +9737,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9680,7 +9767,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9710,7 +9797,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase"
},
"ValidateNotNullOrEmpty": false
@@ -9726,7 +9813,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ClusteringPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ClusteringPolicy, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ClusteringPolicy, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9756,7 +9843,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9786,7 +9873,22 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
+ {
+ "ParameterMetadata": {
+ "Name": "AccessKeysAuthentication",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -9850,7 +9952,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9866,7 +9968,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -9954,7 +10056,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IAccessKeys",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IAccessKeys, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IAccessKeys, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrimaryKey": "System.String",
"SecondaryKey": "System.String"
@@ -10001,7 +10103,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeyType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeyType, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeyType, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10041,7 +10143,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10051,7 +10153,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10151,7 +10253,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeyType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeyType, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeyType, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -10215,7 +10317,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10231,7 +10333,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10366,7 +10468,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicyAssignmentName": "System.String",
"ClusterName": "System.String",
@@ -10417,7 +10519,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10427,7 +10529,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10585,7 +10687,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10601,7 +10703,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10697,7 +10799,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicyAssignmentName": "System.String",
"ClusterName": "System.String",
@@ -10772,7 +10874,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10788,7 +10890,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10933,7 +11035,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -10949,7 +11051,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11113,7 +11215,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicyAssignmentName": "System.String",
"ClusterName": "System.String",
@@ -11164,7 +11266,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11174,7 +11276,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11362,7 +11464,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11378,7 +11480,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11474,7 +11576,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicyAssignmentName": "System.String",
"ClusterName": "System.String",
@@ -11549,7 +11651,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11565,7 +11667,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11710,7 +11812,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11726,7 +11828,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11872,7 +11974,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicyAssignmentName": "System.String",
"ClusterName": "System.String",
@@ -11923,7 +12025,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -11933,7 +12035,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12091,7 +12193,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12107,7 +12209,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12203,7 +12305,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicyAssignmentName": "System.String",
"ClusterName": "System.String",
@@ -12278,7 +12380,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12294,7 +12396,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12439,7 +12541,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12455,7 +12557,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12558,7 +12660,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ICluster",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ICluster, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ICluster, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"PrivateEndpointConnection": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IPrivateEndpointConnection[]",
"IdentityUserAssignedIdentity": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api40.IUserAssignedIdentities",
@@ -12621,7 +12723,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicyAssignmentName": "System.String",
"ClusterName": "System.String",
@@ -12662,7 +12764,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12671,7 +12773,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12689,7 +12791,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12707,7 +12809,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12719,7 +12821,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12768,7 +12870,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12778,7 +12880,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -12911,7 +13013,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12926,7 +13028,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12956,7 +13058,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -12986,7 +13088,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13004,7 +13106,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13083,7 +13185,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13099,7 +13201,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13180,7 +13282,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicyAssignmentName": "System.String",
"ClusterName": "System.String",
@@ -13239,7 +13341,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13254,7 +13356,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13284,7 +13386,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13314,7 +13416,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13332,7 +13434,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13411,7 +13513,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13427,7 +13529,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13541,7 +13643,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13556,7 +13658,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13586,7 +13688,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13616,7 +13718,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13634,7 +13736,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13713,7 +13815,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13729,7 +13831,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13817,7 +13919,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IDatabase",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IDatabase, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IDatabase, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"GeoReplicationLinkedDatabase": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[]",
"Module": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule[]",
@@ -13878,7 +13980,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicyAssignmentName": "System.String",
"ClusterName": "System.String",
@@ -13893,12 +13995,21 @@
},
"ValidateNotNullOrEmpty": false
},
+ {
+ "Name": "AccessKeysAuthentication",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
{
"Name": "ClientProtocol",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13907,7 +14018,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13925,7 +14036,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13943,7 +14054,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -13983,7 +14094,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -13993,7 +14104,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14087,13 +14198,28 @@
"ValueFromPipeline": false,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "AccessKeysAuthentication",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "ClientProtocol",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14108,7 +14234,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14138,7 +14264,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14168,7 +14294,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14232,7 +14358,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14248,7 +14374,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14329,7 +14455,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AccessPolicyAssignmentName": "System.String",
"ClusterName": "System.String",
@@ -14349,13 +14475,28 @@
"ValueFromPipeline": true,
"ValueFromPipelineByPropertyName": false
},
+ {
+ "ParameterMetadata": {
+ "Name": "AccessKeysAuthentication",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "ClientProtocol",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14370,7 +14511,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14400,7 +14541,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14430,7 +14571,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14494,7 +14635,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14510,7 +14651,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14585,13 +14726,28 @@
{
"Name": "__AllParameterSets",
"Parameters": [
+ {
+ "ParameterMetadata": {
+ "Name": "AccessKeysAuthentication",
+ "Type": {
+ "Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
+ "Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ },
+ "ValidateNotNullOrEmpty": false
+ },
+ "Mandatory": false,
+ "Position": -2147483648,
+ "ValueFromPipeline": false,
+ "ValueFromPipelineByPropertyName": false
+ },
{
"ParameterMetadata": {
"Name": "ClientProtocol",
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14606,7 +14762,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14636,7 +14792,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14666,7 +14822,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"ValidateNotNullOrEmpty": false
},
@@ -14730,7 +14886,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14746,7 +14902,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14914,7 +15070,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -14924,7 +15080,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15085,7 +15241,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15101,7 +15257,7 @@
"Type": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep"
},
"ValidateNotNullOrEmpty": false
@@ -15222,7 +15378,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.SendAsyncStep, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Target": "System.Object",
"Method": "System.Reflection.MethodInfo"
@@ -15405,13 +15561,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IPrivateEndpointConnection[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IPrivateEndpointConnection[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IPrivateEndpointConnection[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IPrivateEndpointConnection[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IPrivateEndpointConnection"
},
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IPrivateEndpointConnection": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IPrivateEndpointConnection",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IPrivateEndpointConnection, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IPrivateEndpointConnection, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"ProvisioningState": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.PrivateEndpointConnectionProvisioningState]",
"PrivateLinkServiceConnectionStateStatus": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.PrivateEndpointServiceConnectionStatus]",
@@ -15423,7 +15579,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.PrivateEndpointConnectionProvisioningState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.PrivateEndpointConnectionProvisioningState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.PrivateEndpointConnectionProvisioningState, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.PrivateEndpointConnectionProvisioningState, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.PrivateEndpointConnectionProvisioningState"
]
@@ -15431,7 +15587,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.PrivateEndpointConnectionProvisioningState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.PrivateEndpointConnectionProvisioningState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.PrivateEndpointConnectionProvisioningState, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.PrivateEndpointConnectionProvisioningState, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -15509,7 +15665,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.PrivateEndpointServiceConnectionStatus]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.PrivateEndpointServiceConnectionStatus]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.PrivateEndpointServiceConnectionStatus, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.PrivateEndpointServiceConnectionStatus, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.PrivateEndpointServiceConnectionStatus"
]
@@ -15517,7 +15673,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.PrivateEndpointServiceConnectionStatus": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.PrivateEndpointServiceConnectionStatus",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.PrivateEndpointServiceConnectionStatus, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.PrivateEndpointServiceConnectionStatus, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -15582,12 +15738,12 @@
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api40.IUserAssignedIdentities": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api40",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api40.IUserAssignedIdentities",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api40.IUserAssignedIdentities, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api40.IUserAssignedIdentities, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.SkuName, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -15652,7 +15808,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType"
]
@@ -15660,7 +15816,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.CmkIdentityType, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -15725,7 +15881,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability"
]
@@ -15733,7 +15889,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.HighAvailability, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -15798,7 +15954,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType"
]
@@ -15806,7 +15962,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ManagedServiceIdentityType, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -15871,7 +16027,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ProvisioningState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ProvisioningState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ProvisioningState, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ProvisioningState, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ProvisioningState"
]
@@ -15879,7 +16035,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ProvisioningState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ProvisioningState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ProvisioningState, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ProvisioningState, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -15944,7 +16100,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RedundancyMode]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RedundancyMode]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RedundancyMode, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RedundancyMode, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RedundancyMode"
]
@@ -15952,7 +16108,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RedundancyMode": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RedundancyMode",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RedundancyMode, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RedundancyMode, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -16017,7 +16173,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ResourceState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ResourceState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ResourceState, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ResourceState, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ResourceState"
]
@@ -16025,7 +16181,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ResourceState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ResourceState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ResourceState, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ResourceState, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -16090,7 +16246,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion"
]
@@ -16098,7 +16254,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.TlsVersion, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -16177,13 +16333,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase"
},
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ILinkedDatabase, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"State": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.LinkState]",
"Id": "System.String"
@@ -16192,7 +16348,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.LinkState]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.LinkState]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.LinkState, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.LinkState, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.LinkState"
]
@@ -16200,7 +16356,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.LinkState": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.LinkState",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.LinkState, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.LinkState, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -16265,13 +16421,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule"
},
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.IModule, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Arg": "System.String",
"Name": "System.String",
@@ -16281,7 +16437,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication"
]
@@ -16289,7 +16445,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AccessKeysAuthentication, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -16354,7 +16510,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency"
]
@@ -16362,7 +16518,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -16427,7 +16583,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ClusteringPolicy]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ClusteringPolicy]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ClusteringPolicy, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ClusteringPolicy, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ClusteringPolicy"
]
@@ -16435,7 +16591,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ClusteringPolicy": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ClusteringPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ClusteringPolicy, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.ClusteringPolicy, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -16500,7 +16656,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.DeferUpgradeSetting]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.DeferUpgradeSetting]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.DeferUpgradeSetting, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.DeferUpgradeSetting, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.DeferUpgradeSetting"
]
@@ -16508,7 +16664,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.DeferUpgradeSetting": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.DeferUpgradeSetting",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.DeferUpgradeSetting, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.DeferUpgradeSetting, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -16573,7 +16729,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy"
]
@@ -16581,7 +16737,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.EvictionPolicy, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -16646,7 +16802,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol"
]
@@ -16654,7 +16810,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.Protocol, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -16719,7 +16875,7 @@
"System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency]": {
"Namespace": "System",
"Name": "System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency]",
- "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
+ "AssemblyQualifiedName": "System.Nullable`1[[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]], System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
"GenericTypeArguments": [
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency"
]
@@ -16727,7 +16883,7 @@
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.RdbFrequency, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Methods": [
{
"Name": "CompleteArgument",
@@ -16800,13 +16956,13 @@
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IErrorAdditionalInfo[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IErrorAdditionalInfo[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IErrorAdditionalInfo[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IErrorAdditionalInfo[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IErrorAdditionalInfo"
},
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IErrorAdditionalInfo": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IErrorAdditionalInfo",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IErrorAdditionalInfo, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IErrorAdditionalInfo, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"Info": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IAny",
"Type": "System.String"
@@ -16815,18 +16971,18 @@
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IAny": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IAny",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IAny, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IAny, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
},
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IErrorDetail[]": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IErrorDetail[]",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IErrorDetail[], Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IErrorDetail[], Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"ElementType": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IErrorDetail"
},
"Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IErrorDetail": {
"Namespace": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20",
"Name": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IErrorDetail",
- "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IErrorDetail, Az.RedisEnterpriseCache.private, Version=1.2.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
+ "AssemblyQualifiedName": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IErrorDetail, Az.RedisEnterpriseCache.private, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35",
"Properties": {
"AdditionalInfo": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IErrorAdditionalInfo[]",
"Detail": "Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20.IErrorDetail[]",
From 11c7dc2de9e4747c6ff00ce7106c3f15be4444d0 Mon Sep 17 00:00:00 2001
From: NanxiangLiu <33285578+Nickcandy@users.noreply.github.com>
Date: Mon, 21 Oct 2024 15:42:16 +0800
Subject: [PATCH 2/2] Update NuGet.Config
---
NuGet.Config | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/NuGet.Config b/NuGet.Config
index 471e776a4c85..6dd04515c692 100644
--- a/NuGet.Config
+++ b/NuGet.Config
@@ -3,7 +3,9 @@
-
+
+
+