Skip to content

Commit ecefe36

Browse files
author
SDKAuto
committed
CodeGen from PR 34371 in Azure/azure-rest-api-specs
Merge 5a991e1ddde01c1ad3021a5d06676272f2ac00f5 into 37e1a52a30c527b6ad2d7ef09a9c82ad4491e8a2
1 parent 24808f3 commit ecefe36

File tree

150 files changed

+2253
-4094
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+2253
-4094
lines changed

sdk/connectedvmware/azure-resourcemanager-connectedvmware/CHANGELOG.md

Lines changed: 45 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,55 @@
11
# Release History
22

3-
## 1.2.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2025-04-30)
4+
5+
- Azure Resource Manager ConnectedVMware client library for Java. This package contains Microsoft Azure SDK for ConnectedVMware Management SDK. Connected VMware Client. Package tag package-2023-12. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
46

57
### Features Added
68

7-
### Breaking Changes
9+
* `models.StorageProfileInventory` was added
10+
11+
* `models.WindowsConfiguration` was added
12+
13+
* `models.NetworkInterfaceInventory` was added
14+
15+
* `models.VirtualDiskInventory` was added
16+
17+
* `models.NetworkProfileInventory` was added
18+
19+
#### `models.VirtualMachineInventoryItem` was modified
20+
21+
* `memorySizeMB()` was added
22+
* `firmwareType()` was added
23+
* `maxSnapshots()` was added
24+
* `changeTrackingSupported()` was added
25+
* `storageProfile()` was added
26+
* `networkProfile()` was added
27+
* `withStorageProfile(models.StorageProfileInventory)` was added
28+
* `numCPUs()` was added
29+
* `withNetworkProfile(models.NetworkProfileInventory)` was added
30+
* `diskEnabledUuid()` was added
31+
* `changeTrackingEnabled()` was added
32+
* `numberOfSnapshots()` was added
33+
* `computerName()` was added
34+
35+
#### `models.HostInventoryItem` was modified
36+
37+
* `numSockets()` was added
38+
* `cpuModel()` was added
39+
* `numCoresPerSocket()` was added
40+
* `memorySizeGB()` was added
41+
* `powerState()` was added
42+
* `version()` was added
43+
44+
#### `models.GuestCredential` was modified
45+
46+
* `privateKey()` was added
47+
* `withPrivateKey(java.lang.String)` was added
848

9-
### Bugs Fixed
49+
#### `models.OsProfileForVMInstance` was modified
1050

11-
### Other Changes
51+
* `withWindowsConfiguration(models.WindowsConfiguration)` was added
52+
* `windowsConfiguration()` was added
1253

1354
## 1.1.0 (2024-12-13)
1455

sdk/connectedvmware/azure-resourcemanager-connectedvmware/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Azure Resource Manager ConnectedVMware client library for Java.
44

5-
This package contains Microsoft Azure SDK for ConnectedVMware Management SDK. Connected VMware Client. Package tag package-2023-10. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
5+
This package contains Microsoft Azure SDK for ConnectedVMware Management SDK. Connected VMware Client. Package tag package-2023-12. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
66

77
## We'd love to hear your feedback
88

@@ -52,15 +52,15 @@ Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment
5252
Assuming the use of the `DefaultAzureCredential` credential class, the client can be authenticated using the following code:
5353

5454
```java
55-
AzureProfile profile = new AzureProfile(AzureEnvironment.AZURE);
55+
AzureProfile profile = new AzureProfile(AzureCloud.AZURE_PUBLIC_CLOUD);
5656
TokenCredential credential = new DefaultAzureCredentialBuilder()
5757
.authorityHost(profile.getEnvironment().getActiveDirectoryEndpoint())
5858
.build();
5959
ConnectedVMwareManager manager = ConnectedVMwareManager
6060
.authenticate(credential, profile);
6161
```
6262

63-
The sample code assumes global Azure. Please change `AzureEnvironment.AZURE` variable if otherwise.
63+
The sample code assumes global Azure. Please change the `AzureCloud.AZURE_PUBLIC_CLOUD` variable if otherwise.
6464

6565
See [Authentication][authenticate] for more options.
6666

@@ -100,5 +100,3 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
100100
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
101101
[coc]: https://opensource.microsoft.com/codeofconduct/
102102
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
103-
104-

0 commit comments

Comments
 (0)