Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release arm-netapp #10849

Merged
merged 3 commits into from
Sep 21, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "11.1.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 = "11.1.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