Skip to content
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
77 changes: 39 additions & 38 deletions common/config/rush/pnpm-lock.yaml

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

32 changes: 25 additions & 7 deletions sdk/batch/arm-batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,33 @@
# Release History

## 9.0.0 (2023-06-30)

**Features**

## 8.0.1 (Unreleased)

### Features Added

### Breaking Changes
- Added Type Alias ContainerType
- Interface NetworkConfiguration has a new optional parameter enableAcceleratedNetworking
- Interface VMExtension has a new optional parameter enableAutomaticUpgrade
- Added Enum KnownContainerType
- Interface ApplicationListNextOptionalParams no longer has parameter maxresults
- Interface ApplicationPackageListNextOptionalParams no longer has parameter maxresults
- Interface CertificateListByBatchAccountNextOptionalParams no longer has parameter filter
- Interface CertificateListByBatchAccountNextOptionalParams no longer has parameter maxresults
- Interface CertificateListByBatchAccountNextOptionalParams no longer has parameter select
- Interface LocationListSupportedCloudServiceSkusNextOptionalParams no longer has parameter filter
- Interface LocationListSupportedCloudServiceSkusNextOptionalParams no longer has parameter maxresults
- Interface LocationListSupportedVirtualMachineSkusNextOptionalParams no longer has parameter filter
- Interface LocationListSupportedVirtualMachineSkusNextOptionalParams no longer has parameter maxresults
- Interface PoolListByBatchAccountNextOptionalParams no longer has parameter filter
- Interface PoolListByBatchAccountNextOptionalParams no longer has parameter maxresults
- Interface PoolListByBatchAccountNextOptionalParams no longer has parameter select
- Interface PrivateEndpointConnectionListByBatchAccountNextOptionalParams no longer has parameter maxresults
- Interface PrivateLinkResourceListByBatchAccountNextOptionalParams no longer has parameter maxresults

### Bugs Fixed
**Breaking Changes**

### Other Changes
- Type of parameter type of interface ContainerConfiguration is changed from "DockerCompatible" to ContainerType
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kazrael2119 Could you help refer the breaking pr?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaking is acceptable and un-aviodeable.



## 8.0.0 (2022-11-10)

**Features**
Expand Down
2 changes: 1 addition & 1 deletion sdk/batch/arm-batch/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2022 Microsoft
Copyright (c) 2023 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions sdk/batch/arm-batch/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "05fc1b443a1ba7b120a48e1ad204d267565ef57a",
"commit": "64efc48302878a07d1d1231eaed0ca9cadfaf037",
"readme": "specification/batch/resource-manager/readme.md",
"autorest_command": "autorest --version=3.8.4 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\batch\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.3.20221108.1 --generate-sample=true",
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\batch\\resource-manager\\readme.md --use=@autorest/typescript@6.0.5 --generate-sample=true",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
"use": "@autorest/typescript@6.0.0-rc.3.20221108.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.0",
"use": "@autorest/typescript@6.0.5"
}
2 changes: 1 addition & 1 deletion sdk/batch/arm-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": "js",
"TagPrefix": "js/batch/arm-batch",
"Tag": "js/batch/arm-batch_7d52e8edfe"
"Tag": "js/batch/arm-batch_beed3813b7"
}
Loading