Skip to content

Commit

Permalink
Generated from 8ec77545b6ecc5eff1923334b1129ef7ce75021a
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK Automation committed Sep 15, 2020
1 parent 2433e61 commit 5345c1b
Show file tree
Hide file tree
Showing 23 changed files with 4,859 additions and 322 deletions.
10 changes: 10 additions & 0 deletions sdk/netapp/arm-netapp/src/azureNetAppFilesManagementClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ class AzureNetAppFilesManagementClient extends AzureNetAppFilesManagementClientC
pools: operations.Pools;
volumes: operations.Volumes;
snapshots: operations.Snapshots;
snapshotPolicies: operations.SnapshotPolicies;
accountBackups: operations.AccountBackups;
backups: operations.Backups;
backupPolicies: operations.BackupPolicies;
vaults: operations.Vaults;

/**
* Initializes a new instance of the AzureNetAppFilesManagementClient class.
Expand All @@ -39,6 +44,11 @@ class AzureNetAppFilesManagementClient extends AzureNetAppFilesManagementClientC
this.pools = new operations.Pools(this);
this.volumes = new operations.Volumes(this);
this.snapshots = new operations.Snapshots(this);
this.snapshotPolicies = new operations.SnapshotPolicies(this);
this.accountBackups = new operations.AccountBackups(this);
this.backups = new operations.Backups(this);
this.backupPolicies = new operations.BackupPolicies(this);
this.vaults = new operations.Vaults(this);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class AzureNetAppFilesManagementClientContext extends msRestAzure.AzureSe

super(credentials, options);

this.apiVersion = '2020-02-01';
this.apiVersion = '2020-06-01';
this.acceptLanguage = 'en-US';
this.longRunningOperationRetryTimeout = 30;
this.baseUri = options.baseUri || this.baseUri || "https://management.azure.com";
Expand Down
41 changes: 41 additions & 0 deletions sdk/netapp/arm-netapp/src/models/accountBackupsMappers.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/

export {
ActiveDirectory,
Backup,
BackupPatch,
BackupPolicy,
BackupPolicyDetails,
BackupsList,
BaseResource,
CapacityPool,
CapacityPoolPatch,
CloudError,
DailySchedule,
ExportPolicyRule,
HourlySchedule,
MonthlySchedule,
MountTargetProperties,
NetAppAccount,
NetAppAccountPatch,
ReplicationObject,
Snapshot,
SnapshotPolicy,
Vault,
Volume,
VolumeBackupProperties,
VolumeBackups,
VolumePatch,
VolumePatchPropertiesDataProtection,
VolumePatchPropertiesExportPolicy,
VolumePropertiesDataProtection,
VolumePropertiesExportPolicy,
VolumeSnapshotProperties,
WeeklySchedule
} from "../models/mappers";
15 changes: 14 additions & 1 deletion sdk/netapp/arm-netapp/src/models/accountsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,34 @@

export {
ActiveDirectory,
Backup,
BackupPatch,
BackupPolicy,
BackupPolicyDetails,
BaseResource,
CapacityPool,
CapacityPoolPatch,
CloudError,
DailySchedule,
ExportPolicyRule,
HourlySchedule,
MonthlySchedule,
MountTargetProperties,
NetAppAccount,
NetAppAccountList,
NetAppAccountPatch,
ReplicationObject,
Snapshot,
SnapshotPolicy,
Vault,
Volume,
VolumeBackupProperties,
VolumeBackups,
VolumePatch,
VolumePatchPropertiesDataProtection,
VolumePatchPropertiesExportPolicy,
VolumePropertiesDataProtection,
VolumePropertiesExportPolicy,
VolumeSnapshotProperties
VolumeSnapshotProperties,
WeeklySchedule
} from "../models/mappers";
42 changes: 42 additions & 0 deletions sdk/netapp/arm-netapp/src/models/backupPoliciesMappers.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/

export {
ActiveDirectory,
Backup,
BackupPatch,
BackupPoliciesList,
BackupPolicy,
BackupPolicyDetails,
BackupPolicyPatch,
BaseResource,
CapacityPool,
CapacityPoolPatch,
CloudError,
DailySchedule,
ExportPolicyRule,
HourlySchedule,
MonthlySchedule,
MountTargetProperties,
NetAppAccount,
NetAppAccountPatch,
ReplicationObject,
Snapshot,
SnapshotPolicy,
Vault,
Volume,
VolumeBackupProperties,
VolumeBackups,
VolumePatch,
VolumePatchPropertiesDataProtection,
VolumePatchPropertiesExportPolicy,
VolumePropertiesDataProtection,
VolumePropertiesExportPolicy,
VolumeSnapshotProperties,
WeeklySchedule
} from "../models/mappers";
41 changes: 41 additions & 0 deletions sdk/netapp/arm-netapp/src/models/backupsMappers.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/

export {
ActiveDirectory,
Backup,
BackupPatch,
BackupPolicy,
BackupPolicyDetails,
BackupsList,
BaseResource,
CapacityPool,
CapacityPoolPatch,
CloudError,
DailySchedule,
ExportPolicyRule,
HourlySchedule,
MonthlySchedule,
MountTargetProperties,
NetAppAccount,
NetAppAccountPatch,
ReplicationObject,
Snapshot,
SnapshotPolicy,
Vault,
Volume,
VolumeBackupProperties,
VolumeBackups,
VolumePatch,
VolumePatchPropertiesDataProtection,
VolumePatchPropertiesExportPolicy,
VolumePropertiesDataProtection,
VolumePropertiesExportPolicy,
VolumeSnapshotProperties,
WeeklySchedule
} from "../models/mappers";
Loading

0 comments on commit 5345c1b

Please sign in to comment.