Skip to content

Commit

Permalink
Generated from 10fb274f126929fa62be579fe1b03eb5b3ec7722
Browse files Browse the repository at this point in the history
Fixed PrettierCheck failures
  • Loading branch information
SDK Automation committed Mar 12, 2020
1 parent 67a8f82 commit 060dc30
Show file tree
Hide file tree
Showing 69 changed files with 1,407 additions and 317 deletions.
10 changes: 6 additions & 4 deletions sdk/recoveryservicesbackup/arm-recoveryservicesbackup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ npm install @azure/arm-recoveryservicesbackup

### How to use

#### nodejs - Authentication, client creation and get backupResourceVaultConfigs as an example written in TypeScript.
#### nodejs - Authentication, client creation and get privateEndpointConnection as an example written in TypeScript.

##### Install @azure/ms-rest-nodeauth

Expand All @@ -37,7 +37,8 @@ msRestNodeAuth.interactiveLogin().then((creds) => {
const client = new RecoveryServicesBackupClient(creds, subscriptionId);
const vaultName = "testvaultName";
const resourceGroupName = "testresourceGroupName";
client.backupResourceVaultConfigs.get(vaultName, resourceGroupName).then((result) => {
const privateEndpointConnectionName = "testprivateEndpointConnectionName";
client.privateEndpointConnection.get(vaultName, resourceGroupName, privateEndpointConnectionName).then((result) => {
console.log("The result is:");
console.log(result);
});
Expand All @@ -46,7 +47,7 @@ msRestNodeAuth.interactiveLogin().then((creds) => {
});
```

#### browser - Authentication, client creation and get backupResourceVaultConfigs as an example written in JavaScript.
#### browser - Authentication, client creation and get privateEndpointConnection as an example written in JavaScript.

##### Install @azure/ms-rest-browserauth

Expand Down Expand Up @@ -82,7 +83,8 @@ See https://github.com/Azure/ms-rest-browserauth to learn how to authenticate to
const client = new Azure.ArmRecoveryservicesbackup.RecoveryServicesBackupClient(res.creds, subscriptionId);
const vaultName = "testvaultName";
const resourceGroupName = "testresourceGroupName";
client.backupResourceVaultConfigs.get(vaultName, resourceGroupName).then((result) => {
const privateEndpointConnectionName = "testprivateEndpointConnectionName";
client.privateEndpointConnection.get(vaultName, resourceGroupName, privateEndpointConnectionName).then((result) => {
console.log("The result is:");
console.log(result);
}).catch((err) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ export {
MonthlyRetentionSchedule,
PointInTimeRange,
PreBackupValidation,
PrivateEndpoint,
PrivateEndpointConnection,
PrivateEndpointConnectionResource,
PrivateLinkServiceConnectionState,
ProtectableContainer,
ProtectableContainerResource,
ProtectableContainerResourceList,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ export {
MonthlyRetentionSchedule,
PointInTimeRange,
PreBackupValidation,
PrivateEndpoint,
PrivateEndpointConnection,
PrivateEndpointConnectionResource,
PrivateLinkServiceConnectionState,
ProtectableContainer,
ProtectableContainerResource,
ProtectableContainerResourceList,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ export {
MonthlyRetentionSchedule,
PointInTimeRange,
PreBackupValidation,
PrivateEndpoint,
PrivateEndpointConnection,
PrivateEndpointConnectionResource,
PrivateLinkServiceConnectionState,
ProtectableContainer,
ProtectableContainerResource,
ProtectableContainerResourceList,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ export {
MonthlyRetentionSchedule,
PointInTimeRange,
PreBackupValidation,
PrivateEndpoint,
PrivateEndpointConnection,
PrivateEndpointConnectionResource,
PrivateLinkServiceConnectionState,
ProtectableContainer,
ProtectableContainerResource,
ProtectableContainerResourceList,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ export {
MonthlyRetentionSchedule,
PointInTimeRange,
PreBackupValidation,
PrivateEndpoint,
PrivateEndpointConnection,
PrivateEndpointConnectionResource,
PrivateLinkServiceConnectionState,
ProtectableContainer,
ProtectableContainerResource,
ProtectableContainerResourceList,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ export {
MonthlyRetentionSchedule,
PointInTimeRange,
PreBackupValidation,
PrivateEndpoint,
PrivateEndpointConnection,
PrivateEndpointConnectionResource,
PrivateLinkServiceConnectionState,
ProtectableContainer,
ProtectableContainerResource,
ProtectableContainerResourceList,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ export {
MonthlyRetentionSchedule,
PointInTimeRange,
PreBackupValidation,
PrivateEndpoint,
PrivateEndpointConnection,
PrivateEndpointConnectionResource,
PrivateLinkServiceConnectionState,
ProtectableContainer,
ProtectableContainerResource,
ProtectableContainerResourceList,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ export {
MonthlyRetentionSchedule,
PointInTimeRange,
PreBackupValidation,
PrivateEndpoint,
PrivateEndpointConnection,
PrivateEndpointConnectionResource,
PrivateLinkServiceConnectionState,
ProtectableContainer,
ProtectableContainerResource,
ProtectedItem,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ export {
DPMProtectedItem,
DPMProtectedItemExtendedInfo,
EncryptionDetails,
ErrorAdditionalInfo,
ErrorDetail,
ErrorResponse,
ExtendedProperties,
GenericContainer,
GenericContainerExtendedInfo,
Expand Down Expand Up @@ -156,6 +158,10 @@ export {
MonthlyRetentionSchedule,
PointInTimeRange,
PreBackupValidation,
PrivateEndpoint,
PrivateEndpointConnection,
PrivateEndpointConnectionResource,
PrivateLinkServiceConnectionState,
ProtectableContainer,
ProtectableContainerResource,
ProtectedItem,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ export {
MonthlyRetentionSchedule,
PointInTimeRange,
PreBackupValidation,
PrivateEndpoint,
PrivateEndpointConnection,
PrivateEndpointConnectionResource,
PrivateLinkServiceConnectionState,
ProtectableContainer,
ProtectableContainerResource,
ProtectableContainerResourceList,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ export {
MonthlyRetentionSchedule,
PointInTimeRange,
PreBackupValidation,
PrivateEndpoint,
PrivateEndpointConnection,
PrivateEndpointConnectionResource,
PrivateLinkServiceConnectionState,
ProtectableContainer,
ProtectableContainerResource,
ProtectedItem,
Expand Down
Loading

0 comments on commit 060dc30

Please sign in to comment.