Skip to content

Commit

Permalink
Generated from c582ae31136d1f0f3da4570dcac8c7800fd45429
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK Automation committed Oct 14, 2020
1 parent 51cda73 commit 7f3b934
Show file tree
Hide file tree
Showing 13 changed files with 508 additions and 286 deletions.
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-06-01';
this.apiVersion = '2020-07-01';
this.acceptLanguage = 'en-US';
this.longRunningOperationRetryTimeout = 30;
this.baseUri = options.baseUri || this.baseUri || "https://management.azure.com";
Expand Down
7 changes: 6 additions & 1 deletion sdk/netapp/arm-netapp/src/models/accountBackupsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ export {
BackupPatch,
BackupPolicy,
BackupPolicyDetails,
BackupPolicyPatch,
BackupsList,
BaseResource,
CapacityPool,
CapacityPoolPatch,
CloudError,
DailySchedule,
ExportPolicyRule,
HourlySchedule,
MonthlySchedule,
MountTargetProperties,
NetAppAccount,
NetAppAccountPatch,
Expand All @@ -33,5 +37,6 @@ export {
VolumePatchPropertiesExportPolicy,
VolumePropertiesDataProtection,
VolumePropertiesExportPolicy,
VolumeSnapshotProperties
VolumeSnapshotProperties,
WeeklySchedule
} from "../models/mappers";
7 changes: 6 additions & 1 deletion sdk/netapp/arm-netapp/src/models/accountsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ export {
BackupPatch,
BackupPolicy,
BackupPolicyDetails,
BackupPolicyPatch,
BaseResource,
CapacityPool,
CapacityPoolPatch,
CloudError,
DailySchedule,
ExportPolicyRule,
HourlySchedule,
MonthlySchedule,
MountTargetProperties,
NetAppAccount,
NetAppAccountList,
Expand All @@ -33,5 +37,6 @@ export {
VolumePatchPropertiesExportPolicy,
VolumePropertiesDataProtection,
VolumePropertiesExportPolicy,
VolumeSnapshotProperties
VolumeSnapshotProperties,
WeeklySchedule
} from "../models/mappers";
6 changes: 5 additions & 1 deletion sdk/netapp/arm-netapp/src/models/backupPoliciesMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ export {
CapacityPool,
CapacityPoolPatch,
CloudError,
DailySchedule,
ExportPolicyRule,
HourlySchedule,
MonthlySchedule,
MountTargetProperties,
NetAppAccount,
NetAppAccountPatch,
Expand All @@ -34,5 +37,6 @@ export {
VolumePatchPropertiesExportPolicy,
VolumePropertiesDataProtection,
VolumePropertiesExportPolicy,
VolumeSnapshotProperties
VolumeSnapshotProperties,
WeeklySchedule
} from "../models/mappers";
7 changes: 6 additions & 1 deletion sdk/netapp/arm-netapp/src/models/backupsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ export {
BackupPatch,
BackupPolicy,
BackupPolicyDetails,
BackupPolicyPatch,
BackupsList,
BaseResource,
CapacityPool,
CapacityPoolPatch,
CloudError,
DailySchedule,
ExportPolicyRule,
HourlySchedule,
MonthlySchedule,
MountTargetProperties,
NetAppAccount,
NetAppAccountPatch,
Expand All @@ -33,5 +37,6 @@ export {
VolumePatchPropertiesExportPolicy,
VolumePropertiesDataProtection,
VolumePropertiesExportPolicy,
VolumeSnapshotProperties
VolumeSnapshotProperties,
WeeklySchedule
} from "../models/mappers";
Loading

0 comments on commit 7f3b934

Please sign in to comment.