Skip to content

Commit

Permalink
[ReleasePR Microsoft.Azure.Management.Automanage] Microsoft.Automanag…
Browse files Browse the repository at this point in the history
…e SDK for 2020 06 30 preview (#14486)

* 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

Co-authored-by: Stephen Owen <stephen.owen@microsoft.com>
  • Loading branch information
stowen-msft and Stephen Owen authored Sep 3, 2020
1 parent 01fcdbe commit 94768fe
Show file tree
Hide file tree
Showing 64 changed files with 8,784 additions and 0 deletions.
14 changes: 14 additions & 0 deletions eng/mgmt/mgmtmetadata/automanage_resource-manager.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Installing AutoRest version: v2
AutoRest installed successfully.
Commencing code generation
Generating CSharp code
Executing AutoRest command
cmd.exe /c C:\Users\Stephen\AppData\Roaming\npm\autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/automanage/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\git\stowen\azure-sdk-for-net\sdk
2020-09-03 04:30:29 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 9ab0b5d07464e0235fb66832c24f31f1602f21b7
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413
14 changes: 14 additions & 0 deletions eng/mgmt/mgmtmetadata/automation_resource-manager.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Installing AutoRest version: v2
AutoRest installed successfully.
Commencing code generation
Generating CSharp code
Executing AutoRest command
cmd.exe /c C:\Users\Stephen\AppData\Roaming\npm\autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/automation/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\git\stowen\azure-sdk-for-net\sdk
2020-08-27 17:25:35 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: bc1d3e6f1d19840375907101b30579c16c8a5d76
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.AutoManage", "src\Microsoft.Azure.Management.AutoManage.csproj", "{729E0304-87FD-499C-A0EB-A9339D91A3FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.AutoManage.Tests", "tests\Microsoft.Azure.Management.AutoManage.Tests.csproj", "{BF6E0BED-7C6B-47FF-82C1-AD40FE0350EA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{729E0304-87FD-499C-A0EB-A9339D91A3FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{729E0304-87FD-499C-A0EB-A9339D91A3FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{729E0304-87FD-499C-A0EB-A9339D91A3FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{729E0304-87FD-499C-A0EB-A9339D91A3FF}.Release|Any CPU.Build.0 = Release|Any CPU
{BF6E0BED-7C6B-47FF-82C1-AD40FE0350EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF6E0BED-7C6B-47FF-82C1-AD40FE0350EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF6E0BED-7C6B-47FF-82C1-AD40FE0350EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF6E0BED-7C6B-47FF-82C1-AD40FE0350EA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A29B8186-E93D-41BD-B5DB-55FCC7BCAB27}
EndGlobalSection
EndGlobal
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>AutoManage_0_1_0-preview;AutoManage_06_30_2020-preview;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Microsoft.Azure.Management.Automanage release notes

## Changes in 0.1.0-preview
### Features
Provides Microsoft Azure Automanage management operations including the ability to create, update and get Automanaged profile assignments, compliance statuses, automation accounts, and other related artifacts.

### Bug fixes
None

### REST API version
This version of the Automanage .NET client library targets version 2020-06-30-preview of the Azure Automanage REST API.
Loading

0 comments on commit 94768fe

Please sign in to comment.