Skip to content

Commit 87cd9cb

Browse files
authored
[Automation] Generate Fluent Lite from recoveryservices#package-2021-08 (Azure#30021)
1 parent 5e5a1e6 commit 87cd9cb

File tree

134 files changed

+4693
-745
lines changed

Some content is hidden

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

134 files changed

+4693
-745
lines changed

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

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

3-
## 1.0.0-beta.2 (Unreleased)
3+
## 1.0.0-beta.2 (2022-07-19)
44

5+
- Azure Resource Manager RecoveryServices client library for Java. This package contains Microsoft Azure SDK for RecoveryServices Management SDK. Recovery Services Client. Package tag package-2021-08. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
6+
7+
### Features Added
8+
9+
* `models.OperationResource` was added
10+
11+
* `models.ResourceProviders` was added
12+
13+
* `models.InfrastructureEncryptionState` was added
14+
15+
* `models.CmkKeyVaultProperties` was added
16+
17+
* `models.VaultPropertiesEncryption` was added
18+
19+
* `models.CmkKekIdentity` was added
20+
21+
* `models.UserIdentity` was added
22+
23+
* `models.VaultPropertiesMoveDetails` was added
24+
25+
* `models.ResourceMoveState` was added
26+
27+
#### `models.Sku` was modified
28+
29+
* `withSize(java.lang.String)` was added
30+
* `family()` was added
31+
* `withCapacity(java.lang.String)` was added
32+
* `capacity()` was added
33+
* `size()` was added
34+
* `tier()` was added
35+
* `withFamily(java.lang.String)` was added
36+
* `withTier(java.lang.String)` was added
37+
38+
#### `RecoveryServicesManager$Configurable` was modified
39+
40+
* `withRetryOptions(com.azure.core.http.policy.RetryOptions)` was added
41+
* `withScope(java.lang.String)` was added
42+
43+
#### `RecoveryServicesManager` was modified
44+
45+
* `resourceProviders()` was added
46+
* `authenticate(com.azure.core.http.HttpPipeline,com.azure.core.management.profile.AzureProfile)` was added
47+
48+
#### `models.PrivateEndpointConnectionVaultProperties` was modified
49+
50+
* `name()` was added
51+
* `type()` was added
52+
* `location()` was added
53+
54+
#### `models.Vault` was modified
55+
56+
* `systemData()` was added
57+
* `resourceGroupName()` was added
58+
59+
#### `models.IdentityData` was modified
60+
61+
* `withUserAssignedIdentities(java.util.Map)` was added
62+
* `userAssignedIdentities()` was added
63+
64+
#### `models.ResourceCertificateAndAadDetails` was modified
65+
66+
* `serviceResourceId()` was added
67+
* `withServiceResourceId(java.lang.String)` was added
68+
69+
#### `models.VaultProperties` was modified
70+
71+
* `moveDetails()` was added
72+
* `encryption()` was added
73+
* `withEncryption(models.VaultPropertiesEncryption)` was added
74+
* `moveState()` was added
75+
* `withMoveDetails(models.VaultPropertiesMoveDetails)` was added
576

677
## 1.0.0-beta.1 (2020-12-18)
778

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

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

33
Azure Resource Manager RecoveryServices client library for Java.
44

5-
This package contains Microsoft Azure SDK for RecoveryServices Management SDK. Recovery Services Client. Package tag package-2016-06. 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 RecoveryServices Management SDK. Recovery Services Client. Package tag package-2021-08. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
6+
7+
## We'd love to hear your feedback
8+
9+
We're always working on improving our products and the way we communicate with our users. So we'd love to learn what's working and how we can do better.
10+
11+
If you haven't already, please take a few minutes to [complete this short survey][survey] we have put together.
12+
13+
Thank you in advance for your collaboration. We really appreciate your time!
14+
15+
## Documentation
16+
17+
Various documentation is available to help you get started
18+
19+
- [API reference documentation][docs]
620

721
## Getting started
822

@@ -18,7 +32,7 @@ This package contains Microsoft Azure SDK for RecoveryServices Management SDK. R
1832
<dependency>
1933
<groupId>com.azure.resourcemanager</groupId>
2034
<artifactId>azure-resourcemanager-recoveryservices</artifactId>
21-
<version>1.0.0-beta.1</version>
35+
<version>1.0.0-beta.2</version>
2236
</dependency>
2337
```
2438
[//]: # ({x-version-update-end})
@@ -60,6 +74,9 @@ See [API design][design] for general introduction on design and key concepts on
6074

6175
## Examples
6276

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

6582
## Next steps
@@ -75,6 +92,8 @@ For details on contributing to this repository, see the [contributing guide](htt
7592
1. Create new Pull Request
7693

7794
<!-- LINKS -->
95+
[survey]: https://microsoft.qualtrics.com/jfe/form/SV_ehN0lIk2FKEBkwd?Q_CHL=DOCS
96+
[docs]: https://azure.github.io/azure-sdk-for-java/
7897
[jdk]: https://docs.microsoft.com/java/azure/jdk/
7998
[azure_subscription]: https://azure.microsoft.com/free/
8099
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/identity/azure-identity

0 commit comments

Comments
 (0)