Skip to content

Commit

Permalink
CodeGen from PR 18652 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
update etag and kind type (Azure#18652)

* initial expected changes

* remove additionalProperties from etag

* rename property name
  • Loading branch information
SDKAuto committed May 26, 2022
1 parent dc1a9fa commit 9366a4c
Show file tree
Hide file tree
Showing 69 changed files with 585 additions and 750 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Release History

## 1.0.0-beta.5 (Unreleased)
## 1.0.0-beta.1 (2022-05-26)

- 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-04-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 @@ -2,7 +2,7 @@

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).
This package contains Microsoft Azure SDK for ApplicationInsights Management SDK. Composite Swagger for Application Insights Management Client. Package tag package-2022-04-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

## We'd love to hear your feedback

Expand Down 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.4</version>
<version>1.0.0-beta.5</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2444,17 +2444,17 @@ public final class WorkbookTemplatesUpdateSamples {
### Workbooks_CreateOrUpdate

```java
import com.azure.resourcemanager.applicationinsights.models.Kind;
import com.azure.resourcemanager.applicationinsights.models.ManagedServiceIdentityType;
import com.azure.resourcemanager.applicationinsights.models.UserAssignedIdentity;
import com.azure.resourcemanager.applicationinsights.models.WorkbookResourceIdentity;
import com.azure.resourcemanager.applicationinsights.models.WorkbookSharedTypeKind;
import java.util.HashMap;
import java.util.Map;

/** Samples for Workbooks CreateOrUpdate. */
public final class WorkbooksCreateOrUpdateSamples {
/*
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-08-01/examples/WorkbookManagedAdd.json
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2022-04-01/examples/WorkbookManagedAdd.json
*/
/**
* Sample code: WorkbookManagedAdd.
Expand All @@ -2475,7 +2475,7 @@ public final class WorkbooksCreateOrUpdateSamples {
mapOf(
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/my-resource-group/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myid",
new UserAssignedIdentity())))
.withKind(Kind.SHARED)
.withKind(WorkbookSharedTypeKind.SHARED)
.withDisplayName("Sample workbook")
.withSerializedData(
"{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":{\"json\":\"test\"},\"name\":\"text -"
Expand All @@ -2491,7 +2491,7 @@ public final class WorkbooksCreateOrUpdateSamples {
}

/*
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-08-01/examples/WorkbookAdd.json
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2022-04-01/examples/WorkbookAdd.json
*/
/**
* Sample code: WorkbookAdd.
Expand All @@ -2505,7 +2505,7 @@ public final class WorkbooksCreateOrUpdateSamples {
.withRegion("westus")
.withExistingResourceGroup("my-resource-group")
.withTags(mapOf("TagSample01", "sample01", "TagSample02", "sample02"))
.withKind(Kind.SHARED)
.withKind(WorkbookSharedTypeKind.SHARED)
.withDisplayName("Sample workbook")
.withSerializedData(
"{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":\"{\"json\":\"## New workbook\\r"
Expand Down Expand Up @@ -2555,7 +2555,7 @@ import com.azure.core.util.Context;
/** Samples for Workbooks Delete. */
public final class WorkbooksDeleteSamples {
/*
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-08-01/examples/WorkbookDelete.json
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2022-04-01/examples/WorkbookDelete.json
*/
/**
* Sample code: WorkbookDelete.
Expand All @@ -2579,7 +2579,7 @@ import com.azure.core.util.Context;
/** Samples for Workbooks GetByResourceGroup. */
public final class WorkbooksGetByResourceGroupSamples {
/*
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-08-01/examples/WorkbookGet1.json
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2022-04-01/examples/WorkbookGet1.json
*/
/**
* Sample code: WorkbookGet1.
Expand All @@ -2594,7 +2594,7 @@ public final class WorkbooksGetByResourceGroupSamples {
}

/*
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-08-01/examples/WorkbookManagedGet.json
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2022-04-01/examples/WorkbookManagedGet.json
*/
/**
* Sample code: WorkbookManagedGet.
Expand All @@ -2610,7 +2610,7 @@ public final class WorkbooksGetByResourceGroupSamples {
}

/*
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-08-01/examples/WorkbookGet.json
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2022-04-01/examples/WorkbookGet.json
*/
/**
* Sample code: WorkbookGet.
Expand All @@ -2635,7 +2635,7 @@ import com.azure.resourcemanager.applicationinsights.models.CategoryType;
/** Samples for Workbooks List. */
public final class WorkbooksListSamples {
/*
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-08-01/examples/WorkbooksListSub.json
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2022-04-01/examples/WorkbooksListSub.json
*/
/**
* Sample code: WorkbooksListSub.
Expand All @@ -2648,7 +2648,7 @@ public final class WorkbooksListSamples {
}

/*
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-08-01/examples/WorkbooksList2.json
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2022-04-01/examples/WorkbooksList2.json
*/
/**
* Sample code: WorkbooksList2.
Expand All @@ -2671,7 +2671,7 @@ import com.azure.resourcemanager.applicationinsights.models.CategoryType;
/** Samples for Workbooks ListByResourceGroup. */
public final class WorkbooksListByResourceGroupSamples {
/*
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-08-01/examples/WorkbooksManagedList.json
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2022-04-01/examples/WorkbooksManagedList.json
*/
/**
* Sample code: WorkbooksManagedList.
Expand All @@ -2692,7 +2692,7 @@ public final class WorkbooksListByResourceGroupSamples {
}

/*
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-08-01/examples/WorkbooksList.json
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2022-04-01/examples/WorkbooksList.json
*/
/**
* Sample code: WorkbooksList.
Expand Down Expand Up @@ -2721,7 +2721,7 @@ import com.azure.core.util.Context;
/** Samples for Workbooks RevisionGet. */
public final class WorkbooksRevisionGetSamples {
/*
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-08-01/examples/WorkbookRevisionGet.json
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2022-04-01/examples/WorkbookRevisionGet.json
*/
/**
* Sample code: WorkbookRevisionGet.
Expand Down Expand Up @@ -2749,7 +2749,7 @@ import com.azure.core.util.Context;
/** Samples for Workbooks RevisionsList. */
public final class WorkbooksRevisionsListSamples {
/*
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-08-01/examples/WorkbookRevisionsList.json
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2022-04-01/examples/WorkbookRevisionsList.json
*/
/**
* Sample code: WorkbookRevisionsList.
Expand All @@ -2772,7 +2772,7 @@ import com.azure.resourcemanager.applicationinsights.models.Workbook;
/** Samples for Workbooks Update. */
public final class WorkbooksUpdateSamples {
/*
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-08-01/examples/WorkbookUpdate.json
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2022-04-01/examples/WorkbookUpdate.json
*/
/**
* Sample code: WorkbookUpdate.
Expand All @@ -2795,7 +2795,7 @@ public final class WorkbooksUpdateSamples {
}

/*
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2021-08-01/examples/WorkbookManagedUpdate.json
* x-ms-original-file: specification/applicationinsights/resource-manager/Microsoft.Insights/stable/2022-04-01/examples/WorkbookManagedUpdate.json
*/
/**
* Sample code: WorkbookManagedUpdate.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<packaging>jar</packaging>

<name>Microsoft Azure SDK for ApplicationInsights Management</name>
<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>
<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-04-01.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<licenses>
Expand Down
Loading

0 comments on commit 9366a4c

Please sign in to comment.