Skip to content

Commit

Permalink
Generate PostgreSQL SDKs 0.9.5 public preview (#15115)
Browse files Browse the repository at this point in the history
* Generate PostgreSQL SDKs and tests

* updating release notes for PostgreSQL

Co-authored-by: Raj Sellappan <[email protected]>
  • Loading branch information
gechris and rajsell authored Sep 15, 2020
1 parent 29c5519 commit c97cd13
Show file tree
Hide file tree
Showing 197 changed files with 25,407 additions and 1,217 deletions.
14 changes: 14 additions & 0 deletions eng/mgmt/mgmtmetadata/postgresql_resource-manager.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Installing AutoRest version: v2
AutoRest installed successfully.
Commencing code generation
Generating CSharp code
Executing AutoRest command
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
2020-09-11 22:12:52 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: faf8e1c19e3b36e6d16622bf168369a838b04a7f
AutoRest information
Requested version: v2
Bootstrapper version: [email protected]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--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-->
<PropertyGroup>
<AzureApiTag>DBforPostgreSQL_2017-12-01;</AzureApiTag>
<AzureApiTag>DBforPostgreSQL_2017-12-01;DBforPostgreSQL_2018-06-01;DBforPostgreSQL_2020-01-01;DBforPostgreSQL_2020-02-14-privatepreview;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
<PropertyGroup>
<PackageId>Microsoft.Azure.Management.PostgreSQL</PackageId>
<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>
<Version>0.9.0-preview</Version>
<Version>0.9.5-preview</Version>
<AssemblyName>Microsoft.Azure.Management.PostgreSQL</AssemblyName>
<PackageTags>PostgreSQL;Azure Database for PostgreSQL;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
This is a release of the Azure Database for PostgreSQL SDK.
]]>
This is a public release of the Azure Database for PostgreSQL SDK. This release includes management libraries for managing
New deployment type called Flexible-Servers (refer aka.ms/postgresflexibleserver for more info)
]]>
</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[assembly: AssemblyTitle("Microsoft Azure Database for PostgreSQL Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Database for PostgreSQL Resources.")]

[assembly: AssemblyVersion("0.9.0")]
[assembly: AssemblyFileVersion("0.9.0")]
[assembly: AssemblyVersion("0.9.5")]
[assembly: AssemblyFileVersion("0.9.5")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Start-AutoRestCodeGeneration -ResourceProvider "postgresql/resource-manager" -AutoRestVersion "v2"
Start-AutoRestCodeGeneration -ResourceProvider "postgresql/resource-manager" -AutoRestVersion "v2" -SdkGenerationDirectory "$PSScriptRoot\postgresql\Generated"
Start-AutoRestCodeGeneration -ResourceProvider "postgresql/resource-manager" -AutoRestVersion "v2" -SdkGenerationDirectory "$PSScriptRoot\postgresqlflexibleservers\Generated" -ConfigFileTag "package-2020-02-14-privatepreview" -Namespace "Microsoft.Azure.Management.PostgreSQL.FlexibleServers"

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c97cd13

Please sign in to comment.