You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/hanaonazure/azure-resourcemanager-hanaonazure/CHANGELOG.md
+56-1Lines changed: 56 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,62 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.2 (Unreleased)
3
+
## 1.0.0-beta.2 (2023-01-16)
4
4
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
@@ -74,19 +74,22 @@ See [API design][design] for general introduction on design and key concepts on
74
74
75
75
## Examples
76
76
77
+
[Code snippets and samples](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/hanaonazure/azure-resourcemanager-hanaonazure/SAMPLE.md)
78
+
79
+
77
80
## Troubleshooting
78
81
79
82
## Next steps
80
83
81
84
## Contributing
82
85
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.
84
91
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.
0 commit comments