Skip to content

Commit d3fcce4

Browse files
stowen-msftStephen Owen
andauthored
Stowen/automanage fix casing (#15136)
* Includes Generated Files And Half Of Unit Test Coverage * tests completed * updated readme * updated versions, included AssemblyInfo * removed unneeded package references * updated assemblyname to properCasing * Rename Microsoft.Azure.Management.Automanage.sln to Microsoft.Azure.Management.AutoManage.sln * casing fixes * added metadata file * lineending+ * newline-- * changed hardcoded reference to dotnet coreapp31 * PR feedback, fixed csproj hard coded versions, added required properties to csproj * fixing ambiguous package name error * fixed version number * fix wrong reference in generate * PRfeedback, fixed incorrect tag references, version numbers, and remove unneeded dotnet version * pr feedback, fixing missing session records * renamed missing test * fixed old test * changed casing to match RP * bulk rename Co-authored-by: Stephen Owen <[email protected]>
1 parent a7e6a20 commit d3fcce4

File tree

62 files changed

+75
-75
lines changed

Some content is hidden

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

62 files changed

+75
-75
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.30225.117
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.AutoManage", "src\Microsoft.Azure.Management.AutoManage.csproj", "{729E0304-87FD-499C-A0EB-A9339D91A3FF}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.Automanage", "src\Microsoft.Azure.Management.Automanage.csproj", "{729E0304-87FD-499C-A0EB-A9339D91A3FF}"
77
EndProject
8-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.AutoManage.Tests", "tests\Microsoft.Azure.Management.AutoManage.Tests.csproj", "{BF6E0BED-7C6B-47FF-82C1-AD40FE0350EA}"
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.Automanage.Tests", "tests\Microsoft.Azure.Management.Automanage.Tests.csproj", "{BF6E0BED-7C6B-47FF-82C1-AD40FE0350EA}"
99
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<!--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-->
33
<PropertyGroup>
4-
<AzureApiTag>AutoManage_0_1_0-preview;AutoManage_06_30_2020-preview;</AzureApiTag>
4+
<AzureApiTag>Automanage_0_1_0-preview;Automanage_06_30_2020-preview;</AzureApiTag>
55
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
66
</PropertyGroup>
77
</Project>
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/automanage/Microsoft.Azure.Management.AutoManage/src/Generated/AutomanageClient.cs renamed to sdk/automanage/Microsoft.Azure.Management.Automanage/src/Generated/AutomanageClient.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)