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

Updated Batch Track 2 Management plane SDK for 2024-02-01 API version #41874

Merged
merged 4 commits into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from 3 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
11 changes: 6 additions & 5 deletions sdk/batch/Azure.ResourceManager.Batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Release History

## 1.4.0-beta.1 (Unreleased)
## 1.4.0 (2024-03-01)

### Features Added

### Breaking Changes

### Bugs Fixed
- Add `UpgradePolicy` support to Pool Creation
- Added `UpgradePolicy` definition
- Added `AutomaticOSUpgradePolicy` definition
- Added `RollingUpgradePolicy` definition

### Other Changes
- Added `BatchSupportEndOfLife` property to `BatchSupportedSku` definition

## 1.3.0 (2024-01-18)

Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sdk/batch/Azure.ResourceManager.Batch/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/batch/Azure.ResourceManager.Batch",
"Tag": "net/batch/Azure.ResourceManager.Batch_85f4115982"
"Tag": "net/batch/Azure.ResourceManager.Batch_fffdd531ea"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.4.0-beta.1</Version>
<Version>1.4.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.3.0</ApiCompatVersion>
<PackageId>Azure.ResourceManager.Batch</PackageId>
Expand Down

Large diffs are not rendered by default.

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.

Loading