|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.0.0-beta.2 (Unreleased) |
| 3 | +## 1.0.0-beta.2 (2021-07-29) |
4 | 4 |
|
| 5 | +- Azure Resource Manager Batch client library for Java. This package contains Microsoft Azure SDK for Batch Management SDK. Package tag package-2021-06. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). |
| 6 | + |
| 7 | +### Breaking Changes |
| 8 | + |
| 9 | +* `models.BatchAccountIdentityUserAssignedIdentities` was removed |
| 10 | + |
| 11 | +* `models.CertificateProperties` was removed |
| 12 | + |
| 13 | +* `models.CertificateCreateOrUpdateProperties` was removed |
| 14 | + |
| 15 | +* `models.BatchPoolIdentityUserAssignedIdentities` was removed |
| 16 | + |
| 17 | +#### `models.Certificate$Update` was modified |
| 18 | + |
| 19 | +* `ifMatch(java.lang.String)` was removed |
| 20 | + |
| 21 | +#### `models.Pool$Update` was modified |
| 22 | + |
| 23 | +* `ifMatch(java.lang.String)` was removed |
| 24 | + |
| 25 | +### Features Added |
| 26 | + |
| 27 | +* `models.EndpointDependency` was added |
| 28 | + |
| 29 | +* `models.DiffDiskPlacement` was added |
| 30 | + |
| 31 | +* `models.SupportedSkusResult` was added |
| 32 | + |
| 33 | +* `models.EndpointDetail` was added |
| 34 | + |
| 35 | +* `models.SupportedSku` was added |
| 36 | + |
| 37 | +* `models.AutoStorageAuthenticationMode` was added |
| 38 | + |
| 39 | +* `models.ComputeNodeIdentityReference` was added |
| 40 | + |
| 41 | +* `models.OSDisk` was added |
| 42 | + |
| 43 | +* `models.OutboundEnvironmentEndpointCollection` was added |
| 44 | + |
| 45 | +* `models.SkuCapability` was added |
| 46 | + |
| 47 | +* `models.UserAssignedIdentities` was added |
| 48 | + |
| 49 | +* `models.DiffDiskSettings` was added |
| 50 | + |
| 51 | +* `models.AuthenticationMode` was added |
| 52 | + |
| 53 | +* `models.OutboundEnvironmentEndpoint` was added |
| 54 | + |
| 55 | +#### `BatchManager$Configurable` was modified |
| 56 | + |
| 57 | +* `withScope(java.lang.String)` was added |
| 58 | + |
| 59 | +#### `models.BatchAccount` was modified |
| 60 | + |
| 61 | +* `allowedAuthenticationModes()` was added |
| 62 | + |
| 63 | +#### `models.BatchAccountUpdateParameters` was modified |
| 64 | + |
| 65 | +* `allowedAuthenticationModes()` was added |
| 66 | +* `withAllowedAuthenticationModes(java.util.List)` was added |
| 67 | + |
| 68 | +#### `models.Certificate$Update` was modified |
| 69 | + |
| 70 | +* `withIfMatch(java.lang.String)` was added |
| 71 | + |
| 72 | +#### `models.ResourceFile` was modified |
| 73 | + |
| 74 | +* `identityReference()` was added |
| 75 | +* `withIdentityReference(models.ComputeNodeIdentityReference)` was added |
| 76 | + |
| 77 | +#### `models.BatchAccounts` was modified |
| 78 | + |
| 79 | +* `listOutboundNetworkDependenciesEndpoints(java.lang.String,java.lang.String,com.azure.core.util.Context)` was added |
| 80 | +* `listOutboundNetworkDependenciesEndpoints(java.lang.String,java.lang.String)` was added |
| 81 | + |
| 82 | +#### `models.VirtualMachineConfiguration` was modified |
| 83 | + |
| 84 | +* `osDisk()` was added |
| 85 | +* `withOsDisk(models.OSDisk)` was added |
| 86 | + |
| 87 | +#### `models.AutoStorageProperties` was modified |
| 88 | + |
| 89 | +* `withNodeIdentityReference(models.ComputeNodeIdentityReference)` was added |
| 90 | +* `withNodeIdentityReference(models.ComputeNodeIdentityReference)` was added |
| 91 | +* `withAuthenticationMode(models.AutoStorageAuthenticationMode)` was added |
| 92 | +* `withAuthenticationMode(models.AutoStorageAuthenticationMode)` was added |
| 93 | + |
| 94 | +#### `models.BatchAccount$Definition` was modified |
| 95 | + |
| 96 | +* `withAllowedAuthenticationModes(java.util.List)` was added |
| 97 | + |
| 98 | +#### `models.AutoStorageBaseProperties` was modified |
| 99 | + |
| 100 | +* `withAuthenticationMode(models.AutoStorageAuthenticationMode)` was added |
| 101 | +* `authenticationMode()` was added |
| 102 | +* `withNodeIdentityReference(models.ComputeNodeIdentityReference)` was added |
| 103 | +* `nodeIdentityReference()` was added |
| 104 | + |
| 105 | +#### `models.Operation` was modified |
| 106 | + |
| 107 | +* `isDataAction()` was added |
| 108 | + |
| 109 | +#### `models.AzureBlobFileSystemConfiguration` was modified |
| 110 | + |
| 111 | +* `withIdentityReference(models.ComputeNodeIdentityReference)` was added |
| 112 | +* `identityReference()` was added |
| 113 | + |
| 114 | +#### `models.Locations` was modified |
| 115 | + |
| 116 | +* `listSupportedVirtualMachineSkus(java.lang.String,java.lang.Integer,java.lang.String,com.azure.core.util.Context)` was added |
| 117 | +* `listSupportedCloudServiceSkus(java.lang.String,java.lang.Integer,java.lang.String,com.azure.core.util.Context)` was added |
| 118 | +* `listSupportedCloudServiceSkus(java.lang.String)` was added |
| 119 | +* `listSupportedVirtualMachineSkus(java.lang.String)` was added |
| 120 | + |
| 121 | +#### `models.ContainerRegistry` was modified |
| 122 | + |
| 123 | +* `identityReference()` was added |
| 124 | +* `withIdentityReference(models.ComputeNodeIdentityReference)` was added |
| 125 | + |
| 126 | +#### `models.BatchAccount$Update` was modified |
| 127 | + |
| 128 | +* `withAllowedAuthenticationModes(java.util.List)` was added |
| 129 | + |
| 130 | +#### `models.BatchAccountCreateParameters` was modified |
| 131 | + |
| 132 | +* `allowedAuthenticationModes()` was added |
| 133 | +* `withAllowedAuthenticationModes(java.util.List)` was added |
| 134 | + |
| 135 | +#### `models.Pool$Update` was modified |
| 136 | + |
| 137 | +* `withIfMatch(java.lang.String)` was added |
5 | 138 |
|
6 | 139 | ## 1.0.0-beta.1 (2021-04-21) |
7 | 140 |
|
|
0 commit comments