Skip to content

Commit

Permalink
Generated from d669dd3934ac67e7c1c969c362f3092bc048602c
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK Automation committed Oct 23, 2020
1 parent 433905b commit 0fbe9da
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 0fbe9da

Please sign in to comment.