Skip to content

Commit

Permalink
CodeGen from PR 16381 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 7094a0b7c7912b5d10bd3ce694a4c05f8b802e85 into 08999b02aaf0dc3d8ad597edb21b98f98ee2b2b9
  • Loading branch information
SDKAuto committed Nov 16, 2021
1 parent 8790454 commit d20d911
Show file tree
Hide file tree
Showing 19 changed files with 1,658 additions and 196 deletions.
2 changes: 1 addition & 1 deletion sdk/netapp/arm-netapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"rollup-plugin-sourcemaps": "^0.4.2",
"uglify-js": "^3.6.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/feature/v4/sdk/netapp/arm-netapp",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/netapp/arm-netapp",
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git"
Expand Down
2 changes: 2 additions & 0 deletions sdk/netapp/arm-netapp/src/azureNetAppFilesManagementClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class AzureNetAppFilesManagementClient extends AzureNetAppFilesManagementClientC
accountBackups: operations.AccountBackups;
backupPolicies: operations.BackupPolicies;
vaults: operations.Vaults;
volumeGroups: operations.VolumeGroups;

/**
* Initializes a new instance of the AzureNetAppFilesManagementClient class.
Expand Down Expand Up @@ -56,6 +57,7 @@ class AzureNetAppFilesManagementClient extends AzureNetAppFilesManagementClientC
this.accountBackups = new operations.AccountBackups(this);
this.backupPolicies = new operations.BackupPolicies(this);
this.vaults = new operations.Vaults(this);
this.volumeGroups = new operations.VolumeGroups(this);
}
}

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

super(credentials, options);

this.apiVersion = '2021-06-01';
this.apiVersion = '2021-08-01';
this.acceptLanguage = 'en-US';
this.longRunningOperationRetryTimeout = 30;
this.baseUri = options.baseUri || this.baseUri || "https://management.azure.com";
Expand Down
2 changes: 2 additions & 0 deletions sdk/netapp/arm-netapp/src/models/accountBackupsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export {
MountTargetProperties,
NetAppAccount,
NetAppAccountPatch,
PlacementKeyValuePairs,
ProxyResource,
ReplicationObject,
Resource,
Expand All @@ -39,6 +40,7 @@ export {
Volume,
VolumeBackupProperties,
VolumeBackups,
VolumeGroupVolumeProperties,
VolumePatch,
VolumePatchPropertiesDataProtection,
VolumePatchPropertiesExportPolicy,
Expand Down
2 changes: 2 additions & 0 deletions sdk/netapp/arm-netapp/src/models/accountsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export {
NetAppAccount,
NetAppAccountList,
NetAppAccountPatch,
PlacementKeyValuePairs,
ProxyResource,
ReplicationObject,
Resource,
Expand All @@ -39,6 +40,7 @@ export {
Volume,
VolumeBackupProperties,
VolumeBackups,
VolumeGroupVolumeProperties,
VolumePatch,
VolumePatchPropertiesDataProtection,
VolumePatchPropertiesExportPolicy,
Expand Down
2 changes: 2 additions & 0 deletions sdk/netapp/arm-netapp/src/models/backupPoliciesMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export {
MountTargetProperties,
NetAppAccount,
NetAppAccountPatch,
PlacementKeyValuePairs,
ProxyResource,
ReplicationObject,
Resource,
Expand All @@ -39,6 +40,7 @@ export {
Volume,
VolumeBackupProperties,
VolumeBackups,
VolumeGroupVolumeProperties,
VolumePatch,
VolumePatchPropertiesDataProtection,
VolumePatchPropertiesExportPolicy,
Expand Down
2 changes: 2 additions & 0 deletions sdk/netapp/arm-netapp/src/models/backupsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export {
MountTargetProperties,
NetAppAccount,
NetAppAccountPatch,
PlacementKeyValuePairs,
ProxyResource,
ReplicationObject,
Resource,
Expand All @@ -41,6 +42,7 @@ export {
Volume,
VolumeBackupProperties,
VolumeBackups,
VolumeGroupVolumeProperties,
VolumePatch,
VolumePatchPropertiesDataProtection,
VolumePatchPropertiesExportPolicy,
Expand Down
Loading

0 comments on commit d20d911

Please sign in to comment.