Skip to content

Commit 29c5519

Browse files
gechrisrajsell
andauthored
Generate the MySQL SDKs 0.1.0 public preview (Azure#15116)
* Add MySQL SDKs and tests * Change to 0.1.0 version * commit to trigger the pipelines * updating release notes Co-authored-by: Raj Sellappan <rajsell@microsoft.com>
1 parent 71fc7a7 commit 29c5519

File tree

245 files changed

+50801
-0
lines changed

Some content is hidden

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

245 files changed

+50801
-0
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/mysql/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp.namespace=Microsoft.Azure.Management.MySQL.FlexibleServers --tag=package-2020-07-01-privatepreview --csharp.output-folder=C:\z\azure-sdk-for-net\sdk\mysql\Microsoft.Azure.Management.MySQL\src\mysqlflexibleservers\Generated
7+
2020-09-11 22:01:35 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: autorest@2.0.4413
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<!--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-->
3+
<PropertyGroup>
4+
<AzureApiTag>DBforMySQL_2017-12-01;DBforMySQL_2018-06-01;DBforMySQL_2020-01-01;DBforMySQL_2020-07-01-privatepreview;</AzureApiTag>
5+
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
6+
</PropertyGroup>
7+
</Project>
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.30413.136
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.MySQL", "src\Microsoft.Azure.Management.MySQL.csproj", "{F7BBFFAC-9A1D-44A7-9BB6-5A13618936BB}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.Azure.Management.MySQL.Tests", "tests\Microsoft.Azure.Management.MySQL.Tests.csproj", "{469028A7-453A-418B-AFC8-D17ABA7E9997}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Release|Any CPU = Release|Any CPU
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{F7BBFFAC-9A1D-44A7-9BB6-5A13618936BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{F7BBFFAC-9A1D-44A7-9BB6-5A13618936BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{F7BBFFAC-9A1D-44A7-9BB6-5A13618936BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{F7BBFFAC-9A1D-44A7-9BB6-5A13618936BB}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{469028A7-453A-418B-AFC8-D17ABA7E9997}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{469028A7-453A-418B-AFC8-D17ABA7E9997}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{469028A7-453A-418B-AFC8-D17ABA7E9997}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{469028A7-453A-418B-AFC8-D17ABA7E9997}.Release|Any CPU.Build.0 = Release|Any CPU
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
GlobalSection(ExtensibilityGlobals) = postSolution
29+
SolutionGuid = {C9623545-B397-409F-8825-49A0B3BB22FC}
30+
EndGlobalSection
31+
EndGlobal
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<!-- Please do not move/edit code below this line -->
3+
<Import Project="$(RepoEngPath)/mgmt/AzSdk.reference.props" />
4+
<!-- Please do not move/edit code below this line -->
5+
6+
<PropertyGroup>
7+
<PackageId>Microsoft.Azure.Management.MySQL</PackageId>
8+
<Description>Provides developers with libraries for the Azure Database for MySQL under Azure Resource manager to deploy an instance of MySQL. Create, Update, Delete, Restore, and more.</Description>
9+
<Version>0.1.0-preview</Version>
10+
<AssemblyName>Microsoft.Azure.Management.MySQL</AssemblyName>
11+
<PackageTags>MySQL;Azure Database for MySQL;</PackageTags>
12+
<PackageReleaseNotes>
13+
<![CDATA[
14+
This is the initial release of the Azure Database for MySQL SDK. This includes libraries to manage
15+
1. Create and manage Azure Database for MySQL Servers
16+
2. Create and manage Azure Database for MySQL Flexible Servers (Preview)
17+
For complete information on the available methods and samples please refer to the documentation
18+
]]>
19+
</PackageReleaseNotes>
20+
</PropertyGroup>
21+
<PropertyGroup>
22+
<TargetFrameworks>$(SdkTargetFx)</TargetFrameworks>
23+
</PropertyGroup>
24+
25+
<!-- Please do not move/edit code below this line -->
26+
<Import Condition=" Exists('$([MSBuild]::GetPathOfFileAbove(AzSdk.RP.props))') " Project="$([MSBuild]::GetPathOfFileAbove('AzSdk.RP.props'))" />
27+
<!-- Please do not move/edit code above this line -->
28+
</Project>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License. See License.txt in the project root for license information.
3+
4+
using System.Reflection;
5+
using System.Resources;
6+
7+
[assembly: AssemblyTitle("Microsoft Azure Database for MySQL Management Library")]
8+
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Database for MySQL Resources.")]
9+
10+
[assembly: AssemblyVersion("0.1.0")]
11+
[assembly: AssemblyFileVersion("0.1.0")]
12+
[assembly: AssemblyConfiguration("")]
13+
[assembly: AssemblyCompany("Microsoft")]
14+
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
15+
[assembly: AssemblyCopyright("Copyright (c) Microsoft Corporation")]
16+
[assembly: AssemblyTrademark("")]
17+
[assembly: AssemblyCulture("")]
18+
[assembly: NeutralResourcesLanguage("en")]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Swagger JSON
2+
This is a swagger JSON built by the [swagger-codegen](https://github.com/swagger-api/swagger-codegen) project.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Start-AutoRestCodeGeneration -ResourceProvider "mysql/resource-manager" -AutoRestVersion "v2" -SdkGenerationDirectory "$PSScriptRoot\mysql\Generated"
2+
Start-AutoRestCodeGeneration -ResourceProvider "mysql/resource-manager" -AutoRestVersion "v2" -SdkGenerationDirectory "$PSScriptRoot\mysqlflexibleservers\Generated" -ConfigFileTag "package-2020-07-01-privatepreview" -Namespace "Microsoft.Azure.Management.MySQL.FlexibleServers"

0 commit comments

Comments
 (0)