Skip to content

Commit 09b92ef

Browse files
author
SDKAuto
committed
CodeGen from PR 20567 in Azure/azure-rest-api-specs
Merge 178749dd5b4b12ddd6085b816e563755dd82296d into fa581bd5f31cbc6f6882b254ce5b0f5c20d84648
1 parent cf040d0 commit 09b92ef

File tree

218 files changed

+1475
-953
lines changed

Some content is hidden

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

218 files changed

+1475
-953
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Release History
22

3-
## 1.0.0-beta.6 (Unreleased)
3+
## 1.0.0-beta.1 (2022-09-28)
4+
5+
- Azure Resource Manager RecoveryServicesBackup client library for Java. This package contains Microsoft Azure SDK for RecoveryServicesBackup Management SDK. Open API 2.0 Specs for Azure RecoveryServices Backup service. Package tag package-2022-06-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
46

57
### Features Added
68

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

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

33
Azure Resource Manager RecoveryServicesBackup client library for Java.
44

5-
This package contains Microsoft Azure SDK for RecoveryServicesBackup Management SDK. Open API 2.0 Specs for Azure RecoveryServices Backup service. Package tag package-2022-02. 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 RecoveryServicesBackup Management SDK. Open API 2.0 Specs for Azure RecoveryServices Backup service. Package tag package-2022-06-01-preview. 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-recoveryservicesbackup</artifactId>
35-
<version>1.0.0-beta.5</version>
35+
<version>1.0.0-beta.6</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})

sdk/recoveryservicesbackup/azure-resourcemanager-recoveryservicesbackup/SAMPLE.md

Lines changed: 96 additions & 96 deletions
Large diffs are not rendered by default.

sdk/recoveryservicesbackup/azure-resourcemanager-recoveryservicesbackup/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<packaging>jar</packaging>
1414

1515
<name>Microsoft Azure SDK for RecoveryServicesBackup Management</name>
16-
<description>This package contains Microsoft Azure SDK for RecoveryServicesBackup Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Open API 2.0 Specs for Azure RecoveryServices Backup service. Package tag package-2022-02.</description>
16+
<description>This package contains Microsoft Azure SDK for RecoveryServicesBackup Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Open API 2.0 Specs for Azure RecoveryServices Backup service. Package tag package-2022-06-01-preview.</description>
1717
<url>https://github.com/Azure/azure-sdk-for-java</url>
1818

1919
<licenses>

sdk/recoveryservicesbackup/azure-resourcemanager-recoveryservicesbackup/src/main/java/com/azure/resourcemanager/recoveryservicesbackup/RecoveryServicesBackupManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ public RecoveryServicesBackupManager authenticate(TokenCredential credential, Az
397397
.append("-")
398398
.append("com.azure.resourcemanager.recoveryservicesbackup")
399399
.append("/")
400-
.append("1.0.0-beta.5");
400+
.append("1.0.0-beta.1");
401401
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
402402
userAgentBuilder
403403
.append(" (")

sdk/recoveryservicesbackup/azure-resourcemanager-recoveryservicesbackup/src/main/java/com/azure/resourcemanager/recoveryservicesbackup/fluent/ProtectionContainersClient.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ Response<Void> unregisterWithResponse(
127127
String vaultName, String resourceGroupName, String fabricName, String containerName, Context context);
128128

129129
/**
130-
* This is an async operation and the results should be tracked using location header or Azure-async-url.
130+
* Inquires all the protectable items under the given container.
131+
*
132+
* <p>This is an async operation and the results should be tracked using location header or Azure-async-url.
131133
*
132134
* @param vaultName The name of the recovery services vault.
133135
* @param resourceGroupName The name of the resource group where the recovery services vault is present.
@@ -141,7 +143,9 @@ Response<Void> unregisterWithResponse(
141143
void inquire(String vaultName, String resourceGroupName, String fabricName, String containerName);
142144

143145
/**
144-
* This is an async operation and the results should be tracked using location header or Azure-async-url.
146+
* Inquires all the protectable items under the given container.
147+
*
148+
* <p>This is an async operation and the results should be tracked using location header or Azure-async-url.
145149
*
146150
* @param vaultName The name of the recovery services vault.
147151
* @param resourceGroupName The name of the resource group where the recovery services vault is present.

sdk/recoveryservicesbackup/azure-resourcemanager-recoveryservicesbackup/src/main/java/com/azure/resourcemanager/recoveryservicesbackup/fluent/models/BackupStatusResponseInner.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,13 @@ public final class BackupStatusResponseInner {
3131
private FabricName fabricName;
3232

3333
/*
34-
* Specifies the product specific container name. E.g.
35-
* iaasvmcontainer;iaasvmcontainer;csname;vmname.
34+
* Specifies the product specific container name. E.g. iaasvmcontainer;iaasvmcontainer;csname;vmname.
3635
*/
3736
@JsonProperty(value = "containerName")
3837
private String containerName;
3938

4039
/*
41-
* Specifies the product specific ds name. E.g.
42-
* vm;iaasvmcontainer;csname;vmname.
40+
* Specifies the product specific ds name. E.g. vm;iaasvmcontainer;csname;vmname.
4341
*/
4442
@JsonProperty(value = "protectedItemName")
4543
private String protectedItemName;

sdk/recoveryservicesbackup/azure-resourcemanager-recoveryservicesbackup/src/main/java/com/azure/resourcemanager/recoveryservicesbackup/fluent/models/ClientDiscoveryValueForSingleApiInner.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ public final class ClientDiscoveryValueForSingleApiInner {
2525
private ClientDiscoveryDisplay display;
2626

2727
/*
28-
* The intended executor of the operation;governs the display of the
29-
* operation in the RBAC UX and the audit logs UX
28+
* The intended executor of the operation;governs the display of the operation in the RBAC UX and the audit logs UX
3029
*/
3130
@JsonProperty(value = "origin")
3231
private String origin;

sdk/recoveryservicesbackup/azure-resourcemanager-recoveryservicesbackup/src/main/java/com/azure/resourcemanager/recoveryservicesbackup/fluent/models/PreValidateEnableBackupResponseInner.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,15 @@ public final class PreValidateEnableBackupResponseInner {
3636
private String recommendation;
3737

3838
/*
39-
* Specifies the product specific container name. E.g.
40-
* iaasvmcontainer;iaasvmcontainer;rgname;vmname. This is required
39+
* Specifies the product specific container name. E.g. iaasvmcontainer;iaasvmcontainer;rgname;vmname. This is
40+
* required
4141
* for portal
4242
*/
4343
@JsonProperty(value = "containerName")
4444
private String containerName;
4545

4646
/*
47-
* Specifies the product specific ds name. E.g.
48-
* vm;iaasvmcontainer;rgname;vmname. This is required for portal
47+
* Specifies the product specific ds name. E.g. vm;iaasvmcontainer;rgname;vmname. This is required for portal
4948
*/
5049
@JsonProperty(value = "protectedItemName")
5150
private String protectedItemName;

sdk/recoveryservicesbackup/azure-resourcemanager-recoveryservicesbackup/src/main/java/com/azure/resourcemanager/recoveryservicesbackup/implementation/BackupEnginesClientImpl.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,8 @@ public Response<BackupEngineBaseResourceInner> getWithResponse(
525525
/**
526526
* Get the next page of items.
527527
*
528-
* @param nextLink The nextLink parameter.
528+
* @param nextLink The URL to get the next list of items
529+
* <p>The nextLink parameter.
529530
* @throws IllegalArgumentException thrown if parameters fail the validation.
530531
* @throws ManagementException thrown if the request is rejected by server.
531532
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
@@ -561,7 +562,8 @@ private Mono<PagedResponse<BackupEngineBaseResourceInner>> listNextSinglePageAsy
561562
/**
562563
* Get the next page of items.
563564
*
564-
* @param nextLink The nextLink parameter.
565+
* @param nextLink The URL to get the next list of items
566+
* <p>The nextLink parameter.
565567
* @param context The context to associate with this operation.
566568
* @throws IllegalArgumentException thrown if parameters fail the validation.
567569
* @throws ManagementException thrown if the request is rejected by server.

0 commit comments

Comments
 (0)