Skip to content

Commit

Permalink
release arm-netapp (Azure#10849)
Browse files Browse the repository at this point in the history
* release arm-netapp

* Generated from efcb7ecf4722c919d5528c53671b124046badcdb

update netapp readme.java.md

* version change

Co-authored-by: SDK Automation <[email protected]>
  • Loading branch information
colawwj and SDK Automation authored Sep 21, 2020
1 parent 4a96e96 commit 2445773
Show file tree
Hide file tree
Showing 24 changed files with 4,746 additions and 323 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 @@ -2,7 +2,7 @@
"name": "@azure/arm-netapp",
"author": "Microsoft Corporation",
"description": "AzureNetAppFilesManagementClient Library with typescript type definitions for node.js and browser.",
"version": "11.0.0",
"version": "12.0.0",
"dependencies": {
"@azure/ms-rest-azure-js": "^2.0.1",
"@azure/ms-rest-js": "^2.0.4",
Expand Down
10 changes: 10 additions & 0 deletions sdk/netapp/arm-netapp/src/azureNetAppFilesManagementClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ class AzureNetAppFilesManagementClient extends AzureNetAppFilesManagementClientC
pools: operations.Pools;
volumes: operations.Volumes;
snapshots: operations.Snapshots;
snapshotPolicies: operations.SnapshotPolicies;
accountBackups: operations.AccountBackups;
backups: operations.Backups;
backupPolicies: operations.BackupPolicies;
vaults: operations.Vaults;

/**
* Initializes a new instance of the AzureNetAppFilesManagementClient class.
Expand All @@ -39,6 +44,11 @@ class AzureNetAppFilesManagementClient extends AzureNetAppFilesManagementClientC
this.pools = new operations.Pools(this);
this.volumes = new operations.Volumes(this);
this.snapshots = new operations.Snapshots(this);
this.snapshotPolicies = new operations.SnapshotPolicies(this);
this.accountBackups = new operations.AccountBackups(this);
this.backups = new operations.Backups(this);
this.backupPolicies = new operations.BackupPolicies(this);
this.vaults = new operations.Vaults(this);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import * as msRest from "@azure/ms-rest-js";
import * as msRestAzure from "@azure/ms-rest-azure-js";

const packageName = "@azure/arm-netapp";
const packageVersion = "11.0.0";
const packageVersion = "12.0.0";

export class AzureNetAppFilesManagementClientContext extends msRestAzure.AzureServiceClient {
credentials: msRest.ServiceClientCredentials;
Expand Down Expand Up @@ -45,7 +45,7 @@ export class AzureNetAppFilesManagementClientContext extends msRestAzure.AzureSe

super(credentials, options);

this.apiVersion = '2020-02-01';
this.apiVersion = '2020-06-01';
this.acceptLanguage = 'en-US';
this.longRunningOperationRetryTimeout = 30;
this.baseUri = options.baseUri || this.baseUri || "https://management.azure.com";
Expand Down
37 changes: 37 additions & 0 deletions sdk/netapp/arm-netapp/src/models/accountBackupsMappers.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/

export {
ActiveDirectory,
Backup,
BackupPatch,
BackupPolicy,
BackupPolicyDetails,
BackupsList,
BaseResource,
CapacityPool,
CapacityPoolPatch,
CloudError,
ExportPolicyRule,
MountTargetProperties,
NetAppAccount,
NetAppAccountPatch,
ReplicationObject,
Snapshot,
SnapshotPolicy,
Vault,
Volume,
VolumeBackupProperties,
VolumeBackups,
VolumePatch,
VolumePatchPropertiesDataProtection,
VolumePatchPropertiesExportPolicy,
VolumePropertiesDataProtection,
VolumePropertiesExportPolicy,
VolumeSnapshotProperties
} from "../models/mappers";
9 changes: 9 additions & 0 deletions sdk/netapp/arm-netapp/src/models/accountsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

export {
ActiveDirectory,
Backup,
BackupPatch,
BackupPolicy,
BackupPolicyDetails,
BaseResource,
CapacityPool,
CapacityPoolPatch,
Expand All @@ -19,8 +23,13 @@ export {
NetAppAccountPatch,
ReplicationObject,
Snapshot,
SnapshotPolicy,
Vault,
Volume,
VolumeBackupProperties,
VolumeBackups,
VolumePatch,
VolumePatchPropertiesDataProtection,
VolumePatchPropertiesExportPolicy,
VolumePropertiesDataProtection,
VolumePropertiesExportPolicy,
Expand Down
38 changes: 38 additions & 0 deletions sdk/netapp/arm-netapp/src/models/backupPoliciesMappers.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/

export {
ActiveDirectory,
Backup,
BackupPatch,
BackupPoliciesList,
BackupPolicy,
BackupPolicyDetails,
BackupPolicyPatch,
BaseResource,
CapacityPool,
CapacityPoolPatch,
CloudError,
ExportPolicyRule,
MountTargetProperties,
NetAppAccount,
NetAppAccountPatch,
ReplicationObject,
Snapshot,
SnapshotPolicy,
Vault,
Volume,
VolumeBackupProperties,
VolumeBackups,
VolumePatch,
VolumePatchPropertiesDataProtection,
VolumePatchPropertiesExportPolicy,
VolumePropertiesDataProtection,
VolumePropertiesExportPolicy,
VolumeSnapshotProperties
} from "../models/mappers";
37 changes: 37 additions & 0 deletions sdk/netapp/arm-netapp/src/models/backupsMappers.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/

export {
ActiveDirectory,
Backup,
BackupPatch,
BackupPolicy,
BackupPolicyDetails,
BackupsList,
BaseResource,
CapacityPool,
CapacityPoolPatch,
CloudError,
ExportPolicyRule,
MountTargetProperties,
NetAppAccount,
NetAppAccountPatch,
ReplicationObject,
Snapshot,
SnapshotPolicy,
Vault,
Volume,
VolumeBackupProperties,
VolumeBackups,
VolumePatch,
VolumePatchPropertiesDataProtection,
VolumePatchPropertiesExportPolicy,
VolumePropertiesDataProtection,
VolumePropertiesExportPolicy,
VolumeSnapshotProperties
} from "../models/mappers";
Loading

0 comments on commit 2445773

Please sign in to comment.