|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.1.0-beta.4 (Unreleased) |
| 3 | +## 2.0.0 (2022-03-30) |
4 | 4 |
|
5 | | -### Features Added |
| 5 | +- Azure Resource Manager MediaServices client library for Java. This package contains Microsoft Azure SDK for MediaServices Management SDK. This Swagger was generated by the API Framework. Package tag package-2021-11. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). |
6 | 6 |
|
7 | 7 | ### Breaking Changes |
8 | 8 |
|
9 | | -### Bugs Fixed |
| 9 | +* `models.ManagedIdentityType` was removed |
| 10 | + |
| 11 | +#### `models.StreamingEndpoint$Update` was modified |
| 12 | + |
| 13 | +* `withScaleUnits(java.lang.Integer)` was removed |
| 14 | + |
| 15 | +#### `models.MediaServiceIdentity` was modified |
| 16 | + |
| 17 | +* `java.lang.String tenantId()` -> `java.util.UUID tenantId()` |
| 18 | +* `java.lang.String principalId()` -> `java.util.UUID principalId()` |
| 19 | +* `withType(models.ManagedIdentityType)` was removed |
| 20 | +* `models.ManagedIdentityType type()` -> `java.lang.String type()` |
| 21 | + |
| 22 | +#### `models.Operation` was modified |
| 23 | + |
| 24 | +* `java.lang.String origin()` -> `java.lang.String origin()` |
| 25 | +* `models.OperationDisplay display()` -> `models.OperationDisplay display()` |
| 26 | +* `models.Properties properties()` -> `models.Properties properties()` |
| 27 | +* `innerModel()` was removed |
| 28 | +* `java.lang.String name()` -> `java.lang.String name()` |
| 29 | + |
| 30 | +#### `models.StreamingEndpoint$Definition` was modified |
| 31 | + |
| 32 | +* `withScaleUnits(java.lang.Integer)` was removed |
| 33 | + |
| 34 | +#### `models.StreamingEndpoint` was modified |
| 35 | + |
| 36 | +* `java.lang.Integer scaleUnits()` -> `int scaleUnits()` |
| 37 | + |
| 38 | +#### `models.OperationCollection` was modified |
| 39 | + |
| 40 | +* `odataNextLink()` was removed |
| 41 | +* `withOdataNextLink(java.lang.String)` was removed |
| 42 | +* `java.util.List value()` -> `java.util.List value()` |
| 43 | +* `validate()` was removed |
| 44 | +* `withValue(java.util.List)` was removed |
| 45 | + |
| 46 | +#### `models.Mediaservices` was modified |
| 47 | + |
| 48 | +* `getBySubscriptionWithResponse(java.lang.String,com.azure.core.util.Context)` was removed |
| 49 | +* `getBySubscription(java.lang.String)` was removed |
| 50 | + |
| 51 | +#### `models.Operations` was modified |
| 52 | + |
| 53 | +* `list(com.azure.core.util.Context)` was removed |
| 54 | +* `com.azure.core.http.rest.PagedIterable list()` -> `models.OperationCollection list()` |
| 55 | + |
| 56 | +### Features Added |
| 57 | + |
| 58 | +* `models.TracksUpdateHeaders` was added |
| 59 | + |
| 60 | +* `models.OperationResultsGetResponse` was added |
| 61 | + |
| 62 | +* `models.TracksUpdateResponse` was added |
| 63 | + |
| 64 | +* `models.TextTrack` was added |
| 65 | + |
| 66 | +* `models.TrackBase` was added |
| 67 | + |
| 68 | +* `models.PublicNetworkAccess` was added |
| 69 | + |
| 70 | +* `models.AssetTrack` was added |
| 71 | + |
| 72 | +* `models.AssetTrackOperationStatus` was added |
| 73 | + |
| 74 | +* `models.Tracks` was added |
| 75 | + |
| 76 | +* `models.ArmStreamingEndpointCurrentSku` was added |
| 77 | + |
| 78 | +* `models.AccessControl` was added |
| 79 | + |
| 80 | +* `models.MediaServiceUpdate` was added |
| 81 | + |
| 82 | +* `models.Complexity` was added |
| 83 | + |
| 84 | +* `models.OperationStatuses` was added |
| 85 | + |
| 86 | +* `models.ArmStreamingEndpointSkuInfo` was added |
| 87 | + |
| 88 | +* `models.AssetTrack$Definition` was added |
| 89 | + |
| 90 | +* `models.OperationResults` was added |
| 91 | + |
| 92 | +* `models.TracksCreateOrUpdateResponse` was added |
| 93 | + |
| 94 | +* `models.TracksDeleteHeaders` was added |
| 95 | + |
| 96 | +* `models.AudioTrack` was added |
| 97 | + |
| 98 | +* `models.Visibility` was added |
| 99 | + |
| 100 | +* `models.PresetConfigurations` was added |
| 101 | + |
| 102 | +* `models.InterleaveOutput` was added |
| 103 | + |
| 104 | +* `models.UserAssignedManagedIdentity` was added |
| 105 | + |
| 106 | +* `models.ResourceIdentity` was added |
| 107 | + |
| 108 | +* `models.StreamingEndpointSkuInfoListResult` was added |
| 109 | + |
| 110 | +* `models.ArmStreamingEndpointCapacity` was added |
| 111 | + |
| 112 | +* `models.AssetTrack$Update` was added |
| 113 | + |
| 114 | +* `models.TracksUpdateTrackDataHeaders` was added |
| 115 | + |
| 116 | +* `models.TracksCreateOrUpdateHeaders` was added |
| 117 | + |
| 118 | +* `models.AssetTrack$DefinitionStages` was added |
| 119 | + |
| 120 | +* `models.ActionType` was added |
| 121 | + |
| 122 | +* `models.OperationResultsGetHeaders` was added |
| 123 | + |
| 124 | +* `models.AssetTrackCollection` was added |
| 125 | + |
| 126 | +* `models.AssetTrack$UpdateStages` was added |
| 127 | + |
| 128 | +* `models.VideoTrack` was added |
| 129 | + |
| 130 | +* `models.ProvisioningState` was added |
| 131 | + |
| 132 | +* `models.TracksDeleteResponse` was added |
| 133 | + |
| 134 | +* `models.ArmStreamingEndpointSku` was added |
| 135 | + |
| 136 | +* `models.DefaultAction` was added |
| 137 | + |
| 138 | +* `models.H264RateControlMode` was added |
| 139 | + |
| 140 | +* `models.KeyDelivery` was added |
| 141 | + |
| 142 | +* `models.TracksUpdateTrackDataResponse` was added |
| 143 | + |
| 144 | +* `models.HlsSettings` was added |
10 | 145 |
|
11 | | -### Other Changes |
| 146 | +#### `models.StreamingEndpoint$Update` was modified |
| 147 | + |
| 148 | +* `withScaleUnits(int)` was added |
| 149 | +* `withSku(models.ArmStreamingEndpointCurrentSku)` was added |
| 150 | + |
| 151 | +#### `MediaServicesManager` was modified |
| 152 | + |
| 153 | +* `operationResults()` was added |
| 154 | +* `operationStatuses()` was added |
| 155 | +* `tracks()` was added |
| 156 | + |
| 157 | +#### `models.MediaService` was modified |
| 158 | + |
| 159 | +* `publicNetworkAccess()` was added |
| 160 | +* `keyDelivery()` was added |
| 161 | + |
| 162 | +#### `models.MediaServiceIdentity` was modified |
| 163 | + |
| 164 | +* `userAssignedIdentities()` was added |
| 165 | +* `withType(java.lang.String)` was added |
| 166 | +* `withUserAssignedIdentities(java.util.Map)` was added |
| 167 | + |
| 168 | +#### `MediaServicesManager$Configurable` was modified |
| 169 | + |
| 170 | +* `withScope(java.lang.String)` was added |
| 171 | + |
| 172 | +#### `models.JobOutput` was modified |
| 173 | + |
| 174 | +* `presetOverride()` was added |
| 175 | +* `withPresetOverride(models.Preset)` was added |
| 176 | + |
| 177 | +#### `models.Operation` was modified |
| 178 | + |
| 179 | +* `withActionType(models.ActionType)` was added |
| 180 | +* `withOrigin(java.lang.String)` was added |
| 181 | +* `withIsDataAction(java.lang.Boolean)` was added |
| 182 | +* `withName(java.lang.String)` was added |
| 183 | +* `isDataAction()` was added |
| 184 | +* `validate()` was added |
| 185 | +* `actionType()` was added |
| 186 | +* `withProperties(models.Properties)` was added |
| 187 | +* `withDisplay(models.OperationDisplay)` was added |
| 188 | + |
| 189 | +#### `models.BuiltInStandardEncoderPreset` was modified |
| 190 | + |
| 191 | +* `withConfigurations(models.PresetConfigurations)` was added |
| 192 | +* `configurations()` was added |
| 193 | + |
| 194 | +#### `models.H264Layer` was modified |
| 195 | + |
| 196 | +* `crf()` was added |
| 197 | +* `withCrf(java.lang.Float)` was added |
| 198 | + |
| 199 | +#### `models.StreamingEndpoint$Definition` was modified |
| 200 | + |
| 201 | +* `withSku(models.ArmStreamingEndpointCurrentSku)` was added |
| 202 | +* `withScaleUnits(int)` was added |
| 203 | + |
| 204 | +#### `models.JobOutputAsset` was modified |
| 205 | + |
| 206 | +* `withPresetOverride(models.Preset)` was added |
| 207 | +* `withPresetOverride(models.Preset)` was added |
| 208 | + |
| 209 | +#### `models.MetricSpecification` was modified |
| 210 | + |
| 211 | +* `supportedTimeGrainTypes()` was added |
| 212 | +* `sourceMdmAccount()` was added |
| 213 | +* `enableRegionalMdmAccount()` was added |
| 214 | +* `sourceMdmNamespace()` was added |
| 215 | + |
| 216 | +#### `models.StorageAccount` was modified |
| 217 | + |
| 218 | +* `status()` was added |
| 219 | +* `withIdentity(models.ResourceIdentity)` was added |
| 220 | +* `identity()` was added |
| 221 | + |
| 222 | +#### `models.StreamingEndpoint` was modified |
| 223 | + |
| 224 | +* `sku()` was added |
| 225 | + |
| 226 | +#### `models.StreamingEndpoints` was modified |
| 227 | + |
| 228 | +* `skusWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)` was added |
| 229 | +* `skus(java.lang.String,java.lang.String,java.lang.String)` was added |
| 230 | + |
| 231 | +#### `models.LiveOutput` was modified |
| 232 | + |
| 233 | +* `systemData()` was added |
| 234 | + |
| 235 | +#### `models.MediaService$Definition` was modified |
| 236 | + |
| 237 | +* `withKeyDelivery(models.KeyDelivery)` was added |
| 238 | +* `withPublicNetworkAccess(models.PublicNetworkAccess)` was added |
| 239 | + |
| 240 | +#### `models.OperationCollection` was modified |
| 241 | + |
| 242 | +* `innerModel()` was added |
| 243 | + |
| 244 | +#### `models.H265Layer` was modified |
| 245 | + |
| 246 | +* `crf()` was added |
| 247 | +* `withCrf(java.lang.Float)` was added |
| 248 | + |
| 249 | +#### `models.H264Video` was modified |
| 250 | + |
| 251 | +* `rateControlMode()` was added |
| 252 | +* `withRateControlMode(models.H264RateControlMode)` was added |
| 253 | + |
| 254 | +#### `models.AccountEncryption` was modified |
| 255 | + |
| 256 | +* `status()` was added |
| 257 | +* `identity()` was added |
| 258 | +* `withIdentity(models.ResourceIdentity)` was added |
| 259 | + |
| 260 | +#### `models.MediaService$Update` was modified |
| 261 | + |
| 262 | +* `withPublicNetworkAccess(models.PublicNetworkAccess)` was added |
| 263 | +* `withKeyDelivery(models.KeyDelivery)` was added |
| 264 | + |
| 265 | +#### `models.Operations` was modified |
| 266 | + |
| 267 | +* `listWithResponse(com.azure.core.util.Context)` was added |
12 | 268 |
|
13 | 269 | ## 1.1.0-beta.3 (2022-03-22) |
14 | 270 |
|
|
0 commit comments