|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.1.0-beta.2 (Unreleased) |
| 3 | +## 1.1.0-beta.2 (2021-07-16) |
4 | 4 |
|
| 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-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.ManagedIdentityType` was removed |
| 10 | + |
| 11 | +#### `models.MediaServiceIdentity` was modified |
| 12 | + |
| 13 | +* `models.ManagedIdentityType type()` -> `java.lang.String type()` |
| 14 | +* `java.lang.String tenantId()` -> `java.util.UUID tenantId()` |
| 15 | +* `withType(models.ManagedIdentityType)` was removed |
| 16 | +* `java.lang.String principalId()` -> `java.util.UUID principalId()` |
| 17 | + |
| 18 | +#### `models.Operation` was modified |
| 19 | + |
| 20 | +* `java.lang.String origin()` -> `java.lang.String origin()` |
| 21 | +* `models.OperationDisplay display()` -> `models.OperationDisplay display()` |
| 22 | +* `java.lang.String name()` -> `java.lang.String name()` |
| 23 | +* `models.Properties properties()` -> `models.Properties properties()` |
| 24 | +* `innerModel()` was removed |
| 25 | + |
| 26 | +#### `models.OperationCollection` was modified |
| 27 | + |
| 28 | +* `validate()` was removed |
| 29 | +* `odataNextLink()` was removed |
| 30 | +* `withOdataNextLink(java.lang.String)` was removed |
| 31 | +* `withValue(java.util.List)` was removed |
| 32 | +* `java.util.List value()` -> `java.util.List value()` |
| 33 | + |
| 34 | +#### `models.Mediaservices` was modified |
| 35 | + |
| 36 | +* `getBySubscription(java.lang.String)` was removed |
| 37 | +* `getBySubscriptionWithResponse(java.lang.String,com.azure.core.util.Context)` was removed |
| 38 | + |
| 39 | +#### `models.Operations` was modified |
| 40 | + |
| 41 | +* `com.azure.core.http.rest.PagedIterable list()` -> `models.OperationCollection list()` |
| 42 | +* `list(com.azure.core.util.Context)` was removed |
| 43 | + |
| 44 | +### Features Added |
| 45 | + |
| 46 | +* `models.PublicNetworkAccess` was added |
| 47 | + |
| 48 | +* `models.AccessControl` was added |
| 49 | + |
| 50 | +* `models.MediaServiceUpdate` was added |
| 51 | + |
| 52 | +* `models.Complexity` was added |
| 53 | + |
| 54 | +* `models.PresetConfigurations` was added |
| 55 | + |
| 56 | +* `models.InterleaveOutput` was added |
| 57 | + |
| 58 | +* `models.UserAssignedManagedIdentity` was added |
| 59 | + |
| 60 | +* `models.ResourceIdentity` was added |
| 61 | + |
| 62 | +* `models.ActionType` was added |
| 63 | + |
| 64 | +* `models.DefaultAction` was added |
| 65 | + |
| 66 | +* `models.KeyDelivery` was added |
| 67 | + |
| 68 | +#### `models.MediaService` was modified |
| 69 | + |
| 70 | +* `keyDelivery()` was added |
| 71 | +* `publicNetworkAccess()` was added |
| 72 | + |
| 73 | +#### `models.MediaServiceIdentity` was modified |
| 74 | + |
| 75 | +* `userAssignedIdentities()` was added |
| 76 | +* `withUserAssignedIdentities(java.util.Map)` was added |
| 77 | +* `withType(java.lang.String)` was added |
| 78 | + |
| 79 | +#### `MediaServicesManager$Configurable` was modified |
| 80 | + |
| 81 | +* `withScope(java.lang.String)` was added |
| 82 | + |
| 83 | +#### `models.JobOutput` was modified |
| 84 | + |
| 85 | +* `withPresetOverride(models.Preset)` was added |
| 86 | +* `presetOverride()` was added |
| 87 | + |
| 88 | +#### `models.Operation` was modified |
| 89 | + |
| 90 | +* `withDisplay(models.OperationDisplay)` was added |
| 91 | +* `withName(java.lang.String)` was added |
| 92 | +* `validate()` was added |
| 93 | +* `actionType()` was added |
| 94 | +* `isDataAction()` was added |
| 95 | +* `withProperties(models.Properties)` was added |
| 96 | +* `withIsDataAction(java.lang.Boolean)` was added |
| 97 | +* `withActionType(models.ActionType)` was added |
| 98 | +* `withOrigin(java.lang.String)` was added |
| 99 | + |
| 100 | +#### `models.BuiltInStandardEncoderPreset` was modified |
| 101 | + |
| 102 | +* `withConfigurations(models.PresetConfigurations)` was added |
| 103 | +* `configurations()` was added |
| 104 | + |
| 105 | +#### `models.JobOutputAsset` was modified |
| 106 | + |
| 107 | +* `withPresetOverride(models.Preset)` was added |
| 108 | +* `withPresetOverride(models.Preset)` was added |
| 109 | + |
| 110 | +#### `models.MetricSpecification` was modified |
| 111 | + |
| 112 | +* `sourceMdmNamespace()` was added |
| 113 | +* `supportedTimeGrainTypes()` was added |
| 114 | +* `sourceMdmAccount()` was added |
| 115 | +* `enableRegionalMdmAccount()` was added |
| 116 | + |
| 117 | +#### `models.StorageAccount` was modified |
| 118 | + |
| 119 | +* `identity()` was added |
| 120 | +* `status()` was added |
| 121 | +* `withIdentity(models.ResourceIdentity)` was added |
| 122 | + |
| 123 | +#### `models.LiveOutput` was modified |
| 124 | + |
| 125 | +* `systemData()` was added |
| 126 | + |
| 127 | +#### `models.MediaService$Definition` was modified |
| 128 | + |
| 129 | +* `withKeyDelivery(models.KeyDelivery)` was added |
| 130 | +* `withPublicNetworkAccess(models.PublicNetworkAccess)` was added |
| 131 | + |
| 132 | +#### `models.OperationCollection` was modified |
| 133 | + |
| 134 | +* `innerModel()` was added |
| 135 | + |
| 136 | +#### `models.AccountEncryption` was modified |
| 137 | + |
| 138 | +* `withIdentity(models.ResourceIdentity)` was added |
| 139 | +* `status()` was added |
| 140 | +* `identity()` was added |
| 141 | + |
| 142 | +#### `models.MediaService$Update` was modified |
| 143 | + |
| 144 | +* `withPublicNetworkAccess(models.PublicNetworkAccess)` was added |
| 145 | +* `withKeyDelivery(models.KeyDelivery)` was added |
| 146 | + |
| 147 | +#### `models.Operations` was modified |
| 148 | + |
| 149 | +* `listWithResponse(com.azure.core.util.Context)` was added |
5 | 150 |
|
6 | 151 | ## 1.1.0-beta.1 (2021-04-30) |
7 | 152 |
|
|
0 commit comments