Skip to content

Commit

Permalink
Generated from d11e7ed3af4ecf391175ea5096ee1302a5769308
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK Automation committed Oct 13, 2020
1 parent ef0323b commit 18d4b52
Show file tree
Hide file tree
Showing 11 changed files with 391 additions and 277 deletions.
6 changes: 5 additions & 1 deletion sdk/netapp/arm-netapp/src/models/accountBackupsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ export {
CapacityPool,
CapacityPoolPatch,
CloudError,
DailySchedule,
ExportPolicyRule,
HourlySchedule,
MonthlySchedule,
MountTargetProperties,
NetAppAccount,
NetAppAccountPatch,
Expand All @@ -33,5 +36,6 @@ export {
VolumePatchPropertiesExportPolicy,
VolumePropertiesDataProtection,
VolumePropertiesExportPolicy,
VolumeSnapshotProperties
VolumeSnapshotProperties,
WeeklySchedule
} from "../models/mappers";
6 changes: 5 additions & 1 deletion sdk/netapp/arm-netapp/src/models/accountsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ export {
CapacityPool,
CapacityPoolPatch,
CloudError,
DailySchedule,
ExportPolicyRule,
HourlySchedule,
MonthlySchedule,
MountTargetProperties,
NetAppAccount,
NetAppAccountList,
Expand All @@ -33,5 +36,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";
6 changes: 5 additions & 1 deletion sdk/netapp/arm-netapp/src/models/backupsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ export {
CapacityPool,
CapacityPoolPatch,
CloudError,
DailySchedule,
ExportPolicyRule,
HourlySchedule,
MonthlySchedule,
MountTargetProperties,
NetAppAccount,
NetAppAccountPatch,
Expand All @@ -33,5 +36,6 @@ export {
VolumePatchPropertiesExportPolicy,
VolumePropertiesDataProtection,
VolumePropertiesExportPolicy,
VolumeSnapshotProperties
VolumeSnapshotProperties,
WeeklySchedule
} from "../models/mappers";
Loading

0 comments on commit 18d4b52

Please sign in to comment.