Skip to content

Commit 3e26efe

Browse files
[Automation] Generate Fluent Lite from baremetalinfrastructure#package-preview-2023-08 (Azure#37294)
* [Automation] Generate Fluent Lite from baremetalinfrastructure#package-preview-2023-08 * Delete sdk/baremetalinfrastructure/azure-resourcemanager-baremetalinfrastructure/src/test/java/com/azure/resourcemanager/baremetalinfrastructure/generated/AzureBareMetalStorageInstancesDeleteByResourceGroupWithResponseMockTests.java Path too long. --------- Co-authored-by: Xiaofei Cao <92354331+XiaofeiCao@users.noreply.github.com>
1 parent b25a639 commit 3e26efe

File tree

99 files changed

+7216
-554
lines changed

Some content is hidden

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

99 files changed

+7216
-554
lines changed

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

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

3-
## 1.0.0-beta.3 (Unreleased)
3+
## 1.0.0-beta.3 (2023-10-23)
44

5-
### Features Added
5+
- Azure Resource Manager BareMetalInfrastructure client library for Java. This package contains Microsoft Azure SDK for BareMetalInfrastructure Management SDK. The Bare Metal Infrastructure Management client. Package tag package-preview-2023-08. 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.OperationList` was removed
10+
11+
* `models.Display` was removed
12+
13+
* `models.IpAddress` was removed
14+
15+
#### `models.Operation` was modified
16+
17+
* `models.Display display()` -> `models.OperationDisplay display()`
18+
19+
### Features Added
20+
21+
* `models.Origin` was added
22+
23+
* `models.AzureBareMetalInstanceForcePowerState` was added
24+
25+
* `models.AzureBareMetalStorageInstance` was added
26+
27+
* `models.OperationDisplay` was added
28+
29+
* `models.AzureBareMetalStorageInstance$UpdateStages` was added
30+
31+
* `models.AzureBareMetalStorageInstance$Update` was added
32+
33+
* `models.AsyncOperationStatus` was added
34+
35+
* `models.OperationStatusError` was added
36+
37+
* `models.StorageProperties` was added
38+
39+
* `models.OperationStatus` was added
40+
41+
* `models.AzureBareMetalStorageInstance$DefinitionStages` was added
42+
43+
* `models.AzureBareMetalStorageInstances` was added
44+
45+
* `models.ProvisioningState` was added
46+
47+
* `models.AzureBareMetalStorageInstance$Definition` was added
48+
49+
* `models.OperationListResult` was added
50+
51+
* `models.StorageBillingProperties` was added
52+
53+
* `models.ForceState` was added
54+
55+
* `models.NetworkInterface` was added
56+
57+
* `models.ActionType` was added
58+
59+
* `models.AzureBareMetalStorageInstancesListResult` was added
60+
61+
#### `models.Operation` was modified
62+
63+
* `actionType()` was added
64+
* `origin()` was added
65+
66+
#### `models.AzureBareMetalInstances` was modified
67+
68+
* `start(java.lang.String,java.lang.String)` was added
69+
* `shutdown(java.lang.String,java.lang.String)` was added
70+
* `shutdown(java.lang.String,java.lang.String,com.azure.core.util.Context)` was added
71+
* `restart(java.lang.String,java.lang.String,models.ForceState,com.azure.core.util.Context)` was added
72+
* `start(java.lang.String,java.lang.String,com.azure.core.util.Context)` was added
73+
* `restart(java.lang.String,java.lang.String)` was added
74+
75+
#### `BareMetalInfrastructureManager` was modified
1076

11-
### Other Changes
77+
* `azureBareMetalStorageInstances()` was added
1278

1379
## 1.0.0-beta.2 (2023-01-12)
1480

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

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

33
Azure Resource Manager BareMetalInfrastructure client library for Java.
44

5-
This package contains Microsoft Azure SDK for BareMetalInfrastructure Management SDK. The BareMetalInfrastructure Management client. Package tag package-2021-08-09. 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 BareMetalInfrastructure Management SDK. The Bare Metal Infrastructure Management client. Package tag package-preview-2023-08. 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

@@ -32,7 +32,7 @@ Various documentation is available to help you get started
3232
<dependency>
3333
<groupId>com.azure.resourcemanager</groupId>
3434
<artifactId>azure-resourcemanager-baremetalinfrastructure</artifactId>
35-
<version>1.0.0-beta.2</version>
35+
<version>1.0.0-beta.3</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})
@@ -45,7 +45,7 @@ Azure Management Libraries require a `TokenCredential` implementation for authen
4545

4646
### Authentication
4747

48-
By default, Azure Active Directory token authentication depends on correct configuration of the following environment variables.
48+
By default, Microsoft Entra ID token authentication depends on correct configuration of the following environment variables.
4949

5050
- `AZURE_CLIENT_ID` for Azure client ID.
5151
- `AZURE_TENANT_ID` for Azure tenant ID.
@@ -94,7 +94,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
9494
<!-- LINKS -->
9595
[survey]: https://microsoft.qualtrics.com/jfe/form/SV_ehN0lIk2FKEBkwd?Q_CHL=DOCS
9696
[docs]: https://azure.github.io/azure-sdk-for-java/
97-
[jdk]: https://docs.microsoft.com/java/azure/jdk/
97+
[jdk]: https://learn.microsoft.com/azure/developer/java/fundamentals/
9898
[azure_subscription]: https://azure.microsoft.com/free/
9999
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/identity/azure-identity
100100
[azure_core_http_netty]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core-http-netty
@@ -103,3 +103,5 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
103103
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
104104
[coc]: https://opensource.microsoft.com/codeofconduct/
105105
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
106+
107+
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fbaremetalinfrastructure%2Fazure-resourcemanager-baremetalinfrastructure%2FREADME.png)

0 commit comments

Comments
 (0)