Skip to content

Commit cc50cfb

Browse files
[skip ci] Archive d673a3a (#28083)
1 parent d673a3a commit cc50cfb

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

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

generated/PostgreSql/PostgreSql.Autorest/exports/ProxyCmdletDefinitions.ps1

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

7326+
[Parameter()]
7327+
[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Category('Body')]
7328+
[System.Int32]
7329+
# The timeout in seconds for query execution.
7330+
# Valid range is 1-31536000 seconds.
7331+
${Timeout},
7332+
73267333
[Parameter()]
73277334
[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Category('Body')]
73287335
[System.String]

generated/PostgreSql/PostgreSql.Autorest/exports/Test-AzPostgreSqlFlexibleServerConnect.ps1

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

97+
[Parameter()]
98+
[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Category('Body')]
99+
[System.Int32]
100+
# The timeout in seconds for query execution.
101+
# Valid range is 1-31536000 seconds.
102+
${Timeout},
103+
97104
[Parameter()]
98105
[Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Category('Body')]
99106
[System.String]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "f0b983f7-1a63-4b8a-b719-bcd0e1c97929"
2+
"generate_Id": "bfbf7319-ac2b-49dc-bb4f-1077a26134ae"
33
}

0 commit comments

Comments
 (0)