Skip to content

Commit 957c62e

Browse files
[skip ci] Archive Schedule (#28065)
1 parent a1c22d2 commit 957c62e

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

generated/MySql/MySql.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 - MySql")]
23-
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.0")]
24-
[assembly: System.Reflection.AssemblyVersionAttribute("1.3.0")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.4.0")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("1.4.0")]
2525
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
2626
[assembly: System.CLSCompliantAttribute(false)]

generated/MySql/MySql.Autorest/exports/ProxyCmdletDefinitions.ps1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8443,6 +8443,13 @@ param(
84438443
# Password must contain characters from three of the following categories: English uppercase letters, English lowercase letters, numbers, and non-alphanumeric characters.
84448444
${AdministratorLoginPassword},
84458445

8446+
[Parameter()]
8447+
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')]
8448+
[System.Int32]
8449+
# The timeout in seconds for query execution.
8450+
# Valid range is 1-31536000 seconds.
8451+
${Timeout},
8452+
84468453
[Parameter()]
84478454
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')]
84488455
[System.String]

generated/MySql/MySql.Autorest/exports/Test-AzMySqlFlexibleServerConnect.ps1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,13 @@ param(
9696
# Password must contain characters from three of the following categories: English uppercase letters, English lowercase letters, numbers, and non-alphanumeric characters.
9797
${AdministratorLoginPassword},
9898

99+
[Parameter()]
100+
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')]
101+
[System.Int32]
102+
# The timeout in seconds for query execution.
103+
# Valid range is 1-31536000 seconds.
104+
${Timeout},
105+
99106
[Parameter()]
100107
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Category('Body')]
101108
[System.String]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "12ad3b53-39f6-4285-b94f-1f77795eecb8"
2+
"generate_Id": "0fd19a8b-c643-4d30-bdff-b0e6c750101b"
33
}

0 commit comments

Comments
 (0)