Skip to content

Commit 3eaac0a

Browse files
authored
[Automation] Generate Fluent Lite from Swagger applicationinsights#package-2024-08-01 (Azure#44234)
1 parent 0791e20 commit 3eaac0a

File tree

142 files changed

+4844
-5264
lines changed

Some content is hidden

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

142 files changed

+4844
-5264
lines changed

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

Lines changed: 69 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,79 @@
11
# Release History
22

3-
## 1.2.0-beta.1 (Unreleased)
3+
## 1.2.0-beta.1 (2025-02-18)
44

5-
### Features Added
5+
- Azure Resource Manager ApplicationInsights client library for Java. This package contains Microsoft Azure SDK for ApplicationInsights Management SDK. Composite Swagger for Application Insights Management Client. Package tag package-2024-08-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.MyWorkbooksListResult` was removed
10+
11+
#### `models.MyWorkbookManagedIdentityType` was removed
12+
13+
#### `models.MyWorkbook` was removed
14+
15+
#### `models.MyWorkbookUserAssignedIdentities` was removed
16+
17+
#### `models.MyWorkbookResource` was removed
18+
19+
#### `models.MyWorkbookManagedIdentity` was removed
20+
21+
#### `models.MyWorkbooks` was removed
22+
23+
#### `models.MyWorkbook$UpdateStages` was removed
24+
25+
#### `models.MyWorkbook$DefinitionStages` was removed
26+
27+
#### `models.Kind` was removed
28+
29+
#### `models.MyWorkbook$Update` was removed
30+
31+
#### `models.MyWorkbook$Definition` was removed
32+
33+
#### `models.ErrorDefinitionException` was removed
34+
35+
#### `models.ErrorDefinition` was removed
36+
37+
#### `ApplicationInsightsManager` was modified
38+
39+
* `myWorkbooks()` was removed
40+
41+
### Features Added
42+
43+
* `models.ComponentLinkedStorageAccounts` was added
44+
45+
* `models.ComponentLinkedStorageAccounts$Update` was added
1046

11-
### Other Changes
47+
* `models.ComponentLinkedStorageAccounts$DefinitionStages` was added
48+
49+
* `models.DeletedWorkbookResource` was added
50+
51+
* `models.DeletedWorkbooks` was added
52+
53+
* `models.ComponentLinkedStorageAccountsOperations` was added
54+
55+
* `models.DeletedWorkbooksListResult` was added
56+
57+
* `models.DeletedWorkbookErrorDefinitionException` was added
58+
59+
* `models.ComponentLinkedStorageAccountsPatch` was added
60+
61+
* `models.DeletedWorkbookInnerErrorTrace` was added
62+
63+
* `models.StorageType` was added
64+
65+
* `models.DeletedWorkbookErrorDefinition` was added
66+
67+
* `models.DeletedWorkbook` was added
68+
69+
* `models.ComponentLinkedStorageAccounts$Definition` was added
70+
71+
* `models.ComponentLinkedStorageAccounts$UpdateStages` was added
72+
73+
#### `ApplicationInsightsManager` was modified
74+
75+
* `deletedWorkbooks()` was added
76+
* `componentLinkedStorageAccountsOperations()` was added
1277

1378
## 1.1.0 (2024-12-13)
1479

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Azure Resource Manager ApplicationInsights client library for Java.
44

5-
This package contains Microsoft Azure SDK for ApplicationInsights Management SDK. Composite Swagger for Application Insights Management Client. Package tag package-2022-06-15-java. 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 ApplicationInsights Management SDK. Composite Swagger for Application Insights Management Client. Package tag package-2024-08-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

@@ -32,7 +32,7 @@ Various documentation is available to help you get started
3232
<dependency>
3333
<groupId>com.azure.resourcemanager</groupId>
3434
<artifactId>azure-resourcemanager-applicationinsights</artifactId>
35-
<version>1.1.0</version>
35+
<version>1.2.0-beta.1</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})
@@ -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
ApplicationInsightsManager manager = ApplicationInsightsManager
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

@@ -117,5 +117,3 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
117117
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
118118
[coc]: https://opensource.microsoft.com/codeofconduct/
119119
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
120-
121-

0 commit comments

Comments
 (0)