Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PostgreSQL] Release new SDK with updated API #23662

Merged
merged 6 commits into from
Oct 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 18 additions & 3 deletions eng/mgmt/mgmtmetadata/postgresql_resource-manager.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,30 @@
Installing AutoRest version: v2
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 --tag=package-2020-01-01 --csharp.output-folder=C:\Users\daeunyim\work\SDK\azure-sdk-for-net\sdk\postgresql\Microsoft.Azure.Management.PostgreSQL\src\postgresql\Generated
Autorest CSharp Version: 2.3.82
2021-10-06 17:11:42 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 282f8b747c0f9193b6bc847a6284f56f70f829b7
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413
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-flexibleserver-2021-06 --csharp.output-folder=C:\Users\daeunyim\work\SDK\azure-sdk-for-net\sdk\postgresql\Microsoft.Azure.Management.PostgreSQL\src\postgresqlflexibleservers\Generated
Autorest CSharp Version: 2.3.82
2021-07-19 14:46:49 UTC
2021-10-06 17:14:43 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: e7682aa897902920f3a95b2f358b6f7729d18666
Commit: 282f8b747c0f9193b6bc847a6284f56f70f829b7
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<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>1.0.0</Version>
<Version>2.0.0</Version>
<AssemblyName>Microsoft.Azure.Management.PostgreSQL</AssemblyName>
<PackageTags>PostgreSQL;Azure Database for PostgreSQL;</PackageTags>
<PackageReleaseNotes>
<![CDATA[
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)
New deployment type called Flexible-Servers Stable API version(refer aka.ms/postgresflexibleserver for more info)
]]>
</PackageReleaseNotes>
</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("1.0.0")]
[assembly: AssemblyFileVersion("1.0.0")]
[assembly: AssemblyVersion("2.0.0")]
[assembly: AssemblyFileVersion("2.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
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-flexibleserver-2021-06" -Namespace "Microsoft.Azure.Management.PostgreSQL.FlexibleServers"
Start-AutoRestCodeGeneration -ResourceProvider "postgresql/resource-manager" -AutoRestVersion "v2" -SdkGenerationDirectory "$PSScriptRoot\postgresql\Generated" -ConfigFileTag "package-2020-01-01" -Namespace "Microsoft.Azure.Management.PostgreSQL"
Start-AutoRestCodeGeneration -ResourceProvider "postgresql/resource-manager" -AutoRestVersion "v2" -SdkGenerationDirectory "$PSScriptRoot\postgresqlflexibleservers\Generated" -ConfigFileTag "package-flexibleserver-2021-06" -Namespace "Microsoft.Azure.Management.PostgreSQL.FlexibleServers" -ClearMetadataLog $false

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

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

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

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

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

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

Loading