Skip to content

Commit

Permalink
CodeGen from PR 17182 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
update-typescript.md (Azure#17182)
  • Loading branch information
SDKAuto committed Jan 6, 2022
1 parent 988b2e7 commit d31dcc1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Release History

## 1.0.0-beta.3 (Unreleased)
## 1.0.0-beta.1 (2022-01-06)

- 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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-applicationinsights</artifactId>
<version>1.0.0-beta.2</version>
<version>1.0.0-beta.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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(" (")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@

/** Defines values for ItemType. */
public final class ItemType extends ExpandableStringEnum<ItemType> {
/** 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.
*
Expand Down

0 comments on commit d31dcc1

Please sign in to comment.