Skip to content

Commit 85d8fb8

Browse files
authored
[Automation] Generate Fluent Lite from hanaonazure#package-2017-11 (Azure#32989)
1 parent 20864f4 commit 85d8fb8

File tree

64 files changed

+2641
-788
lines changed

Some content is hidden

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

64 files changed

+2641
-788
lines changed

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

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,62 @@
11
# Release History
22

3-
## 1.0.0-beta.2 (Unreleased)
3+
## 1.0.0-beta.2 (2023-01-16)
44

5+
- Azure Resource Manager Hana client library for Java. This package contains Microsoft Azure SDK for Hana Management SDK. HANA on Azure Client. Package tag package-2017-11. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
6+
7+
### Breaking Changes
8+
9+
#### `models.HardwareProfile` was modified
10+
11+
* `withHanaInstanceSize(models.HanaInstanceSizeNamesEnum)` was removed
12+
* `withHardwareType(models.HanaHardwareTypeNamesEnum)` was removed
13+
14+
#### `models.NetworkProfile` was modified
15+
16+
* `withCircuitId(java.lang.String)` was removed
17+
18+
#### `models.HanaInstance$Definition` was modified
19+
20+
* `withHanaInstanceId(java.lang.String)` was removed
21+
* `withPowerState(models.HanaInstancePowerStateEnum)` was removed
22+
* `withHwRevision(java.lang.String)` was removed
23+
* `withProximityPlacementGroup(java.lang.String)` was removed
24+
* `withProvisioningState(models.HanaProvisioningStatesEnum)` was removed
25+
26+
#### `models.OSProfile` was modified
27+
28+
* `withVersion(java.lang.String)` was removed
29+
* `withOsType(java.lang.String)` was removed
30+
31+
#### `models.StorageProfile` was modified
32+
33+
* `withNfsIpAddress(java.lang.String)` was removed
34+
35+
### Features Added
36+
37+
* `models.SapSystemId` was added
38+
39+
#### `models.HanaInstance` was modified
40+
41+
* `resourceGroupName()` was added
42+
43+
#### `HanaManager` was modified
44+
45+
* `authenticate(com.azure.core.http.HttpPipeline,com.azure.core.management.profile.AzureProfile)` was added
46+
47+
#### `models.Operation` was modified
48+
49+
* `isDataAction()` was added
50+
51+
#### `models.StorageProfile` was modified
52+
53+
* `hanaSids()` was added
54+
* `withHanaSids(java.util.List)` was added
55+
56+
#### `HanaManager$Configurable` was modified
57+
58+
* `withRetryOptions(com.azure.core.http.policy.RetryOptions)` was added
59+
* `withScope(java.lang.String)` was added
560

661
## 1.0.0-beta.1 (2021-04-15)
762

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

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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-hanaonazure</artifactId>
35-
<version>1.0.0-beta.1</version>
35+
<version>1.0.0-beta.2</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})
@@ -41,19 +41,19 @@ Various documentation is available to help you get started
4141

4242
Azure Management Libraries require a `TokenCredential` implementation for authentication and an `HttpClient` implementation for HTTP client.
4343

44-
[Azure Identity][azure_identity] package and [Azure Core Netty HTTP][azure_core_http_netty] package provide the default implementation.
44+
[Azure Identity][azure_identity] and [Azure Core Netty HTTP][azure_core_http_netty] packages provide the default implementation.
4545

4646
### Authentication
4747

48-
By default, Azure Active Directory token authentication depends on correct configure of following environment variables.
48+
By default, Azure Active Directory 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.
5252
- `AZURE_CLIENT_SECRET` or `AZURE_CLIENT_CERTIFICATE_PATH` for client secret or client certificate.
5353

54-
In addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`.
54+
In addition, Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment variable.
5555

56-
With above configuration, `azure` client can be authenticated by following code:
56+
With above configuration, `azure` client can be authenticated using the following code:
5757

5858
```java
5959
AzureProfile profile = new AzureProfile(AzureEnvironment.AZURE);
@@ -74,19 +74,22 @@ See [API design][design] for general introduction on design and key concepts on
7474

7575
## Examples
7676

77+
[Code snippets and samples](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/hanaonazure/azure-resourcemanager-hanaonazure/SAMPLE.md)
78+
79+
7780
## Troubleshooting
7881

7982
## Next steps
8083

8184
## Contributing
8285

83-
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md).
86+
For details on contributing to this repository, see the [contributing guide][cg].
87+
88+
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit <https://cla.microsoft.com>.
89+
90+
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.
8491

85-
1. Fork it
86-
1. Create your feature branch (`git checkout -b my-new-feature`)
87-
1. Commit your changes (`git commit -am 'Add some feature'`)
88-
1. Push to the branch (`git push origin my-new-feature`)
89-
1. Create new Pull Request
92+
This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For more information see the [Code of Conduct FAQ][coc_faq] or contact <opencode@microsoft.com> with any additional questions or comments.
9093

9194
<!-- LINKS -->
9295
[survey]: https://microsoft.qualtrics.com/jfe/form/SV_ehN0lIk2FKEBkwd?Q_CHL=DOCS
@@ -97,3 +100,6 @@ For details on contributing to this repository, see the [contributing guide](htt
97100
[azure_core_http_netty]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core-http-netty
98101
[authenticate]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/resourcemanager/docs/AUTH.md
99102
[design]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/resourcemanager/docs/DESIGN.md
103+
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
104+
[coc]: https://opensource.microsoft.com/codeofconduct/
105+
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

0 commit comments

Comments
 (0)