From 8254e32da873ec9a6048bca1ffb39e6fd8371b5c Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 28 Dec 2021 09:07:55 +0000 Subject: [PATCH] CodeGen from PR 17183 in Azure/azure-rest-api-specs Merge f72a76da011885a70b5160ee0e313da5795b3140 into 707a573aa91722b19bec059a36ee68a19885c16a --- .../CHANGELOG.md | 4 +++- .../README.md | 2 +- .../ApplicationInsightsManager.java | 2 +- .../applicationinsights/models/ItemType.java | 12 ++++++------ 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/CHANGELOG.md b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/CHANGELOG.md index 624190551fcf..6fd6a31e41c5 100644 --- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/CHANGELOG.md +++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/CHANGELOG.md @@ -1,6 +1,8 @@ # Release History -## 1.0.0-beta.3 (Unreleased) +## 1.0.0-beta.1 (2021-12-28) + +- 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). ### Features Added diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/README.md b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/README.md index 58ebfa109319..54f91258a060 100644 --- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/README.md +++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/README.md @@ -32,7 +32,7 @@ Various documentation is available to help you get started com.azure.resourcemanager azure-resourcemanager-applicationinsights - 1.0.0-beta.2 + 1.0.0-beta.3 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/ApplicationInsightsManager.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/ApplicationInsightsManager.java index fb335a56f2b6..118534def81b 100644 --- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/ApplicationInsightsManager.java +++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/ApplicationInsightsManager.java @@ -248,7 +248,7 @@ public ApplicationInsightsManager authenticate(TokenCredential credential, Azure .append("-") .append("com.azure.resourcemanager.applicationinsights") .append("/") - .append("1.0.0-beta.2"); + .append("1.0.0-beta.1"); if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) { userAgentBuilder .append(" (") diff --git a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/models/ItemType.java b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/models/ItemType.java index 15e0b0334845..64256a7bf303 100644 --- a/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/models/ItemType.java +++ b/sdk/applicationinsights/azure-resourcemanager-applicationinsights/src/main/java/com/azure/resourcemanager/applicationinsights/models/ItemType.java @@ -10,18 +10,18 @@ /** Defines values for ItemType. */ public final class ItemType extends ExpandableStringEnum { + /** Static value none for ItemType. */ + public static final ItemType NONE = fromString("none"); + /** Static value query for ItemType. */ public static final ItemType QUERY = fromString("query"); - /** Static value function for ItemType. */ - public static final ItemType FUNCTION = fromString("function"); - - /** Static value folder for ItemType. */ - public static final ItemType FOLDER = fromString("folder"); - /** Static value recent for ItemType. */ public static final ItemType RECENT = fromString("recent"); + /** Static value function for ItemType. */ + public static final ItemType FUNCTION = fromString("function"); + /** * Creates or finds a ItemType from its string representation. *