You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/applicationinsights/azure-resourcemanager-applicationinsights/CHANGELOG.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,22 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.4 (Unreleased)
3
+
## 1.0.0-beta.4 (2022-03-24)
4
4
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-2022-02-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.Workbooks` was modified
10
+
11
+
*`getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)` was removed
12
+
*`getByIdWithResponse(java.lang.String,com.azure.core.util.Context)` was removed
13
+
14
+
### Features Added
15
+
16
+
#### `models.Workbooks` was modified
10
17
11
-
### Other Changes
18
+
*`getByIdWithResponse(java.lang.String,java.lang.Boolean,com.azure.core.util.Context)` was added
19
+
*`getByResourceGroupWithResponse(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)` was added
Copy file name to clipboardExpand all lines: sdk/applicationinsights/azure-resourcemanager-applicationinsights/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Azure Resource Manager ApplicationInsights client library for Java.
4
4
5
-
This package contains Microsoft Azure SDK for ApplicationInsights Management SDK. Composite Swagger for Application Insights Management Client. Package tag package-2022-01-11. 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-2022-02-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
## We'd love to hear your feedback
8
8
@@ -32,7 +32,7 @@ Various documentation is available to help you get started
Copy file name to clipboardExpand all lines: sdk/applicationinsights/azure-resourcemanager-applicationinsights/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
<packaging>jar</packaging>
14
14
15
15
<name>Microsoft Azure SDK for ApplicationInsights Management</name>
16
-
<description>This package contains Microsoft Azure SDK for ApplicationInsights Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Composite Swagger for Application Insights Management Client. Package tag package-2022-01-11.</description>
16
+
<description>This package contains Microsoft Azure SDK for ApplicationInsights Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Composite Swagger for Application Insights Management Client. Package tag package-2022-02-01.</description>
Copy file name to clipboardExpand all lines: sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/ApplicationInsightsManager.java
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ public static Configurable configure() {
150
150
151
151
/** The Configurable allowing configurations to be set. */
Copy file name to clipboardExpand all lines: sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/AnnotationsClient.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,8 @@ public interface AnnotationsClient {
25
25
* @throws com.azure.resourcemanager.applicationinsights.models.AnnotationErrorException thrown if the request is
26
26
* rejected by server.
27
27
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
28
-
* @return the list of annotations for a component for given time range.
28
+
* @return the list of annotations for a component for given time range as paginated response with {@link
Copy file name to clipboardExpand all lines: sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ApiKeysClient.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ public interface ApiKeysClient {
22
22
* @throws IllegalArgumentException thrown if parameters fail the validation.
23
23
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
24
24
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
25
-
* @return a list of API keys of an Application Insights component.
25
+
* @return a list of API keys of an Application Insights component as paginated response with {@link PagedIterable}.
Copy file name to clipboardExpand all lines: sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/fluent/ComponentsClient.java
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,8 @@ public interface ComponentsClient {
22
22
*
23
23
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
24
24
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
25
-
* @return a list of all Application Insights components within a subscription.
25
+
* @return a list of all Application Insights components within a subscription as paginated response with {@link
0 commit comments