Skip to content

Commit

Permalink
CodeGen from PR 23843 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge a2dccdf9c8d7a5cd8897c14f3a3a3430b991389f into 07c55de803057861912799405580ea9d022853fc
  • Loading branch information
SDKAuto committed May 6, 2023
1 parent f970b6d commit 2198425
Show file tree
Hide file tree
Showing 19 changed files with 6 additions and 784 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Release History

## 1.0.0-beta.2 (Unreleased)
## 1.0.0-beta.1 (2023-05-06)

- Azure Resource Manager GraphServices client library for Java. This package contains Microsoft Azure SDK for GraphServices Management SDK. Self service experience for Microsoft Graph metered services. Package tag package-2022-09-22-preview. 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-graphservices</artifactId>
<version>1.0.0-beta.1</version>
<version>1.0.0-beta.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public final class AccountOperationCreateAndUpdateSamples {
manager
.accountOperations()
.define("11111111-aaaa-1111-bbbb-1111111111111")
.withRegion((String) null)
.withRegion("global")
.withExistingResourceGroup("testResourceGroupGRAM")
.withProperties(new AccountResourceProperties().withAppId("11111111-aaaa-1111-bbbb-111111111111"))
.withTags(mapOf("tag1", "value1", "tag2", "value2"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static void createAccountResource(com.azure.resourcemanager.graphservices
manager
.accountOperations()
.define("11111111-aaaa-1111-bbbb-1111111111111")
.withRegion((String) null)
.withRegion("global")
.withExistingResourceGroup("testResourceGroupGRAM")
.withProperties(new AccountResourceProperties().withAppId("11111111-aaaa-1111-bbbb-111111111111"))
.withTags(mapOf("tag1", "value1", "tag2", "value2"))
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2198425

Please sign in to comment.