|
1 | 1 | # Release History
|
2 | 2 |
|
3 |
| -## 1.0.0-beta.2 (Unreleased) |
| 3 | +## 1.0.0 (2024-03-26) |
4 | 4 |
|
5 |
| -### Features Added |
| 5 | +- Azure Resource Manager AzureSphere client library for Java. This package contains Microsoft Azure SDK for AzureSphere Management SDK. Azure Sphere resource management API. Package tag package-2024-04-01. 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.CountDeviceResponse` was modified |
| 10 | + |
| 11 | +* `value()` was removed |
| 12 | +* `innerModel()` was removed |
| 13 | + |
| 14 | +#### `models.Product$Definition` was modified |
| 15 | + |
| 16 | +* `withDescription(java.lang.String)` was removed |
| 17 | + |
| 18 | +#### `models.ImageListResult` was modified |
| 19 | + |
| 20 | +* `withNextLink(java.lang.String)` was removed |
| 21 | + |
| 22 | +#### `models.PagedDeviceInsight` was modified |
| 23 | + |
| 24 | +* `withNextLink(java.lang.String)` was removed |
| 25 | + |
| 26 | +#### `AzureSphereManager` was modified |
| 27 | + |
| 28 | +* `fluent.AzureSphereManagementClient serviceClient()` -> `fluent.AzureSphereMgmtClient serviceClient()` |
| 29 | + |
| 30 | +#### `models.DeviceGroup$Update` was modified |
| 31 | + |
| 32 | +* `withAllowCrashDumpsCollection(models.AllowCrashDumpCollection)` was removed |
| 33 | +* `withDescription(java.lang.String)` was removed |
| 34 | +* `withUpdatePolicy(models.UpdatePolicy)` was removed |
| 35 | +* `withOsFeedType(models.OSFeedType)` was removed |
| 36 | +* `withRegionalDataBoundary(models.RegionalDataBoundary)` was removed |
| 37 | + |
| 38 | +#### `models.DeviceGroupListResult` was modified |
| 39 | + |
| 40 | +* `withNextLink(java.lang.String)` was removed |
| 41 | + |
| 42 | +#### `models.Catalogs` was modified |
| 43 | + |
| 44 | +* `models.CountDeviceResponse countDevices(java.lang.String,java.lang.String)` -> `models.CountDevicesResponse countDevices(java.lang.String,java.lang.String)` |
| 45 | + |
| 46 | +#### `models.DeploymentListResult` was modified |
| 47 | + |
| 48 | +* `withNextLink(java.lang.String)` was removed |
| 49 | + |
| 50 | +#### `models.Device$Definition` was modified |
| 51 | + |
| 52 | +* `withDeviceId(java.lang.String)` was removed |
| 53 | + |
| 54 | +#### `models.Catalog` was modified |
| 55 | + |
| 56 | +* `provisioningState()` was removed |
| 57 | +* `models.CountDeviceResponse countDevices()` -> `models.CountDevicesResponse countDevices()` |
| 58 | + |
| 59 | +#### `models.Device` was modified |
| 60 | + |
| 61 | +* `chipSku()` was removed |
| 62 | +* `provisioningState()` was removed |
| 63 | +* `lastAvailableOsVersion()` was removed |
| 64 | +* `lastOsUpdateUtc()` was removed |
| 65 | +* `deviceId()` was removed |
| 66 | +* `lastUpdateRequestUtc()` was removed |
| 67 | +* `lastInstalledOsVersion()` was removed |
| 68 | + |
| 69 | +#### `models.Product$Update` was modified |
| 70 | + |
| 71 | +* `withDescription(java.lang.String)` was removed |
| 72 | + |
| 73 | +#### `models.ProductListResult` was modified |
| 74 | + |
| 75 | +* `withNextLink(java.lang.String)` was removed |
| 76 | + |
| 77 | +#### `models.DeviceGroup$Definition` was modified |
| 78 | + |
| 79 | +* `withAllowCrashDumpsCollection(models.AllowCrashDumpCollection)` was removed |
| 80 | +* `withDescription(java.lang.String)` was removed |
| 81 | +* `withUpdatePolicy(models.UpdatePolicy)` was removed |
| 82 | +* `withRegionalDataBoundary(models.RegionalDataBoundary)` was removed |
| 83 | +* `withOsFeedType(models.OSFeedType)` was removed |
| 84 | + |
| 85 | +#### `models.DeviceGroup` was modified |
| 86 | + |
| 87 | +* `osFeedType()` was removed |
| 88 | +* `models.CountDeviceResponse countDevices()` -> `models.CountDevicesResponse countDevices()` |
| 89 | +* `provisioningState()` was removed |
| 90 | +* `hasDeployment()` was removed |
| 91 | +* `allowCrashDumpsCollection()` was removed |
| 92 | +* `regionalDataBoundary()` was removed |
| 93 | +* `description()` was removed |
| 94 | +* `updatePolicy()` was removed |
| 95 | + |
| 96 | +#### `models.DeviceUpdate` was modified |
| 97 | + |
| 98 | +* `withDeviceGroupId(java.lang.String)` was removed |
| 99 | +* `deviceGroupId()` was removed |
| 100 | + |
| 101 | +#### `models.CatalogListResult` was modified |
| 102 | + |
| 103 | +* `withNextLink(java.lang.String)` was removed |
| 104 | + |
| 105 | +#### `models.DeviceListResult` was modified |
| 106 | + |
| 107 | +* `withNextLink(java.lang.String)` was removed |
| 108 | + |
| 109 | +#### `models.Product` was modified |
| 110 | + |
| 111 | +* `description()` was removed |
| 112 | +* `models.CountDeviceResponse countDevices()` -> `models.CountDevicesResponse countDevices()` |
| 113 | +* `provisioningState()` was removed |
| 114 | + |
| 115 | +#### `models.Device$Update` was modified |
| 116 | + |
| 117 | +* `withDeviceGroupId(java.lang.String)` was removed |
| 118 | + |
| 119 | +#### `models.Image$Definition` was modified |
| 120 | + |
| 121 | +* `withRegionalDataBoundary(models.RegionalDataBoundary)` was removed |
| 122 | +* `withImage(java.lang.String)` was removed |
| 123 | +* `withImageId(java.lang.String)` was removed |
| 124 | + |
| 125 | +#### `models.Deployment` was modified |
| 126 | + |
| 127 | +* `deploymentId()` was removed |
| 128 | +* `deploymentDateUtc()` was removed |
| 129 | +* `provisioningState()` was removed |
| 130 | +* `deployedImages()` was removed |
| 131 | + |
| 132 | +#### `models.DeviceGroups` was modified |
| 133 | + |
| 134 | +* `models.CountDeviceResponse countDevices(java.lang.String,java.lang.String,java.lang.String,java.lang.String)` -> `models.CountDevicesResponse countDevices(java.lang.String,java.lang.String,java.lang.String,java.lang.String)` |
| 135 | + |
| 136 | +#### `models.Products` was modified |
| 137 | + |
| 138 | +* `models.CountDeviceResponse countDevices(java.lang.String,java.lang.String,java.lang.String)` -> `models.CountDevicesResponse countDevices(java.lang.String,java.lang.String,java.lang.String)` |
| 139 | + |
| 140 | +#### `models.ProductUpdate` was modified |
| 141 | + |
| 142 | +* `withDescription(java.lang.String)` was removed |
| 143 | +* `description()` was removed |
| 144 | + |
| 145 | +#### `models.DeviceGroupUpdate` was modified |
| 146 | + |
| 147 | +* `regionalDataBoundary()` was removed |
| 148 | +* `withRegionalDataBoundary(models.RegionalDataBoundary)` was removed |
| 149 | +* `allowCrashDumpsCollection()` was removed |
| 150 | +* `updatePolicy()` was removed |
| 151 | +* `withAllowCrashDumpsCollection(models.AllowCrashDumpCollection)` was removed |
| 152 | +* `withOsFeedType(models.OSFeedType)` was removed |
| 153 | +* `withUpdatePolicy(models.UpdatePolicy)` was removed |
| 154 | +* `withDescription(java.lang.String)` was removed |
| 155 | +* `description()` was removed |
| 156 | +* `osFeedType()` was removed |
| 157 | + |
| 158 | +#### `models.CertificateListResult` was modified |
| 159 | + |
| 160 | +* `withNextLink(java.lang.String)` was removed |
| 161 | + |
| 162 | +#### `models.Image` was modified |
| 163 | + |
| 164 | +* `regionalDataBoundary()` was removed |
| 165 | +* `image()` was removed |
| 166 | +* `provisioningState()` was removed |
| 167 | +* `uri()` was removed |
| 168 | +* `imageName()` was removed |
| 169 | +* `imageId()` was removed |
| 170 | +* `description()` was removed |
| 171 | +* `componentId()` was removed |
| 172 | +* `imageType()` was removed |
| 173 | + |
| 174 | +#### `models.Deployment$Definition` was modified |
| 175 | + |
| 176 | +* `withDeploymentId(java.lang.String)` was removed |
| 177 | +* `withDeployedImages(java.util.List)` was removed |
| 178 | + |
| 179 | +#### `models.Certificate` was modified |
| 180 | + |
| 181 | +* `notBeforeUtc()` was removed |
| 182 | +* `subject()` was removed |
| 183 | +* `expiryUtc()` was removed |
| 184 | +* `certificate()` was removed |
| 185 | +* `thumbprint()` was removed |
| 186 | +* `provisioningState()` was removed |
| 187 | +* `status()` was removed |
| 188 | + |
| 189 | +### Features Added |
| 190 | + |
| 191 | +* `models.DeviceGroupProperties` was added |
| 192 | + |
| 193 | +* `models.DeviceProperties` was added |
| 194 | + |
| 195 | +* `models.CertificateProperties` was added |
| 196 | + |
| 197 | +* `models.CountDevicesResponse` was added |
| 198 | + |
| 199 | +* `models.DeploymentProperties` was added |
| 200 | + |
| 201 | +* `models.DeviceUpdateProperties` was added |
| 202 | + |
| 203 | +* `models.DeviceGroupUpdateProperties` was added |
| 204 | + |
| 205 | +* `models.CatalogProperties` was added |
| 206 | + |
| 207 | +* `models.ProductUpdateProperties` was added |
| 208 | + |
| 209 | +* `models.ImageProperties` was added |
| 210 | + |
| 211 | +* `models.ProductProperties` was added |
| 212 | + |
| 213 | +#### `models.CountDeviceResponse` was modified |
| 214 | + |
| 215 | +* `withValue(int)` was added |
| 216 | +* `validate()` was added |
| 217 | + |
| 218 | +#### `models.Product$Definition` was modified |
| 219 | + |
| 220 | +* `withProperties(models.ProductProperties)` was added |
| 221 | + |
| 222 | +#### `models.DeviceGroup$Update` was modified |
| 223 | + |
| 224 | +* `withProperties(models.DeviceGroupUpdateProperties)` was added |
| 225 | + |
| 226 | +#### `models.Catalogs` was modified |
| 227 | + |
| 228 | +* `uploadImage(java.lang.String,java.lang.String,fluent.models.ImageInner,com.azure.core.util.Context)` was added |
| 229 | +* `uploadImage(java.lang.String,java.lang.String,fluent.models.ImageInner)` was added |
| 230 | + |
| 231 | +#### `models.Device$Definition` was modified |
| 232 | + |
| 233 | +* `withProperties(models.DeviceProperties)` was added |
| 234 | + |
| 235 | +#### `models.Catalog` was modified |
| 236 | + |
| 237 | +* `uploadImage(fluent.models.ImageInner,com.azure.core.util.Context)` was added |
| 238 | +* `properties()` was added |
| 239 | +* `uploadImage(fluent.models.ImageInner)` was added |
| 240 | + |
| 241 | +#### `models.Device` was modified |
| 242 | + |
| 243 | +* `systemData()` was added |
| 244 | +* `properties()` was added |
| 245 | + |
| 246 | +#### `models.Product$Update` was modified |
| 247 | + |
| 248 | +* `withProperties(models.ProductUpdateProperties)` was added |
| 249 | + |
| 250 | +#### `models.DeviceGroup$Definition` was modified |
| 251 | + |
| 252 | +* `withProperties(models.DeviceGroupProperties)` was added |
| 253 | + |
| 254 | +#### `models.DeviceGroup` was modified |
| 255 | + |
| 256 | +* `properties()` was added |
| 257 | +* `systemData()` was added |
| 258 | + |
| 259 | +#### `models.DeviceUpdate` was modified |
| 260 | + |
| 261 | +* `properties()` was added |
| 262 | +* `withProperties(models.DeviceUpdateProperties)` was added |
| 263 | + |
| 264 | +#### `models.Product` was modified |
| 265 | + |
| 266 | +* `properties()` was added |
| 267 | +* `systemData()` was added |
| 268 | + |
| 269 | +#### `models.Device$Update` was modified |
| 270 | + |
| 271 | +* `withProperties(models.DeviceUpdateProperties)` was added |
| 272 | + |
| 273 | +#### `models.Image$Definition` was modified |
| 274 | + |
| 275 | +* `withProperties(models.ImageProperties)` was added |
| 276 | + |
| 277 | +#### `models.Deployment` was modified |
| 278 | + |
| 279 | +* `systemData()` was added |
| 280 | +* `properties()` was added |
| 281 | + |
| 282 | +#### `models.ProductUpdate` was modified |
| 283 | + |
| 284 | +* `withProperties(models.ProductUpdateProperties)` was added |
| 285 | +* `properties()` was added |
| 286 | + |
| 287 | +#### `models.DeviceGroupUpdate` was modified |
| 288 | + |
| 289 | +* `withProperties(models.DeviceGroupUpdateProperties)` was added |
| 290 | +* `properties()` was added |
| 291 | + |
| 292 | +#### `models.Catalog$Definition` was modified |
| 293 | + |
| 294 | +* `withProperties(models.CatalogProperties)` was added |
| 295 | + |
| 296 | +#### `models.Image` was modified |
| 297 | + |
| 298 | +* `systemData()` was added |
| 299 | +* `properties()` was added |
| 300 | + |
| 301 | +#### `models.Deployment$Definition` was modified |
| 302 | + |
| 303 | +* `withProperties(models.DeploymentProperties)` was added |
| 304 | + |
| 305 | +#### `models.Certificate` was modified |
10 | 306 |
|
11 |
| -### Other Changes |
| 307 | +* `properties()` was added |
12 | 308 |
|
13 | 309 | ## 1.0.0-beta.1 (2023-07-21)
|
14 | 310 |
|
|
0 commit comments