-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Batch Management SDK 11.0.0 #12393
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
Batch Management SDK 11.0.0 #12393
Changes from 2 commits
9f14ff7
f52fd1f
819f560
df5f6c6
2048120
b4a5680
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,14 @@ | ||
| Installing AutoRest version: 2.0.4413 | ||
| 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/batch/resource-manager/readme.md --csharp --version=2.0.4413 --reflect-api-versions --tag=package-2020-03 --csharp.output-folder=C:\work\github\azure-sdk-for-net\sdk\batch\Microsoft.Azure.Management.Batch\src\generated | ||
| 2020-04-10 17:03:15 UTC | ||
| cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/batch/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\Users\jafreck.REDMOND\source\azure-sdk-for-net\sdk | ||
| 2020-05-28 19:15:53 UTC | ||
| Azure-rest-api-specs repository information | ||
| GitHub fork: Azure | ||
| Branch: master | ||
| Commit: e51be65f0ffcee98da9776f060da2ee43e577d5c | ||
| Commit: 358aade743f3b749da5aee9394f34b55466f3b14 | ||
| AutoRest information | ||
| Requested version: 2.0.4413 | ||
| Requested version: v2 | ||
| Bootstrapper version: [email protected] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,19 @@ | ||
| # Release History | ||
|
|
||
| ## 10.1.0-preview.1 (Unreleased) | ||
| ## 11.0.0 (2020-06-01) | ||
| ### REST API version | ||
| - This version targets REST API version 2020-05-01. | ||
|
|
||
| ### Features | ||
| - Added `BatchAccountIdentity` property on `BatchAccount` for enabling system assigned identity when `Microsoft.KeyVault` is specified as the `BatchAccount` encryption property. | ||
|
|
||
| ### Bug Fixes | ||
| - **[Breaking]** Convert the `PrivateEndpointConnection` update operation to a long running operation. | ||
|
|
||
| ## 10.0.0 (2020-04-11) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. maybe put deprecated next to the version.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's technically not deprecated and won't be for at least a year after release. I think a warning that it is not recommended, and that there are known issues should be sufficient. |
||
| ### REST API version | ||
| - This version targets REST API version 2020-03-01. | ||
| - **[Warning]** It is not recommended to use this SDK version. Please update to 11.0.0 or greater. | ||
|
|
||
| ### Features | ||
| - Added ability to access the Batch DataPlane API without needing a public DNS entry for the account via the new `PublicNetworkAccess` property on `BatchAccount`. | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.