|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.6.0-beta.1 (Unreleased) |
| 3 | +## 1.6.0 (2025-12-05) |
4 | 4 |
|
5 | 5 | ### Features Added |
6 | 6 |
|
7 | | -### Breaking Changes |
| 7 | +Added Models: |
| 8 | +- Added `DiskCustomerManagedKey` |
| 9 | +- Added `HostEndpointSettings` |
| 10 | +- Added `HostEndpointSettingsModeType` |
| 11 | +- Added `IPFamily` |
| 12 | +- Added `JobDefaultOrder` |
| 13 | +- Added `PoolIdentityReference` |
| 14 | +- Added `ProxyAgentSettings` |
| 15 | + |
| 16 | +Added Properties: |
| 17 | +- Added `ipv6Address` to `BatchNode` |
| 18 | +- Added `Ipv6RemoteLoginIpAddress` and `Ipv6RemoteLoginPort` to `BatchNodeRemoteLoginSettings` |
| 19 | +- Added `IpFamilies` and `IpTags` to `BatchPublicAddressConfiguration` |
| 20 | +- Added `JobDefaultOder` to `BatchTaskSchedulingPolicy` |
| 21 | +- Added `ManagedDisk` to `DataDisk` |
| 22 | +- Added `CustomerManagedKey` to `DiskEncryptionConfiguration` |
| 23 | +- Added `DiskEncryptionSet` to `ManagedDisk` |
| 24 | +- Added `DiskWithVMGuestStateValue` to `SecurityEncryptionTypes` |
| 25 | +- Added `ProxyAgentSetting` to `SecurityProfile` |
8 | 26 |
|
9 | | -### Bugs Fixed |
| 27 | +### Breaking Changes |
10 | 28 |
|
11 | | -### Other Changes |
| 29 | +Removed Certificate API's: |
| 30 | +- Removed `batchAccount.GetBatchAccountCertificate` |
| 31 | +- Removed `batchAccount.GetBatchAccountCertificateAsync` |
| 32 | +- Removed `batchAccount.GetBatchAccountCertificates` |
| 33 | +- Removed `batchAccount.GetBatchAccountCertificatesAsync` |
| 34 | +- Removed `batchAccount.GetBatchAccountCertificateResource` |
| 35 | +- Removed `batchAccount.GetBatchAccountCertificateResourceAsync` |
| 36 | +- Removed `batchAccount.GetBatchAccountCertificates().CreateOrUpdate` |
| 37 | +- Removed `batchAccount.GetBatchAccountCertificatesAsync().CreateOrUpdateAsync` |
| 38 | +- Removed `batchAccountCertificate.Delete` |
| 39 | +- Removed `batchAccountCertificate.DeleteAsync` |
| 40 | +- Removed `batchAccountCertificate.CancelDeletion` |
| 41 | +- Removed `batchAccountCertificate.CancelDeletionAsync` |
| 42 | +- Removed `batchAccountCertificate.Update` |
| 43 | +- Removed `batchAccountCertificate.UpdateAsync` |
| 44 | + |
| 45 | +Removed Models: |
| 46 | +- Removed `BatchAccountCertificateData` |
| 47 | +- Removed `BatchAccountCertificateCreateOrUpdateContent` |
| 48 | +- Removed `BatchAccountCertificateCollection` |
| 49 | +- Removed `BatchAccountCertificateData` |
| 50 | +- Removed `BatchAccountCertificateResource` |
| 51 | +- Removed `BatchAccountCertificateCreateOrUpdateContent` |
| 52 | +- Removed `BatchAccountCertificateFormat` |
| 53 | +- Removed `BatchAccountCertificateProvisioningState` |
| 54 | +- Removed `BatchCertificateReference` |
| 55 | +- Removed `BatchCertificateStoreLocation` |
| 56 | +- Removed `BatchCertificateVisibility` |
| 57 | +- Removed `NodeCommunicationMode` |
| 58 | + |
| 59 | +Removed Properties: |
| 60 | +- Removed `CertificateReferences` from `BatchNode` |
| 61 | +- Removed `ResourceTags` and `CertificateReferences` from `BatchPool` |
| 62 | +- Removed `CertificateReferences`, `ResourceTags`, and `TargetNodeCommunicationMode` from `BatchPoolCreateOptions` |
| 63 | +- Removed `CertificateReferences` and `TargetNodeCommunicationMode` from `BatchPoolReplaceOptions` |
| 64 | +- Removed `CertificateReferences`, `ResourceTags`, and `TargetNodeCommunicationMode` from `BatchPoolSpecifications` |
| 65 | +- Removed `CertificateReferences`, `ResourceTags`, and `TargetNodeCommunicationMode` from `BatchPoolUpdateOptions` |
| 66 | +- Removed `CertificateReferences`, `ResourceTags`, and `TargetNodeCommunicationMode` from `ComputeBatchModelFactory` |
12 | 67 |
|
13 | 68 | ## 1.5.0 (2024-09-15) |
14 | 69 |
|
|
0 commit comments