Skip to content

Commit

Permalink
Updating generic names (Azure#45847)
Browse files Browse the repository at this point in the history
* updating naming to be non-generic

* Document env var for setting Azure authority host (Azure#45846)

* Document env var for setting Azure authority host

* React to feedback

* Fix formatting in Identity README (Azure#45848)

* update

---------

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
Co-authored-by: Arthur Ma <mars.arthur@263.net>
  • Loading branch information
3 people authored Sep 9, 2024
1 parent e74bd79 commit ce4f4af
Show file tree
Hide file tree
Showing 26 changed files with 479 additions and 470 deletions.
58 changes: 31 additions & 27 deletions sdk/batch/Azure.ResourceManager.Batch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,45 +4,50 @@

### Features Added

- Add NetworkSecurityPerimeter support
- Added `GetNetworkSecurityPerimeterConfigurations` api on `BatchAccountResource` definition
- Added `GetNetworkSecurityPerimeterConfiguration` api on `BatchAccountResource` definition
- Added `GetAll` api on `NetworkSecurityPerimeterConfigurationCollection` definition
- Added `GetAll` api on `NetworkSecurityPerimeterConfigurationCollection` definition
- Added `Exists` api on `NetworkSecurityPerimeterConfigurationCollection` definition
- Added `GetIfExists` api on `NetworkSecurityPerimeterConfigurationCollection` definition
- Added `GetNetworkSecurityPerimeterConfigurationResource` api on `ArmClient` definition
- Added `ReconcileConfiguration` api on `NetworkSecurityPerimeterConfigurationResource` definition

- Added `SharedGalleryImageId` and `CommunityGalleryImageId` to `BatchImageReference` definition
- Added `SecurityProfile` to `ManagedDisk` definition
- Added `SecuredByPerimeter` to `BatchPublicNetworkAccess` enum
- Added `ConfidentialVm` to `BatchSecurityType` enum
- Added `ContainerHostBatchBindMounts` to `BatchTaskContainerSettings` definition
- Upgraded api-version tag from 'package-2024-02' to 'package-2024-07'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/d85634405ec3b905f1b0bfc350e47cb704aedb61/specification/batch/resource-manager/readme.md.
- Add NetworkSecurityPerimeter support
- Added `GetNetworkSecurityPerimeterConfigurations` api on `BatchAccountResource` definition.
- Added `GetNetworkSecurityPerimeterConfiguration` api on `BatchAccountResource` definition.
- Added `GetAll` api on `NetworkSecurityPerimeterConfigurationCollection` definition.
- Added `GetAll` api on `NetworkSecurityPerimeterConfigurationCollection` definition.
- Added `Exists` api on `NetworkSecurityPerimeterConfigurationCollection` definition.
- Added `GetIfExists` api on `NetworkSecurityPerimeterConfigurationCollection` definition.
- Added `GetNetworkSecurityPerimeterConfigurationResource` api on `ArmClient` definition.
- Added `ReconcileConfiguration` api on `NetworkSecurityPerimeterConfigurationResource` definition.

- Added `SharedGalleryImageId` and `CommunityGalleryImageId` to `BatchImageReference` definition.
- Added `SecurityProfile` to `ManagedDisk` definition.
- Added `SecuredByPerimeter` to `BatchPublicNetworkAccess` enum.
- Added `ConfidentialVm` to `BatchSecurityType` enum.
- Added `ContainerHostBatchBindMounts` to `BatchTaskContainerSettings` definition.

- Added `ArmOperation.Rehydrate` and `ArmOperation.Rehydrate<T>` static methods to rehydrate a long-running operation.

### Breaking Changes
### Other Changes

- Remove CloudService support from Pools
- Removed `GetBatchSupportedCloudServiceSkus` api
- Removed `BatchCloudServiceConfiguration` from `BatchDeploymentConfiguration`
- Removed `GetBatchSupportedCloudServiceSkus` api.
- Removed `BatchCloudServiceConfiguration` from `BatchDeploymentConfiguration`.
- Upgraded Azure.Core from 1.38.0 to 1.42.0.
- Upgraded Azure.ResourceManager from 1.10.2 to 1.13.0.

## 1.4.0 (2024-03-01)

### Features Added

- Add `UpgradePolicy` support to Pool Creation
- Added `UpgradePolicy` definition
- Added `AutomaticOSUpgradePolicy` definition
- Added `RollingUpgradePolicy` definition
- Added `UpgradePolicy` definition.
- Added `AutomaticOSUpgradePolicy` definition.
- Added `RollingUpgradePolicy` definition.

- Added `BatchSupportEndOfLife` property to `BatchSupportedSku` definition
- Added `BatchSupportEndOfLife` property to `BatchSupportedSku` definition.

## 1.3.0 (2024-01-18)

### Features Added

- Upgraded api-version tag from 'package-2023-05' to 'package-2023-11'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/408db257fe67fc66d8c66c10881be8d414d5e5f3/specification/batch/resource-manager/readme.md.
- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
- Enabled the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.

### Other Changes

Expand Down Expand Up @@ -71,7 +76,7 @@

### Features Added

- Enable mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.
- Enabled mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.

### Other Changes

Expand All @@ -92,7 +97,7 @@

### Features Added

- Enable the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder).
- Enabled the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder).
- Added `BatchAccountCertificateData.ThumbprintString`, `BatchAccountCertificateCreateOrUpdateContent.ThumbprintString` to return the hexadecimal string representation of the SHA-1 hash of the certificate.
`BatchAccountCertificateData.Thumbprint`, `BatchAccountCertificateCreateOrUpdateContent.Thumbprint` have been hidden but are still available.

Expand Down Expand Up @@ -172,5 +177,4 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur

This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues).

> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).
> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet).
Loading

0 comments on commit ce4f4af

Please sign in to comment.