1212# RootModule = ''
1313
1414# Version number of this module.
15- ModuleVersion = ' 3.2 .0'
15+ ModuleVersion = ' 4.0 .0'
1616
1717# Supported PSEditions
1818CompatiblePSEditions = ' Core' , ' Desktop'
@@ -57,10 +57,10 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.2'; })
5757RequiredAssemblies = ' Cdn.Autorest/bin/Az.Cdn.private.dll'
5858
5959# Script files (.ps1) that are run in the caller's environment prior to importing this module.
60- ScriptsToProcess = @ ()
60+ # ScriptsToProcess = @()
6161
6262# Type files (.ps1xml) to be loaded when importing this module
63- TypesToProcess = @ ()
63+ # TypesToProcess = @()
6464
6565# Format files (.ps1xml) to be loaded when importing this module
6666FormatsToProcess = ' Cdn.Autorest/Az.Cdn.format.ps1xml'
@@ -221,7 +221,7 @@ PrivateData = @{
221221 PSData = @ {
222222
223223 # Tags applied to this module. These help with module discovery in online galleries.
224- Tags = ' Azure' , ' ResourceManager' , ' ARM' , ' PSModule' , ' Cdn'
224+ Tags = ' Azure' , ' ResourceManager' , ' ARM' , ' PSModule' , ' Cdn'
225225
226226 # A URL to the license for this module.
227227 LicenseUri = ' https://aka.ms/azps-license'
@@ -233,12 +233,12 @@ PrivateData = @{
233233 # IconUri = ''
234234
235235 # ReleaseNotes of this module
236- ReleaseNotes = ' * Introduced secrets detection feature to safeguard sensitive data.
237- * Upgrade API version to 2024-02-01
238- * Added support to configure rules to scrub PII values from the AFDx logs when new or update a AFDx resource. '
236+ ReleaseNotes = ' * Upgraded api version to 2024-05-01-preview
237+ * Added support for classic CDN migrated to AFD
238+ * Bypassed object id validation for KeyVault access policy during '' Start-AzFrontDoorCdnProfilePrepareMigration '' '
239239
240240 # Prerelease string of this module
241- # Prerelease = ''
241+ Prerelease = ' preview '
242242
243243 # Flag to indicate whether the module requires explicit user acceptance for install/update/save
244244 # RequireLicenseAcceptance = $false
@@ -248,7 +248,7 @@ PrivateData = @{
248248
249249 } # End of PSData hashtable
250250
251- } # End of PrivateData hashtable
251+ } # End of PrivateData hashtable
252252
253253# HelpInfo URI of this module
254254# HelpInfoURI = ''
0 commit comments