|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.2.0-beta.1 (Unreleased) |
| 3 | +## 1.2.0-beta.1 (2025-07-14) |
4 | 4 |
|
5 | | -### Features Added |
| 5 | +- Azure Resource Manager Dashboard client library for Java. This package contains Microsoft Azure SDK for Dashboard Management SDK. The Microsoft.Dashboard Rest API spec. Package api-version 2024-11-01-preview. 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.GrafanasUpdateResponse` was removed |
| 10 | + |
| 11 | +#### `models.GrafanasUpdateHeaders` was removed |
| 12 | + |
| 13 | +#### `models.ManagedPrivateEndpointModelListResponse` was removed |
| 14 | + |
| 15 | +#### `models.ManagedGrafanaListResponse` was removed |
| 16 | + |
| 17 | +#### `models.PrivateEndpointConnectionListResult` was removed |
| 18 | + |
| 19 | +#### `models.OperationListResult` was removed |
| 20 | + |
| 21 | +#### `models.PrivateLinkResourceListResult` was removed |
| 22 | + |
| 23 | +#### `models.ManagedServiceIdentity` was modified |
| 24 | + |
| 25 | +* `java.util.UUID principalId()` -> `java.lang.String principalId()` |
| 26 | +* `java.util.UUID tenantId()` -> `java.lang.String tenantId()` |
| 27 | + |
| 28 | +#### `models.SaasSubscriptionDetails` was modified |
| 29 | + |
| 30 | +* `withPublisherId(java.lang.String)` was removed |
| 31 | +* `withOfferId(java.lang.String)` was removed |
| 32 | +* `withTerm(models.SubscriptionTerm)` was removed |
| 33 | +* `withPlanId(java.lang.String)` was removed |
| 34 | + |
| 35 | +#### `models.MarketplaceTrialQuota` was modified |
| 36 | + |
| 37 | +* `withAvailablePromotion(models.AvailablePromotion)` was removed |
| 38 | +* `withTrialStartAt(java.time.OffsetDateTime)` was removed |
| 39 | +* `withTrialEndAt(java.time.OffsetDateTime)` was removed |
| 40 | +* `withGrafanaResourceId(java.lang.String)` was removed |
| 41 | + |
| 42 | +#### `models.UserAssignedIdentity` was modified |
| 43 | + |
| 44 | +* `java.util.UUID principalId()` -> `java.lang.String principalId()` |
| 45 | +* `java.util.UUID clientId()` -> `java.lang.String clientId()` |
| 46 | + |
| 47 | +#### `models.SubscriptionTerm` was modified |
| 48 | + |
| 49 | +* `withStartDate(java.time.OffsetDateTime)` was removed |
| 50 | +* `withEndDate(java.time.OffsetDateTime)` was removed |
| 51 | +* `withTermUnit(java.lang.String)` was removed |
| 52 | + |
| 53 | +### Features Added |
| 54 | + |
| 55 | +* `models.UnifiedAlertingScreenshots` was added |
| 56 | + |
| 57 | +* `models.ManagedDashboards` was added |
| 58 | + |
| 59 | +* `models.IntegrationFabricProperties` was added |
| 60 | + |
| 61 | +* `models.ManagedDashboard$DefinitionStages` was added |
| 62 | + |
| 63 | +* `models.IntegrationFabricPropertiesUpdateParameters` was added |
| 64 | + |
| 65 | +* `models.IntegrationFabric$DefinitionStages` was added |
| 66 | + |
| 67 | +* `models.Security` was added |
| 68 | + |
| 69 | +* `models.IntegrationFabric$Update` was added |
| 70 | + |
| 71 | +* `models.Users` was added |
| 72 | + |
| 73 | +* `models.ManagedDashboard$UpdateStages` was added |
| 74 | + |
| 75 | +* `models.IntegrationFabric$Definition` was added |
| 76 | + |
| 77 | +* `models.ManagedDashboard` was added |
| 78 | + |
| 79 | +* `models.ManagedDashboard$Definition` was added |
| 80 | + |
| 81 | +* `models.IntegrationFabricUpdateParameters` was added |
| 82 | + |
| 83 | +* `models.IntegrationFabrics` was added |
| 84 | + |
| 85 | +* `models.ManagedDashboardUpdateParameters` was added |
| 86 | + |
| 87 | +* `models.IntegrationFabric` was added |
| 88 | + |
| 89 | +* `models.Snapshots` was added |
| 90 | + |
| 91 | +* `models.IntegrationFabric$UpdateStages` was added |
| 92 | + |
| 93 | +* `models.ManagedDashboard$Update` was added |
| 94 | + |
| 95 | +#### `DashboardManager` was modified |
| 96 | + |
| 97 | +* `managedDashboards()` was added |
| 98 | +* `integrationFabrics()` was added |
| 99 | + |
| 100 | +#### `models.GrafanaConfigurations` was modified |
10 | 101 |
|
11 | | -### Other Changes |
| 102 | +* `withSecurity(models.Security)` was added |
| 103 | +* `withUsers(models.Users)` was added |
| 104 | +* `snapshots()` was added |
| 105 | +* `unifiedAlertingScreenshots()` was added |
| 106 | +* `withUnifiedAlertingScreenshots(models.UnifiedAlertingScreenshots)` was added |
| 107 | +* `withSnapshots(models.Snapshots)` was added |
| 108 | +* `security()` was added |
| 109 | +* `users()` was added |
12 | 110 |
|
13 | 111 | ## 1.1.0 (2024-12-13) |
14 | 112 |
|
|
0 commit comments