Skip to content

Commit 1e8abf9

Browse files
committed
updating tests
1 parent ceddaed commit 1e8abf9

File tree

3 files changed

+63
-8
lines changed

3 files changed

+63
-8
lines changed

sdk/batch/Azure.ResourceManager.Batch/CHANGELOG.md

Lines changed: 59 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,69 @@
11
# Release History
22

3-
## 1.6.0-beta.1 (Unreleased)
3+
## 1.6.0 (2025-12-05)
44

55
### Features Added
66

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`
826

9-
### Bugs Fixed
27+
### Breaking Changes
1028

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`
1267

1368
## 1.5.0 (2024-09-15)
1469

sdk/batch/Azure.ResourceManager.Batch/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "net",
44
"TagPrefix": "net/batch/Azure.ResourceManager.Batch",
5-
"Tag": "net/batch/Azure.ResourceManager.Batch_a7fc9a088f"
5+
"Tag": "net/batch/Azure.ResourceManager.Batch_1a2c04e242"
66
}

sdk/batch/Azure.ResourceManager.Batch/tests/Helpers/ResourceDataHelper.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ public static BatchAccountPoolData GetBatchAccountPoolData()
112112
new BatchImageReference()
113113
{
114114
Publisher = "Canonical",
115-
Offer = "UbuntuServer",
116-
Sku = "18.04-LTS",
115+
Offer = "0001-com-ubuntu-server-jammy",
116+
Sku = "22_04-lts",
117117
Version = "latest",
118118
},
119-
"batch.node.ubuntu 18.04"
119+
"batch.node.ubuntu 22.04"
120120
),
121121
},
122122
StartTask = new BatchAccountPoolStartTask()

0 commit comments

Comments
 (0)