Skip to content

Commit

Permalink
Updated Batch Track 2 Management plane SDK for 2024-02-01 API version (
Browse files Browse the repository at this point in the history
…#41874)

* Adding support for 2024-02-01 api

* updated generation
  • Loading branch information
wiboris authored Mar 5, 2024
1 parent 6f2c47b commit 4fac1f1
Show file tree
Hide file tree
Showing 63 changed files with 1,288 additions and 293 deletions.
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

0 comments on commit 4fac1f1

Please sign in to comment.