33#
44# Generated by: Microsoft Corporation
55#
6- # Generated on: 6/3 /2024
6+ # Generated on: 6/5 /2024
77#
88
99@ {
1212# RootModule = ''
1313
1414# Version number of this module.
15- ModuleVersion = ' 1.1.2 '
15+ ModuleVersion = ' 1.2.0 '
1616
1717# Supported PSEditions
1818CompatiblePSEditions = ' Core' , ' Desktop'
@@ -57,10 +57,10 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.0'; })
5757RequiredAssemblies = ' MySql.Autorest/bin/Az.MySql.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 = ' MySql.Autorest/Az.MySql.format.ps1xml'
@@ -123,7 +123,7 @@ PrivateData = @{
123123 PSData = @ {
124124
125125 # Tags applied to this module. These help with module discovery in online galleries.
126- Tags = ' Azure' , ' ResourceManager' , ' ARM' , ' PSModule' , ' MySql'
126+ Tags = ' Azure' , ' ResourceManager' , ' ARM' , ' PSModule' , ' MySql'
127127
128128 # A URL to the license for this module.
129129 LicenseUri = ' https://aka.ms/azps-license'
@@ -135,7 +135,7 @@ PrivateData = @{
135135 # IconUri = ''
136136
137137 # ReleaseNotes of this module
138- ReleaseNotes = ' * Fixed for various docs erroneously pointing to Postgres instead of MySQL '
138+ ReleaseNotes = ' * Added cmdlets: '' Get-AzMySqlFlexibleServerAdvancedThreatProtectionSetting '' and '' Update-AzMySqlFlexibleServerAdvancedThreatProtectionSetting '' '
139139
140140 # Prerelease string of this module
141141 # Prerelease = ''
@@ -148,7 +148,7 @@ PrivateData = @{
148148
149149 } # End of PSData hashtable
150150
151- } # End of PrivateData hashtable
151+ } # End of PrivateData hashtable
152152
153153# HelpInfo URI of this module
154154# HelpInfoURI = ''
0 commit comments