Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ReleasePR Microsoft.Azure.Management.Automanage] Microsoft.Automanage SDK for 2020 06 30 preview #14486

Merged
merged 21 commits into from
Sep 3, 2020
Merged
Show file tree
Hide file tree
Changes from 18 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
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
stowen-msft marked this conversation as resolved.
Show resolved Hide resolved
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