Skip to content

Commit 8a188a4

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

File tree

245 files changed

+5239
-5693
lines changed

Some content is hidden

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

245 files changed

+5239
-5693
lines changed

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

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

3-
## 1.1.0-beta.2 (Unreleased)
3+
## 1.0.0-beta.1 (2025-04-30)
44

5-
### Features Added
5+
- Azure Resource Manager HybridCompute client library for Java. This package contains Microsoft Azure SDK for HybridCompute Management SDK. The Hybrid Compute Management Client. Package tag package-preview-2025-02-19. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
66

77
### Breaking Changes
88

9-
### Bugs Fixed
9+
#### `models.Machines` was modified
10+
11+
* `deleteByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)` was removed
12+
13+
### Features Added
14+
15+
* `models.MachineRunCommandsListResult` was added
16+
17+
* `models.SetupExtensionRequest` was added
18+
19+
* `models.ExtensionPublisherListResult` was added
20+
21+
* `models.ExtensionTypes` was added
22+
23+
* `models.Gateway$DefinitionStages` was added
24+
25+
* `models.GatewaysListResult` was added
26+
27+
* `models.MachineRunCommand$UpdateStages` was added
28+
29+
* `models.ExtensionPublishers` was added
30+
31+
* `models.IdentityKeyStore` was added
32+
33+
* `models.Settings` was added
34+
35+
* `models.ExtensionValueV2` was added
36+
37+
* `models.MachineRunCommand` was added
38+
39+
* `models.StorageProfile` was added
40+
41+
* `models.Gateway$Definition` was added
42+
43+
* `models.SettingsOperations` was added
44+
45+
* `models.MachineRunCommandUpdate` was added
46+
47+
* `models.MachineRunCommand$Update` was added
48+
49+
* `models.GatewayUpdate` was added
50+
51+
* `models.ExtensionMetadataV2s` was added
52+
53+
* `models.ExtensionTypeListResult` was added
54+
55+
* `models.MachineRunCommand$Definition` was added
56+
57+
* `models.Gateway$Update` was added
58+
59+
* `models.Processor` was added
60+
61+
* `models.ExtensionsStatusLevelTypes` was added
62+
63+
* `models.Gateway` was added
64+
65+
* `models.Disk` was added
66+
67+
* `models.ExtensionPublisher` was added
68+
69+
* `models.ExtensionsResourceStatus` was added
70+
71+
* `models.GatewayType` was added
72+
73+
* `models.MachineRunCommandInstanceView` was added
74+
75+
* `models.HardwareProfile` was added
76+
77+
* `models.RunCommandManagedIdentity` was added
78+
79+
* `models.MachineRunCommands` was added
80+
81+
* `models.FirmwareProfile` was added
82+
83+
* `models.ExtensionType` was added
84+
85+
* `models.Gateways` was added
86+
87+
* `models.Gateway$UpdateStages` was added
88+
89+
* `models.MachineRunCommandScriptSource` was added
90+
91+
* `models.RunCommandInputParameter` was added
92+
93+
* `models.ExtensionValueListResultV2` was added
94+
95+
* `models.MachineRunCommand$DefinitionStages` was added
96+
97+
* `models.ExecutionState` was added
98+
99+
#### `models.ResourceProviders` was modified
100+
101+
* `setupExtensions(java.lang.String,java.lang.String,fluent.models.SetupExtensionRequestInner,com.azure.core.util.Context)` was added
102+
* `setupExtensions(java.lang.String,java.lang.String,fluent.models.SetupExtensionRequestInner)` was added
103+
104+
#### `models.MachineProperties` was modified
105+
106+
* `tpmEkCertificate()` was added
107+
* `hardwareResourceId()` was added
108+
* `identityKeyStore()` was added
109+
* `firmwareProfile()` was added
110+
* `storageProfile()` was added
111+
* `hardwareProfile()` was added
112+
113+
#### `models.Machines` was modified
114+
115+
* `delete(java.lang.String,java.lang.String,com.azure.core.util.Context)` was added
116+
117+
#### `models.NetworkInterface` was modified
118+
119+
* `id()` was added
120+
* `macAddress()` was added
121+
* `withMacAddress(java.lang.String)` was added
122+
* `name()` was added
123+
* `withId(java.lang.String)` was added
124+
* `withName(java.lang.String)` was added
125+
126+
#### `models.MachineUpdate` was modified
127+
128+
* `withIdentityKeyStore(java.lang.String)` was added
129+
* `withTpmEkCertificate(java.lang.String)` was added
130+
* `identityKeyStore()` was added
131+
* `tpmEkCertificate()` was added
132+
133+
#### `models.Machine` was modified
134+
135+
* `identityKeyStore()` was added
136+
* `tpmEkCertificate()` was added
137+
* `firmwareProfile()` was added
138+
* `storageProfile()` was added
139+
* `hardwareProfile()` was added
140+
* `hardwareResourceId()` was added
141+
142+
#### `HybridComputeManager` was modified
143+
144+
* `extensionMetadataV2s()` was added
145+
* `extensionPublishers()` was added
146+
* `extensionTypes()` was added
147+
* `gateways()` was added
148+
* `machineRunCommands()` was added
149+
* `settingsOperations()` was added
150+
151+
#### `models.WindowsParameters` was modified
10152

11-
### Other Changes
153+
* `patchNameMasksToInclude()` was added
154+
* `withPatchNameMasksToExclude(java.util.List)` was added
155+
* `withPatchNameMasksToInclude(java.util.List)` was added
156+
* `patchNameMasksToExclude()` was added
12157

13158
## 1.1.0-beta.1 (2024-11-14)
14159

sdk/hybridcompute/azure-resourcemanager-hybridcompute/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 HybridCompute client library for Java.
44

5-
This package contains Microsoft Azure SDK for HybridCompute Management SDK. The Hybrid Compute Management Client. Package tag package-preview-2024-07. 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 HybridCompute Management SDK. The Hybrid Compute Management Client. Package tag package-preview-2025-02-19. 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
HybridComputeManager manager = HybridComputeManager
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)