Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - RedisEnterpriseCache")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.4.1")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.4.1")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.5.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.5.0")]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]
10 changes: 10 additions & 0 deletions src/RedisEnterpriseCache/RedisEnterpriseCache.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,16 @@ directive:
set:
default:
script: '"default"'

# add breaking change warning message
- where:
verb: New|Update
subject: AzRedisEnterpriseCache
set:
preview-announcement:
preview-message: This cmdlet will undergo a breaking change in a future release. A new required property publicNetworkAccess will be added and AccessKeysAuthentication default value will be updated to Disabled
estimated-ga-date: 2025/11/19
Copy link

Copilot AI Oct 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra space before the date value should be removed for consistency with YAML formatting.

Suggested change
estimated-ga-date: 2025/11/19
estimated-ga-date: 2025/11/19

Copilot uses AI. Check for mistakes.


# Fix bugs in generated code from namespace conflict
- from: source-file-csharp
where: $
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"generate_Id": "88eb441e-51a0-4712-82e3-224b9a92b315"
"generate_Id": "6630f82a-e852-4df3-9103-5f7d38d9644f"
}
28 changes: 14 additions & 14 deletions src/RedisEnterpriseCache/RedisEnterpriseCache.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedisEnterpriseCache", "Red
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RedisEnterpriseCache.Autorest", "RedisEnterpriseCache.Autorest", "{3960B840-DF35-E619-E659-D663BA3F33C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.RedisEnterpriseCache", "..\..\generated\RedisEnterpriseCache\RedisEnterpriseCache.Autorest\Az.RedisEnterpriseCache.csproj", "{85FFE90F-3C0B-4AA1-BB2E-C2A9B756EBBE}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.RedisEnterpriseCache", "..\..\generated\RedisEnterpriseCache\RedisEnterpriseCache.Autorest\Az.RedisEnterpriseCache.csproj", "{BB88886F-2E87-4F00-AA54-461293C57D35}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -117,18 +117,18 @@ Global
{CF73958B-0DED-4B6B-BB8E-1DD4CDBDF7B6}.Release|x64.Build.0 = Release|Any CPU
{CF73958B-0DED-4B6B-BB8E-1DD4CDBDF7B6}.Release|x86.ActiveCfg = Release|Any CPU
{CF73958B-0DED-4B6B-BB8E-1DD4CDBDF7B6}.Release|x86.Build.0 = Release|Any CPU
{85FFE90F-3C0B-4AA1-BB2E-C2A9B756EBBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85FFE90F-3C0B-4AA1-BB2E-C2A9B756EBBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85FFE90F-3C0B-4AA1-BB2E-C2A9B756EBBE}.Debug|x64.ActiveCfg = Debug|Any CPU
{85FFE90F-3C0B-4AA1-BB2E-C2A9B756EBBE}.Debug|x64.Build.0 = Debug|Any CPU
{85FFE90F-3C0B-4AA1-BB2E-C2A9B756EBBE}.Debug|x86.ActiveCfg = Debug|Any CPU
{85FFE90F-3C0B-4AA1-BB2E-C2A9B756EBBE}.Debug|x86.Build.0 = Debug|Any CPU
{85FFE90F-3C0B-4AA1-BB2E-C2A9B756EBBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85FFE90F-3C0B-4AA1-BB2E-C2A9B756EBBE}.Release|Any CPU.Build.0 = Release|Any CPU
{85FFE90F-3C0B-4AA1-BB2E-C2A9B756EBBE}.Release|x64.ActiveCfg = Release|Any CPU
{85FFE90F-3C0B-4AA1-BB2E-C2A9B756EBBE}.Release|x64.Build.0 = Release|Any CPU
{85FFE90F-3C0B-4AA1-BB2E-C2A9B756EBBE}.Release|x86.ActiveCfg = Release|Any CPU
{85FFE90F-3C0B-4AA1-BB2E-C2A9B756EBBE}.Release|x86.Build.0 = Release|Any CPU
{BB88886F-2E87-4F00-AA54-461293C57D35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB88886F-2E87-4F00-AA54-461293C57D35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB88886F-2E87-4F00-AA54-461293C57D35}.Debug|x64.ActiveCfg = Debug|Any CPU
{BB88886F-2E87-4F00-AA54-461293C57D35}.Debug|x64.Build.0 = Debug|Any CPU
{BB88886F-2E87-4F00-AA54-461293C57D35}.Debug|x86.ActiveCfg = Debug|Any CPU
{BB88886F-2E87-4F00-AA54-461293C57D35}.Debug|x86.Build.0 = Debug|Any CPU
{BB88886F-2E87-4F00-AA54-461293C57D35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB88886F-2E87-4F00-AA54-461293C57D35}.Release|Any CPU.Build.0 = Release|Any CPU
{BB88886F-2E87-4F00-AA54-461293C57D35}.Release|x64.ActiveCfg = Release|Any CPU
{BB88886F-2E87-4F00-AA54-461293C57D35}.Release|x64.Build.0 = Release|Any CPU
{BB88886F-2E87-4F00-AA54-461293C57D35}.Release|x86.ActiveCfg = Release|Any CPU
{BB88886F-2E87-4F00-AA54-461293C57D35}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -140,6 +140,6 @@ Global
{E7599C8A-4DE9-4802-9FB3-1AA5FF3CE043} = {89B5684C-FEE4-4623-A93F-B302473D9388}
{D0491641-6AF8-44F1-8DDC-DE4845E2585C} = {89B5684C-FEE4-4623-A93F-B302473D9388}
{6941D97B-FA46-4C84-B1D2-EAF2B8E78422} = {89B5684C-FEE4-4623-A93F-B302473D9388}
{85FFE90F-3C0B-4AA1-BB2E-C2A9B756EBBE} = {3960B840-DF35-E619-E659-D663BA3F33C8}
{BB88886F-2E87-4F00-AA54-461293C57D35} = {3960B840-DF35-E619-E659-D663BA3F33C8}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 5/14/2025
# Generated on: 10/8/2025
#

@{
Expand Down Expand Up @@ -51,17 +51,17 @@ DotNetFrameworkVersion = '4.7.2'
# ProcessorArchitecture = ''

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.0.0'; })
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; })

# Assemblies that must be loaded prior to importing this module
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 =
Expand Down Expand Up @@ -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'
Expand All @@ -145,7 +145,7 @@ PrivateData = @{

} # End of PSData hashtable

} # End of PrivateData hashtable
} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''
Expand Down