Skip to content
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
15 changes: 15 additions & 0 deletions eng/mgmt/mgmtmetadata/quota_resource-manager.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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/quota/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\One\sbudhi-msft\azure-sdk-for-net\sdk
Autorest CSharp Version: 2.3.82
2021-11-01 22:11:44 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: a861859a287afbbf58930535e75894b0f488e3b3
AutoRest information
Requested version: v2
Bootstrapper version: [email protected]
1 change: 1 addition & 0 deletions eng/pipelines/mgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ pr:
- sdk/providerhub/Microsoft.Azure.Management.ProviderHub
- sdk/purview/Microsoft.Azure.Management.Purview
- sdk/quantum/Microsoft.Azure.Management.Quantum
- sdk/quota/Microsoft.Azure.Management.Quota
- sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices
- sdk/recoveryservices-backup/Microsoft.Azure.Management.RecoveryServices.Backup
- sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery
Expand Down
7 changes: 7 additions & 0 deletions sdk/quota/Microsoft.Azure.Management.Quota/AzSdk.RP.props
Original file line number Diff line number Diff line change
@@ -0,0 +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>Quota_2021-03-15-preview</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31702.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.Quota", "src\Microsoft.Azure.Management.Quota.csproj", "{04A6DCA5-7FB2-49B9-8108-1667DB3B7C89}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.Quota.Tests", "tests\Microsoft.Azure.Management.Quota.Tests.csproj", "{8CD42394-B471-44E6-AAA1-F00C85AE4A21}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{04A6DCA5-7FB2-49B9-8108-1667DB3B7C89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04A6DCA5-7FB2-49B9-8108-1667DB3B7C89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04A6DCA5-7FB2-49B9-8108-1667DB3B7C89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04A6DCA5-7FB2-49B9-8108-1667DB3B7C89}.Release|Any CPU.Build.0 = Release|Any CPU
{8CD42394-B471-44E6-AAA1-F00C85AE4A21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CD42394-B471-44E6-AAA1-F00C85AE4A21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CD42394-B471-44E6-AAA1-F00C85AE4A21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CD42394-B471-44E6-AAA1-F00C85AE4A21}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading