Skip to content

Commit e9f0168

Browse files
author
SDKAuto
committed
CodeGen from PR 34274 in Azure/azure-rest-api-specs
Merge f3ee42f20ffab6ee4416d9e26794be2d01e30e63 into 761d8b58e465b26eddb8ad70dda3cde7b4228bdf
1 parent 0ad6db6 commit e9f0168

File tree

123 files changed

+6315
-3560
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+6315
-3560
lines changed

sdk/dashboard/azure-resourcemanager-dashboard/CHANGELOG.md

+53-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,63 @@
11
# Release History
22

3-
## 1.2.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2025-05-09)
44

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 tag package-2024-10-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
66

77
### Breaking Changes
88

9-
### Bugs Fixed
9+
#### `models.GrafanasUpdateResponse` was removed
10+
11+
#### `models.GrafanasUpdateHeaders` was removed
12+
13+
### Features Added
14+
15+
* `models.IntegrationFabricListResponse` was added
16+
17+
* `models.IntegrationFabricProperties` was added
18+
19+
* `models.IntegrationFabricPropertiesUpdateParameters` was added
20+
21+
* `models.IntegrationFabric$DefinitionStages` was added
22+
23+
* `models.Security` was added
24+
25+
* `models.IntegrationFabric$Update` was added
26+
27+
* `models.Users` was added
28+
29+
* `models.IntegrationFabric$Definition` was added
30+
31+
* `models.IntegrationFabricUpdateParameters` was added
32+
33+
* `models.IntegrationFabrics` was added
34+
35+
* `models.IntegrationFabric` was added
36+
37+
* `models.Snapshots` was added
38+
39+
* `models.IntegrationFabric$UpdateStages` was added
40+
41+
#### `DashboardManager` was modified
42+
43+
* `integrationFabrics()` was added
44+
45+
#### `models.PrivateEndpointConnectionListResult` was modified
46+
47+
* `withNextLink(java.lang.String)` was added
48+
49+
#### `models.PrivateLinkResourceListResult` was modified
50+
51+
* `withNextLink(java.lang.String)` was added
52+
53+
#### `models.GrafanaConfigurations` was modified
1054

11-
### Other Changes
55+
* `withUsers(models.Users)` was added
56+
* `withSecurity(models.Security)` was added
57+
* `withSnapshots(models.Snapshots)` was added
58+
* `snapshots()` was added
59+
* `users()` was added
60+
* `security()` was added
1261

1362
## 1.1.0 (2024-12-13)
1463

sdk/dashboard/azure-resourcemanager-dashboard/README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Azure Resource Manager Dashboard client library for Java.
44

5-
This package contains Microsoft Azure SDK for Dashboard Management SDK. The Microsoft.Dashboard Rest API spec. Package tag package-2023-09-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
5+
This package contains Microsoft Azure SDK for Dashboard Management SDK. The Microsoft.Dashboard Rest API spec. Package tag package-2024-10-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
66

77
## We'd love to hear your feedback
88

@@ -52,15 +52,15 @@ Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment
5252
Assuming the use of the `DefaultAzureCredential` credential class, the client can be authenticated using the following code:
5353

5454
```java
55-
AzureProfile profile = new AzureProfile(AzureEnvironment.AZURE);
55+
AzureProfile profile = new AzureProfile(AzureCloud.AZURE_PUBLIC_CLOUD);
5656
TokenCredential credential = new DefaultAzureCredentialBuilder()
5757
.authorityHost(profile.getEnvironment().getActiveDirectoryEndpoint())
5858
.build();
5959
DashboardManager manager = DashboardManager
6060
.authenticate(credential, profile);
6161
```
6262

63-
The sample code assumes global Azure. Please change `AzureEnvironment.AZURE` variable if otherwise.
63+
The sample code assumes global Azure. Please change the `AzureCloud.AZURE_PUBLIC_CLOUD` variable if otherwise.
6464

6565
See [Authentication][authenticate] for more options.
6666

@@ -108,5 +108,3 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
108108
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
109109
[coc]: https://opensource.microsoft.com/codeofconduct/
110110
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
111-
112-

0 commit comments

Comments
 (0)