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

GuestConfiguration SDK update to support ARC senario #12373

Merged
merged 6 commits into from
Jun 5, 2020
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
14 changes: 14 additions & 0 deletions eng/mgmt/mgmtmetadata/guestconfiguration_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 autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/guestconfiguration/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\Workspace\azure-sdk-for-net-fork\azure-sdk-for-net\sdk
2020-06-02 18:08:27 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 5433923878dbfe680e9d29e61c7147f82d171aa3
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Microsoft.Azure.Management.GuestConfiguration release notes

## Changes in 1.2.0
### Features
Support ARC machines.

### Bug fixes
None

### REST API version
This version of the GuestConfiguration .NET client library targets version 2018-11-20 of the Azure GuestConfiguration REST API.

## Changes in 1.1.0
### Features
Add package version information to the guest configuration assignment report.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading