Skip to content

Commit d6cc430

Browse files
author
SDKAuto
committed
CodeGen from PR 17590 in Azure/azure-rest-api-specs
Merge 281ec26d365c2824d36e5572bc79b60bdabbc1b6 into 9673e2239f4f8257b2e916df2d15e1ef41c5bfd1
1 parent 27b2616 commit d6cc430

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Release History
22

3-
## 1.0.0-beta.4 (Unreleased)
3+
## 1.0.0-beta.1 (2022-02-09)
4+
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-01-11. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
46

57
### Features Added
68

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.0.0-beta.3</version>
35+
<version>1.0.0-beta.4</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})

sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/ApplicationInsightsManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ public ApplicationInsightsManager authenticate(TokenCredential credential, Azure
248248
.append("-")
249249
.append("com.azure.resourcemanager.applicationinsights")
250250
.append("/")
251-
.append("1.0.0-beta.3");
251+
.append("1.0.0-beta.1");
252252
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
253253
userAgentBuilder
254254
.append(" (")

0 commit comments

Comments
 (0)