Skip to content

Commit a6abb20

Browse files
[skip ci] Archive b7425a1 (#28748)
1 parent 05e01af commit a6abb20

File tree

231 files changed

+6638
-3160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

231 files changed

+6638
-3160
lines changed

generated/RedisEnterpriseCache/RedisEnterpriseCache.Autorest/Az.RedisEnterpriseCache.format.ps1xml

Lines changed: 414 additions & 50 deletions
Large diffs are not rendered by default.

generated/RedisEnterpriseCache/RedisEnterpriseCache.Autorest/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
2121
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
2222
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - RedisEnterpriseCache")]
23-
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.4.1")]
24-
[assembly: System.Reflection.AssemblyVersionAttribute("1.4.1")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.5.0")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("1.5.0")]
2525
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
2626
[assembly: System.CLSCompliantAttribute(false)]

generated/RedisEnterpriseCache/RedisEnterpriseCache.Autorest/exports/Get-AzRedisEnterpriseCache.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ Get-AzRedisEnterpriseCache -ResourceGroupName "MyGroup"
2727
Get-AzRedisEnterpriseCache
2828
2929
.Outputs
30-
Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250501Preview.ICluster
30+
Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250701.ICluster
3131
.Link
3232
https://learn.microsoft.com/powershell/module/az.redisenterprisecache/get-azredisenterprisecache
3333
#>
3434
function Get-AzRedisEnterpriseCache {
35-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250501Preview.ICluster])]
35+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250701.ICluster])]
3636
[CmdletBinding(DefaultParameterSetName='ListBySubscriptionId', PositionalBinding=$false)]
3737
param(
3838
[Parameter()]

generated/RedisEnterpriseCache/RedisEnterpriseCache.Autorest/exports/Get-AzRedisEnterpriseCacheAccessPolicyAssignment.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ Gets information about access policy assignment for database.
2525
Get-AzRedisEnterpriseCacheAccessPolicyAssignment -ClusterName "MyCache" -DatabaseName "default" -ResourceGroupName "MyGroup"
2626
2727
.Outputs
28-
Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250501Preview.IAccessPolicyAssignment
28+
Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250701.IAccessPolicyAssignment
2929
.Link
3030
https://learn.microsoft.com/powershell/module/az.redisenterprisecache/get-azredisenterprisecacheaccesspolicyassignment
3131
#>
3232
function Get-AzRedisEnterpriseCacheAccessPolicyAssignment {
33-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250501Preview.IAccessPolicyAssignment])]
33+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250701.IAccessPolicyAssignment])]
3434
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
3535
param(
3636
[Parameter(Mandatory)]

generated/RedisEnterpriseCache/RedisEnterpriseCache.Autorest/exports/Get-AzRedisEnterpriseCacheDatabase.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ Gets information about a database in a Redis Enterprise cluster.
2323
Get-AzRedisEnterpriseCacheDatabase -Name "MyCache" -ResourceGroupName "MyGroup"
2424
2525
.Outputs
26-
Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250501Preview.IDatabase
26+
Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250701.IDatabase
2727
.Link
2828
https://learn.microsoft.com/powershell/module/az.redisenterprisecache/get-azredisenterprisecachedatabase
2929
#>
3030
function Get-AzRedisEnterpriseCacheDatabase {
31-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250501Preview.IDatabase])]
31+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250701.IDatabase])]
3232
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)]
3333
param(
3434
[Parameter(Mandatory)]

generated/RedisEnterpriseCache/RedisEnterpriseCache.Autorest/exports/Get-AzRedisEnterpriseCacheKey.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Retrieves all access keys for a Redis Enterprise database.
2323
Get-AzRedisEnterpriseCacheKey -Name "MyCache" -ResourceGroupName "MyGroup"
2424
2525
.Outputs
26-
Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250501Preview.IAccessKeys
26+
Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250701.IAccessKeys
2727
.Link
2828
https://learn.microsoft.com/powershell/module/az.redisenterprisecache/get-azredisenterprisecachekey
2929
#>
3030
function Get-AzRedisEnterpriseCacheKey {
3131
[Alias('Get-AzRedisEnterpriseCacheDatabaseKey', 'Get-AzRedisEnterpriseCacheAccessKey')]
32-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250501Preview.IAccessKeys])]
32+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250701.IAccessKeys])]
3333
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
3434
param(
3535
[Parameter(Mandatory)]

generated/RedisEnterpriseCache/RedisEnterpriseCache.Autorest/exports/Get-AzRedisEnterpriseCacheOperationStatus.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ Gets the status of operation.
2323
Get-AzRedisEnterpriseCacheOperationStatus -Location "East US" -OperationId "6432a8f9-0fe6-4339-9303-772c92f35d02"
2424
2525
.Outputs
26-
Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250501Preview.IOperationStatus
26+
Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250701.IOperationStatus
2727
.Link
2828
https://learn.microsoft.com/powershell/module/az.redisenterprisecache/get-azredisenterprisecacheoperationstatus
2929
#>
3030
function Get-AzRedisEnterpriseCacheOperationStatus {
31-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250501Preview.IOperationStatus])]
31+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250701.IOperationStatus])]
3232
[CmdletBinding(DefaultParameterSetName='Get', PositionalBinding=$false)]
3333
param(
3434
[Parameter(Mandatory)]

generated/RedisEnterpriseCache/RedisEnterpriseCache.Autorest/exports/Get-AzRedisEnterpriseCacheSku.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ Lists the available SKUs for scaling the Redis Enterprise cluster.
2323
Get-AzRedisEnterpriseCacheSku -ClusterName "MyCache" -ResourceGroupName "MyGroup"
2424
2525
.Outputs
26-
Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250501Preview.ISkuDetails
26+
Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250701.ISkuDetails
2727
.Link
2828
https://learn.microsoft.com/powershell/module/az.redisenterprisecache/get-azredisenterprisecachesku
2929
#>
3030
function Get-AzRedisEnterpriseCacheSku {
31-
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250501Preview.ISkuDetails])]
31+
[OutputType([Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250701.ISkuDetails])]
3232
[CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')]
3333
param(
3434
[Parameter(Mandatory)]

generated/RedisEnterpriseCache/RedisEnterpriseCache.Autorest/exports/Invoke-AzRedisEnterpriseCacheDatabaseFlush.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Flushes all the keys in this database and also from its linked databases.
2323
Invoke-AzRedisEnterpriseCacheDatabaseFlush -ClusterName "MyCache" -ResourceGroupName "MyResourceGroup" -Id @("Mydatabase1") , @("MyLinkedDatabase1")
2424
2525
.Inputs
26-
Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250501Preview.IFlushParameters
26+
Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250701.IFlushParameters
2727
.Inputs
2828
Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity
2929
.Outputs
@@ -90,7 +90,7 @@ param(
9090
[Parameter(ParameterSetName='Flush', Mandatory, ValueFromPipeline)]
9191
[Parameter(ParameterSetName='FlushViaIdentity', Mandatory, ValueFromPipeline)]
9292
[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Category('Body')]
93-
[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250501Preview.IFlushParameters]
93+
[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250701.IFlushParameters]
9494
# Parameters for a Redis Enterprise active geo-replication flush operation
9595
# To construct, see NOTES section for PARAMETER properties and create a hash table.
9696
${Parameter},

generated/RedisEnterpriseCache/RedisEnterpriseCache.Autorest/exports/Invoke-AzRedisEnterpriseCacheForceDatabaseLinkToReplicationGroup.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Forcibly recreates an existing database on the specified cluster, and rejoins it
2525
Invoke-AzRedisEnterpriseCacheForceDatabaseLinkToReplicationGroup -ClusterName "MyCache" -ResourceGroupName "MyResourceGroup" -DatabaseName "default" -GroupNickname "MyExistingGroup" -LinkedDatabase @(@{ResourceId="/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyResourceGroup/providers/Microsoft.Cache/RedisEnterprise/mycache/databases/default"},@{ResourceId="/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyResourceGroup/providers/Microsoft.Cache/RedisEnterprise/mycache/databases/MyLinkedDatabase2"})
2626
2727
.Inputs
28-
Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250501Preview.IForceLinkParameters
28+
Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250701.IForceLinkParameters
2929
.Inputs
3030
Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.IRedisEnterpriseCacheIdentity
3131
.Outputs
@@ -104,7 +104,7 @@ param(
104104
[Parameter(ParameterSetName='Force', Mandatory, ValueFromPipeline)]
105105
[Parameter(ParameterSetName='ForceViaIdentity', Mandatory, ValueFromPipeline)]
106106
[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Category('Body')]
107-
[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250501Preview.IForceLinkParameters]
107+
[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250701.IForceLinkParameters]
108108
# Parameters for reconfiguring active geo-replication, of an existing database that was previously unlinked from a replication group.
109109
# To construct, see NOTES section for PARAMETER properties and create a hash table.
110110
${Parameter},
@@ -121,7 +121,7 @@ param(
121121
[Parameter(ParameterSetName='ForceViaIdentityExpanded', Mandatory)]
122122
[AllowEmptyCollection()]
123123
[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Category('Body')]
124-
[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250501Preview.ILinkedDatabase[]]
124+
[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250701.ILinkedDatabase[]]
125125
# The resource IDs of the databases that are expected to be linked and included in the replication group.
126126
# This parameter is used to validate that the linking is to the expected (unlinked) part of the replication group, if it is splintered.
127127
# To construct, see NOTES section for LINKEDDATABASE properties and create a hash table.

0 commit comments

Comments
 (0)