Skip to content

Commit c97cd13

Browse files
gechrisrajsell
andauthored
Generate PostgreSQL SDKs 0.9.5 public preview (#15115)
* Generate PostgreSQL SDKs and tests * updating release notes for PostgreSQL Co-authored-by: Raj Sellappan <[email protected]>
1 parent 29c5519 commit c97cd13

File tree

197 files changed

+25407
-1217
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+25407
-1217
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Installing AutoRest version: v2
2+
AutoRest installed successfully.
3+
Commencing code generation
4+
Generating CSharp code
5+
Executing AutoRest command
6+
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/postgresql/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp.namespace=Microsoft.Azure.Management.PostgreSQL.FlexibleServers --tag=package-2020-02-14-privatepreview --csharp.output-folder=C:\z\azure-sdk-for-net\sdk\postgresql\Microsoft.Azure.Management.PostgreSQL\src\postgresqlflexibleservers\Generated
7+
2020-09-11 22:12:52 UTC
8+
Azure-rest-api-specs repository information
9+
GitHub fork: Azure
10+
Branch: master
11+
Commit: faf8e1c19e3b36e6d16622bf168369a838b04a7f
12+
AutoRest information
13+
Requested version: v2
14+
Bootstrapper version: [email protected]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file-->
33
<PropertyGroup>
4-
<AzureApiTag>DBforPostgreSQL_2017-12-01;</AzureApiTag>
4+
<AzureApiTag>DBforPostgreSQL_2017-12-01;DBforPostgreSQL_2018-06-01;DBforPostgreSQL_2020-01-01;DBforPostgreSQL_2020-02-14-privatepreview;</AzureApiTag>
55
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
66
</PropertyGroup>
77
</Project>

sdk/postgresql/Microsoft.Azure.Management.PostgreSQL/src/Generated/SdkInfo_PostgreSQLManagementClient.cs

Lines changed: 0 additions & 37 deletions
This file was deleted.

sdk/postgresql/Microsoft.Azure.Management.PostgreSQL/src/Microsoft.Azure.Management.PostgreSQL.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
<PropertyGroup>
77
<PackageId>Microsoft.Azure.Management.PostgreSQL</PackageId>
88
<Description>Provides developers with libraries for the Azure Database for PostgreSQL under Azure Resource manager to deploy an instance of PostgreSQL. Create, Update, Delete, Restore, and more.</Description>
9-
<Version>0.9.0-preview</Version>
9+
<Version>0.9.5-preview</Version>
1010
<AssemblyName>Microsoft.Azure.Management.PostgreSQL</AssemblyName>
1111
<PackageTags>PostgreSQL;Azure Database for PostgreSQL;</PackageTags>
1212
<PackageReleaseNotes>
1313
<![CDATA[
14-
This is a release of the Azure Database for PostgreSQL SDK.
15-
]]>
14+
This is a public release of the Azure Database for PostgreSQL SDK. This release includes management libraries for managing
15+
New deployment type called Flexible-Servers (refer aka.ms/postgresflexibleserver for more info)
16+
]]>
1617
</PackageReleaseNotes>
1718
</PropertyGroup>
1819
<PropertyGroup>

sdk/postgresql/Microsoft.Azure.Management.PostgreSQL/src/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
[assembly: AssemblyTitle("Microsoft Azure Database for PostgreSQL Management Library")]
88
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Database for PostgreSQL Resources.")]
99

10-
[assembly: AssemblyVersion("0.9.0")]
11-
[assembly: AssemblyFileVersion("0.9.0")]
10+
[assembly: AssemblyVersion("0.9.5")]
11+
[assembly: AssemblyFileVersion("0.9.5")]
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany("Microsoft")]
1414
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
Start-AutoRestCodeGeneration -ResourceProvider "postgresql/resource-manager" -AutoRestVersion "v2"
1+
Start-AutoRestCodeGeneration -ResourceProvider "postgresql/resource-manager" -AutoRestVersion "v2" -SdkGenerationDirectory "$PSScriptRoot\postgresql\Generated"
2+
Start-AutoRestCodeGeneration -ResourceProvider "postgresql/resource-manager" -AutoRestVersion "v2" -SdkGenerationDirectory "$PSScriptRoot\postgresqlflexibleservers\Generated" -ConfigFileTag "package-2020-02-14-privatepreview" -Namespace "Microsoft.Azure.Management.PostgreSQL.FlexibleServers"
Lines changed: 12 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)