|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.1.0-beta.1 (Unreleased) |
| 3 | +## 1.1.0-beta.1 (2025-05-09) |
4 | 4 |
|
5 | | -### Features Added |
| 5 | +- Azure Resource Manager Notificationhubs client library for Java. This package contains Microsoft Azure SDK for Notificationhubs Management SDK. Microsoft Notification Hubs Resource Provider REST API. 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.SharedAccessAuthorizationRuleListResult` was removed |
10 | 10 |
|
11 | | -### Other Changes |
| 11 | +#### `models.NamespaceCreateOrUpdateParameters` was removed |
| 12 | + |
| 13 | +#### `models.NotificationHubListResult` was removed |
| 14 | + |
| 15 | +#### `models.PolicykeyResource` was removed |
| 16 | + |
| 17 | +#### `NotificationHubsManager` was removed |
| 18 | + |
| 19 | +#### `models.NotificationHubs` was removed |
| 20 | + |
| 21 | +#### `models.NamespaceListResult` was removed |
| 22 | + |
| 23 | +#### `NotificationHubsManager$Configurable` was removed |
| 24 | + |
| 25 | +#### `models.OperationListResult` was removed |
| 26 | + |
| 27 | +#### `models.SharedAccessAuthorizationRuleCreateOrUpdateParameters` was removed |
| 28 | + |
| 29 | +#### `models.NotificationHubCreateOrUpdateParameters` was removed |
| 30 | + |
| 31 | +#### `models.NamespaceResource$DefinitionStages` was modified |
| 32 | + |
| 33 | +* Required stage 3 was added |
| 34 | +* `withLocation(com.azure.core.management.Region)` was removed in stage 1 |
| 35 | +* `withLocation(java.lang.String)` was removed in stage 1 |
| 36 | + |
| 37 | +#### `models.SharedAccessAuthorizationRuleResource$DefinitionStages` was modified |
| 38 | + |
| 39 | +* `withExistingNamespace(java.lang.String,java.lang.String)` was removed in stage 1 |
| 40 | + |
| 41 | +#### `models.SharedAccessAuthorizationRuleResource$Definition` was modified |
| 42 | + |
| 43 | +* `withProperties(fluent.models.SharedAccessAuthorizationRuleProperties)` was removed |
| 44 | +* `withExistingNamespace(java.lang.String,java.lang.String)` was removed |
| 45 | + |
| 46 | +#### `models.NotificationHubResource` was modified |
| 47 | + |
| 48 | +* `debugSendWithResponse(java.lang.Object,com.azure.core.util.Context)` was removed |
| 49 | + |
| 50 | +#### `models.DebugSendResponse` was modified |
| 51 | + |
| 52 | +* `java.lang.Float success()` -> `java.lang.Long success()` |
| 53 | +* `java.lang.Object results()` -> `java.util.List results()` |
| 54 | +* `sku()` was removed |
| 55 | +* `java.lang.Float failure()` -> `java.lang.Long failure()` |
| 56 | + |
| 57 | +#### `models.PnsCredentialsResource` was modified |
| 58 | + |
| 59 | +* `sku()` was removed |
| 60 | + |
| 61 | +#### `models.NotificationHubResource$Update` was modified |
| 62 | + |
| 63 | +* `withAuthorizationRules(java.util.List)` was removed |
| 64 | +* `withNamePropertiesName(java.lang.String)` was removed |
| 65 | + |
| 66 | +#### `models.SharedAccessAuthorizationRuleResource$Update` was modified |
| 67 | + |
| 68 | +* `withProperties(fluent.models.SharedAccessAuthorizationRuleProperties)` was removed |
| 69 | + |
| 70 | +#### `models.Namespaces` was modified |
| 71 | + |
| 72 | +* `checkAvailability(models.CheckAvailabilityParameters)` was removed |
| 73 | +* `getByIdWithResponse(java.lang.String,com.azure.core.util.Context)` was removed |
| 74 | +* `deleteAuthorizationRuleById(java.lang.String)` was removed |
| 75 | +* `delete(java.lang.String,java.lang.String,com.azure.core.util.Context)` was removed |
| 76 | +* `deleteById(java.lang.String)` was removed |
| 77 | +* `list(com.azure.core.util.Context)` was removed |
| 78 | +* `define(java.lang.String)` was removed |
| 79 | +* `deleteByResourceGroup(java.lang.String,java.lang.String)` was removed |
| 80 | +* `getByResourceGroup(java.lang.String,java.lang.String)` was removed |
| 81 | +* `listByResourceGroup(java.lang.String)` was removed |
| 82 | +* `listByResourceGroup(java.lang.String,com.azure.core.util.Context)` was removed |
| 83 | +* `getAuthorizationRuleByIdWithResponse(java.lang.String,com.azure.core.util.Context)` was removed |
| 84 | +* `defineAuthorizationRule(java.lang.String)` was removed |
| 85 | +* `deleteAuthorizationRuleByIdWithResponse(java.lang.String,com.azure.core.util.Context)` was removed |
| 86 | +* `getAuthorizationRuleById(java.lang.String)` was removed |
| 87 | +* `getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)` was removed |
| 88 | +* `regenerateKeys(java.lang.String,java.lang.String,java.lang.String,models.PolicykeyResource)` was removed |
| 89 | +* `checkAvailabilityWithResponse(models.CheckAvailabilityParameters,com.azure.core.util.Context)` was removed |
| 90 | +* `getById(java.lang.String)` was removed |
| 91 | +* `list()` was removed |
| 92 | +* `regenerateKeysWithResponse(java.lang.String,java.lang.String,java.lang.String,models.PolicykeyResource,com.azure.core.util.Context)` was removed |
| 93 | +* `deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)` was removed |
| 94 | + |
| 95 | +#### `models.AccessRights` was modified |
| 96 | + |
| 97 | +* `models.AccessRights[] values()` -> `java.util.Collection values()` |
| 98 | +* `toString()` was removed |
| 99 | +* `valueOf(java.lang.String)` was removed |
| 100 | + |
| 101 | +#### `models.NotificationHubPatchParameters` was modified |
| 102 | + |
| 103 | +* `namePropertiesName()` was removed |
| 104 | +* `withAuthorizationRules(java.util.List)` was removed |
| 105 | +* `withLocation(java.lang.String)` was removed |
| 106 | +* `id()` was removed |
| 107 | +* `type()` was removed |
| 108 | +* `withTags(java.util.Map)` was removed |
| 109 | +* `withNamePropertiesName(java.lang.String)` was removed |
| 110 | + |
| 111 | +#### `models.NotificationHubResource$Definition` was modified |
| 112 | + |
| 113 | +* `withAuthorizationRules(java.util.List)` was removed |
| 114 | + |
| 115 | +#### `models.NamespaceType` was modified |
| 116 | + |
| 117 | +* `valueOf(java.lang.String)` was removed |
| 118 | +* `models.NamespaceType[] values()` -> `java.util.Collection values()` |
| 119 | +* `toString()` was removed |
| 120 | + |
| 121 | +#### `models.SharedAccessAuthorizationRuleResource` was modified |
| 122 | + |
| 123 | +* `sku()` was removed |
| 124 | +* `regenerateKeysWithResponse(models.PolicykeyResource,com.azure.core.util.Context)` was removed |
| 125 | +* `java.lang.String modifiedTime()` -> `java.time.OffsetDateTime modifiedTime()` |
| 126 | +* `java.lang.String createdTime()` -> `java.time.OffsetDateTime createdTime()` |
| 127 | +* `regenerateKeys(models.PolicykeyResource)` was removed |
| 128 | + |
| 129 | +#### `models.NamespaceResource$Definition` was modified |
| 130 | + |
| 131 | +* `withServiceBusEndpoint(java.lang.String)` was removed |
| 132 | +* `withUpdatedAt(java.time.OffsetDateTime)` was removed |
| 133 | +* `withEnabled(java.lang.Boolean)` was removed |
| 134 | +* `withSubscriptionId(java.lang.String)` was removed |
| 135 | +* `withLocation(java.lang.String)` was removed |
| 136 | +* `withRegion(java.lang.String)` was removed |
| 137 | +* `withNamePropertiesName(java.lang.String)` was removed |
| 138 | +* `withCritical(java.lang.Boolean)` was removed |
| 139 | +* `withStatus(java.lang.String)` was removed |
| 140 | +* `withLocation(com.azure.core.management.Region)` was removed |
| 141 | +* `withProvisioningState(java.lang.String)` was removed |
| 142 | +* `withCreatedAt(java.time.OffsetDateTime)` was removed |
| 143 | + |
| 144 | +#### `models.NamespaceResource` was modified |
| 145 | + |
| 146 | +* `java.lang.String status()` -> `models.NamespaceStatus status()` |
| 147 | +* `java.lang.String provisioningState()` -> `models.OperationProvisioningState provisioningState()` |
| 148 | + |
| 149 | +### Features Added |
| 150 | + |
| 151 | +* `models.OperationProperties` was added |
| 152 | + |
| 153 | +* `models.PrivateLinkConnectionStatus` was added |
| 154 | + |
| 155 | +* `models.PolicyKeyResource` was added |
| 156 | + |
| 157 | +* `models.ReplicationRegion` was added |
| 158 | + |
| 159 | +* `models.Availability` was added |
| 160 | + |
| 161 | +* `models.RemotePrivateEndpointConnection` was added |
| 162 | + |
| 163 | +* `models.NamespaceStatus` was added |
| 164 | + |
| 165 | +* `models.OperationProvisioningState` was added |
| 166 | + |
| 167 | +* `models.NetworkAcls` was added |
| 168 | + |
| 169 | +* `implementation.models.PrivateEndpointConnectionResourceListResult` was added |
| 170 | + |
| 171 | +* `models.RegistrationResult` was added |
| 172 | + |
| 173 | +* `models.BrowserCredential` was added |
| 174 | + |
| 175 | +* `models.PrivateEndpointConnectionProperties` was added |
| 176 | + |
| 177 | +* `models.FcmV1Credential` was added |
| 178 | + |
| 179 | +* `models.PrivateEndpointConnectionResources` was added |
| 180 | + |
| 181 | +* `implementation.models.OperationListResult` was added |
| 182 | + |
| 183 | +* `models.PrivateEndpointConnectionResource` was added |
| 184 | + |
| 185 | +* `models.LogSpecification` was added |
| 186 | + |
| 187 | +* `models.ZoneRedundancyPreference` was added |
| 188 | + |
| 189 | +* `models.IpRule` was added |
| 190 | + |
| 191 | +* `models.PrivateLinkResources` was added |
| 192 | + |
| 193 | +* `models.SharedAccessAuthorizationRuleResources` was added |
| 194 | + |
| 195 | +* `implementation.models.NamespaceListResult` was added |
| 196 | + |
| 197 | +* `models.PrivateLinkResourceProperties` was added |
| 198 | + |
| 199 | +* `NotificationhubsManager$Configurable` was added |
| 200 | + |
| 201 | +* `implementation.models.PrivateLinkResourceListResult` was added |
| 202 | + |
| 203 | +* `models.ServiceSpecification` was added |
| 204 | + |
| 205 | +* `models.RemotePrivateLinkServiceConnectionState` was added |
| 206 | + |
| 207 | +* `models.XiaomiCredential` was added |
| 208 | + |
| 209 | +* `models.NamespaceResources` was added |
| 210 | + |
| 211 | +* `implementation.models.SharedAccessAuthorizationRuleListResult` was added |
| 212 | + |
| 213 | +* `models.NamespacesOperationGroups` was added |
| 214 | + |
| 215 | +* `models.NotificationHubResources` was added |
| 216 | + |
| 217 | +* `implementation.models.NotificationHubListResult` was added |
| 218 | + |
| 219 | +* `models.PublicNetworkAccess` was added |
| 220 | + |
| 221 | +* `models.PrivateLinkResource` was added |
| 222 | + |
| 223 | +* `models.MetricSpecification` was added |
| 224 | + |
| 225 | +* `NotificationhubsManager` was added |
| 226 | + |
| 227 | +* `models.PublicInternetAuthorizationRule` was added |
| 228 | + |
| 229 | +* `models.PolicyKeyType` was added |
| 230 | + |
| 231 | +* `models.PrivateEndpointConnectionProvisioningState` was added |
| 232 | + |
| 233 | +#### `models.SharedAccessAuthorizationRuleResource$Definition` was modified |
| 234 | + |
| 235 | +* `withSecondaryKey(java.lang.String)` was added |
| 236 | +* `withRegion(com.azure.core.management.Region)` was added |
| 237 | +* `withTags(java.util.Map)` was added |
| 238 | +* `withRegion(java.lang.String)` was added |
| 239 | +* `withPrimaryKey(java.lang.String)` was added |
| 240 | +* `withExistingNotificationHub(java.lang.String,java.lang.String,java.lang.String)` was added |
| 241 | +* `withRights(java.util.List)` was added |
| 242 | + |
| 243 | +#### `models.NotificationHubResource` was modified |
| 244 | + |
| 245 | +* `browserCredential()` was added |
| 246 | +* `debugSendWithResponse(com.azure.core.util.Context)` was added |
| 247 | +* `fcmV1Credential()` was added |
| 248 | +* `xiaomiCredential()` was added |
| 249 | +* `systemData()` was added |
| 250 | +* `dailyMaxActiveDevices()` was added |
| 251 | + |
| 252 | +#### `models.OperationDisplay` was modified |
| 253 | + |
| 254 | +* `description()` was added |
| 255 | + |
| 256 | +#### `models.NamespaceResource$Update` was modified |
| 257 | + |
| 258 | +* `withProperties(fluent.models.NamespaceProperties)` was added |
| 259 | + |
| 260 | +#### `models.DebugSendResponse` was modified |
| 261 | + |
| 262 | +* `systemData()` was added |
| 263 | + |
| 264 | +#### `models.NamespacePatchParameters` was modified |
| 265 | + |
| 266 | +* `withProperties(fluent.models.NamespaceProperties)` was added |
| 267 | +* `properties()` was added |
| 268 | + |
| 269 | +#### `models.PnsCredentialsResource` was modified |
| 270 | + |
| 271 | +* `systemData()` was added |
| 272 | +* `browserCredential()` was added |
| 273 | +* `xiaomiCredential()` was added |
| 274 | +* `fcmV1Credential()` was added |
| 275 | + |
| 276 | +#### `models.NotificationHubResource$Update` was modified |
| 277 | + |
| 278 | +* `withXiaomiCredential(models.XiaomiCredential)` was added |
| 279 | +* `withBrowserCredential(models.BrowserCredential)` was added |
| 280 | +* `withFcmV1Credential(models.FcmV1Credential)` was added |
| 281 | + |
| 282 | +#### `models.SharedAccessAuthorizationRuleResource$Update` was modified |
| 283 | + |
| 284 | +* `withSecondaryKey(java.lang.String)` was added |
| 285 | +* `withPrimaryKey(java.lang.String)` was added |
| 286 | +* `withRights(java.util.List)` was added |
| 287 | +* `withTags(java.util.Map)` was added |
| 288 | + |
| 289 | +#### `models.Namespaces` was modified |
| 290 | + |
| 291 | +* `createOrUpdateAuthorizationRule(java.lang.String,java.lang.String,java.lang.String,fluent.models.SharedAccessAuthorizationRuleResourceInner)` was added |
| 292 | +* `regenerateKeysWithResponse(java.lang.String,java.lang.String,java.lang.String,models.PolicyKeyResource,com.azure.core.util.Context)` was added |
| 293 | +* `regenerateKeys(java.lang.String,java.lang.String,java.lang.String,models.PolicyKeyResource)` was added |
| 294 | +* `createOrUpdateAuthorizationRuleWithResponse(java.lang.String,java.lang.String,java.lang.String,fluent.models.SharedAccessAuthorizationRuleResourceInner,com.azure.core.util.Context)` was added |
| 295 | + |
| 296 | +#### `models.NotificationHubPatchParameters` was modified |
| 297 | + |
| 298 | +* `fcmV1Credential()` was added |
| 299 | +* `withFcmV1Credential(models.FcmV1Credential)` was added |
| 300 | +* `browserCredential()` was added |
| 301 | +* `withName(java.lang.String)` was added |
| 302 | +* `xiaomiCredential()` was added |
| 303 | +* `withBrowserCredential(models.BrowserCredential)` was added |
| 304 | +* `withXiaomiCredential(models.XiaomiCredential)` was added |
| 305 | +* `dailyMaxActiveDevices()` was added |
| 306 | +* `tags()` was added |
| 307 | + |
| 308 | +#### `models.WnsCredential` was modified |
| 309 | + |
| 310 | +* `withWnsCertificate(java.lang.String)` was added |
| 311 | +* `wnsCertificate()` was added |
| 312 | +* `certificateKey()` was added |
| 313 | +* `withCertificateKey(java.lang.String)` was added |
| 314 | + |
| 315 | +#### `models.NotificationHubResource$Definition` was modified |
| 316 | + |
| 317 | +* `withBrowserCredential(models.BrowserCredential)` was added |
| 318 | +* `withFcmV1Credential(models.FcmV1Credential)` was added |
| 319 | +* `withXiaomiCredential(models.XiaomiCredential)` was added |
| 320 | + |
| 321 | +#### `models.Operation` was modified |
| 322 | + |
| 323 | +* `properties()` was added |
| 324 | +* `isDataAction()` was added |
| 325 | + |
| 326 | +#### `models.CheckAvailabilityResult` was modified |
| 327 | + |
| 328 | +* `systemData()` was added |
| 329 | + |
| 330 | +#### `models.SharedAccessAuthorizationRuleResource` was modified |
| 331 | + |
| 332 | +* `systemData()` was added |
| 333 | +* `regenerateKeysWithResponse(models.PolicyKeyResource,com.azure.core.util.Context)` was added |
| 334 | +* `regenerateKeys(models.PolicyKeyResource)` was added |
| 335 | + |
| 336 | +#### `models.NamespaceResource$Definition` was modified |
| 337 | + |
| 338 | +* `withNetworkAcls(models.NetworkAcls)` was added |
| 339 | +* `withRegion(java.lang.String)` was added |
| 340 | +* `withPublicNetworkAccess(models.PublicNetworkAccess)` was added |
| 341 | +* `withZoneRedundancy(models.ZoneRedundancyPreference)` was added |
| 342 | +* `withReplicationRegion(models.ReplicationRegion)` was added |
| 343 | +* `withRegion(com.azure.core.management.Region)` was added |
| 344 | +* `withStatus(models.NamespaceStatus)` was added |
| 345 | +* `withProvisioningState(models.OperationProvisioningState)` was added |
| 346 | +* `withPnsCredentials(fluent.models.PnsCredentials)` was added |
| 347 | + |
| 348 | +#### `models.NamespaceResource` was modified |
| 349 | + |
| 350 | +* `publicNetworkAccess()` was added |
| 351 | +* `getPnsCredentialsWithResponse(com.azure.core.util.Context)` was added |
| 352 | +* `privateEndpointConnections()` was added |
| 353 | +* `zoneRedundancy()` was added |
| 354 | +* `networkAcls()` was added |
| 355 | +* `replicationRegion()` was added |
| 356 | +* `checkNotificationHubAvailabilityWithResponse(models.CheckAvailabilityParameters,com.azure.core.util.Context)` was added |
| 357 | +* `checkNotificationHubAvailability(models.CheckAvailabilityParameters)` was added |
| 358 | +* `systemData()` was added |
| 359 | +* `pnsCredentials()` was added |
| 360 | +* `getPnsCredentials()` was added |
12 | 361 |
|
13 | 362 | ## 1.0.0 (2024-12-26) |
14 | 363 |
|
|
0 commit comments