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 b8c850cf41fbd87b66f1820693e767ea28fb2efa into 9a20afc353d601769460d42fd13475eecbe61e7d
  • Loading branch information
SDKAuto committed May 15, 2023
1 parent f926097 commit cfe0dd3
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-15)

- 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 cfe0dd3

Please sign in to comment.