Skip to content

Commit

Permalink
Adding support for 2024-02-01 api
Browse files Browse the repository at this point in the history
  • Loading branch information
wiboris committed Mar 1, 2024
1 parent efd2893 commit 119534f
Show file tree
Hide file tree
Showing 63 changed files with 1,277 additions and 295 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 119534f

Please sign in to comment.