Skip to content

Commit

Permalink
generate sample code for mysql (#37365)
Browse files Browse the repository at this point in the history
  • Loading branch information
RodgeFu authored Jul 21, 2023
1 parent 859d5a0 commit cc55241
Show file tree
Hide file tree
Showing 50 changed files with 6,649 additions and 65 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.MySql
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.MySql.Tests", "tests\Azure.ResourceManager.MySql.Tests.csproj", "{9D0F4823-00F9-4E51-83BB-F51CCEF3C1A2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.MySql.Samples", "samples\Azure.ResourceManager.MySql.Samples.csproj", "{BAD9FAB4-A11A-4C24-9AFD-56D5B2C8F385}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -41,6 +43,18 @@ Global
{9D0F4823-00F9-4E51-83BB-F51CCEF3C1A2}.Release|x64.Build.0 = Release|Any CPU
{9D0F4823-00F9-4E51-83BB-F51CCEF3C1A2}.Release|x86.ActiveCfg = Release|Any CPU
{9D0F4823-00F9-4E51-83BB-F51CCEF3C1A2}.Release|x86.Build.0 = Release|Any CPU
{BAD9FAB4-A11A-4C24-9AFD-56D5B2C8F385}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAD9FAB4-A11A-4C24-9AFD-56D5B2C8F385}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAD9FAB4-A11A-4C24-9AFD-56D5B2C8F385}.Debug|x64.ActiveCfg = Debug|Any CPU
{BAD9FAB4-A11A-4C24-9AFD-56D5B2C8F385}.Debug|x64.Build.0 = Debug|Any CPU
{BAD9FAB4-A11A-4C24-9AFD-56D5B2C8F385}.Debug|x86.ActiveCfg = Debug|Any CPU
{BAD9FAB4-A11A-4C24-9AFD-56D5B2C8F385}.Debug|x86.Build.0 = Debug|Any CPU
{BAD9FAB4-A11A-4C24-9AFD-56D5B2C8F385}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAD9FAB4-A11A-4C24-9AFD-56D5B2C8F385}.Release|Any CPU.Build.0 = Release|Any CPU
{BAD9FAB4-A11A-4C24-9AFD-56D5B2C8F385}.Release|x64.ActiveCfg = Release|Any CPU
{BAD9FAB4-A11A-4C24-9AFD-56D5B2C8F385}.Release|x64.Build.0 = Release|Any CPU
{BAD9FAB4-A11A-4C24-9AFD-56D5B2C8F385}.Release|x86.ActiveCfg = Release|Any CPU
{BAD9FAB4-A11A-4C24-9AFD-56D5B2C8F385}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Azure.Identity"/>
<PackageReference Include="NUnit" />
<PackageReference Include="NUnit3TestAdapter" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\src\Azure.ResourceManager.MySql.csproj" />
</ItemGroup>
</Project>

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

0 comments on commit cc55241

Please sign in to comment.