Skip to content

Commit

Permalink
Generated from 02d3677a017daf5b96b78cee612015f249f55fc6
Browse files Browse the repository at this point in the history
fix java readme
  • Loading branch information
SDK Automation committed Oct 27, 2020
1 parent 723018e commit 06f98d4
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 06f98d4

Please sign in to comment.