33#
44# Generated by: Microsoft Corporation
55#
6- # Generated on: 12/5/2023
6+ # Generated on: 5/22/2024
77#
88
99@ {
1212# RootModule = ''
1313
1414# Version number of this module.
15- ModuleVersion = ' 1.4.1 '
15+ ModuleVersion = ' 1.5.0 '
1616
1717# Supported PSEditions
1818CompatiblePSEditions = ' Core' , ' Desktop'
@@ -53,17 +53,17 @@ DotNetFrameworkVersion = '4.7.2'
5353# ProcessorArchitecture = ''
5454
5555# Modules that must be imported into the global environment prior to importing this module
56- RequiredModules = @ (@ {ModuleName = ' Az.Accounts' ; ModuleVersion = ' 2.13.2 ' ; })
56+ RequiredModules = @ (@ {ModuleName = ' Az.Accounts' ; ModuleVersion = ' 3.0.0 ' ; })
5757
5858# Assemblies that must be loaded prior to importing this module
5959RequiredAssemblies = ' Microsoft.Azure.PowerShell.AutoMapper.dll' ,
6060 ' Microsoft.Azure.PowerShell.Maintenance.Management.Sdk.dll'
6161
6262# Script files (.ps1) that are run in the caller's environment prior to importing this module.
63- ScriptsToProcess = @ ()
63+ # ScriptsToProcess = @()
6464
6565# Type files (.ps1xml) to be loaded when importing this module
66- TypesToProcess = @ ()
66+ # TypesToProcess = @()
6767
6868# Format files (.ps1xml) to be loaded when importing this module
6969FormatsToProcess = ' Maintenance.format.ps1xml'
@@ -81,8 +81,7 @@ CmdletsToExport = 'Get-AzApplyUpdate', 'Get-AzConfigurationAssignment',
8181 ' New-AzApplyUpdate' , ' New-AzConfigurationAssignment' ,
8282 ' New-AzMaintenanceConfiguration' ,
8383 ' Remove-AzConfigurationAssignment' ,
84- ' Remove-AzMaintenanceConfiguration' ,
85- ' Set-AzScheduledEvent' ,
84+ ' Remove-AzMaintenanceConfiguration' , ' Set-AzScheduledEvent' ,
8685 ' Update-AzMaintenanceConfiguration'
8786
8887# Variables to export from this module
@@ -106,7 +105,7 @@ PrivateData = @{
106105 PSData = @ {
107106
108107 # Tags applied to this module. These help with module discovery in online galleries.
109- Tags = ' Azure' , ' ResourceManager' , ' ARM' , ' Maintenance'
108+ Tags = ' Azure' , ' ResourceManager' , ' ARM' , ' Maintenance'
110109
111110 # A URL to the license for this module.
112111 LicenseUri = ' https://aka.ms/azps-license'
@@ -118,10 +117,10 @@ PrivateData = @{
118117 # IconUri = ''
119118
120119 # ReleaseNotes of this module
121- ReleaseNotes = ' * Removed outdated upcoming breaking change warning '
120+ ReleaseNotes = ' * Added support to acknowledge scheduled event '
122121
123122 # Prerelease string of this module
124- # Prerelease = ''
123+ Prerelease = ' preview '
125124
126125 # Flag to indicate whether the module requires explicit user acceptance for install/update/save
127126 # RequireLicenseAcceptance = $false
@@ -131,7 +130,7 @@ PrivateData = @{
131130
132131 } # End of PSData hashtable
133132
134- } # End of PrivateData hashtable
133+ } # End of PrivateData hashtable
135134
136135# HelpInfo URI of this module
137136# HelpInfoURI = ''
0 commit comments