Skip to content

Commit 76bed68

Browse files
author
SDKAuto
committed
CodeGen from PR 17175 in Azure/azure-rest-api-specs
Merge dec52e351fb8a07d94fb38512aa66d4b8860e346 into 698ebc782f3cc4650f6df1d765f6a38a6695ad50
1 parent 972aaa8 commit 76bed68

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.3 (Unreleased)
3+
## 1.0.0-beta.1 (2021-12-24)
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-2021-11-01. 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.2</version>
35+
<version>1.0.0-beta.3</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.2");
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)