Skip to content

Commit b31dd7c

Browse files
authored
arm-netapp-release (Azure#13868)
* arm-netapp-release * arm-netapp-release
1 parent 0aff9e8 commit b31dd7c

20 files changed

+555
-109
lines changed

sdk/netapp/arm-netapp/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020 Microsoft
3+
Copyright (c) 2021 Microsoft
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

sdk/netapp/arm-netapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/arm-netapp",
33
"author": "Microsoft Corporation",
44
"description": "AzureNetAppFilesManagementClient Library with typescript type definitions for node.js and browser.",
5-
"version": "12.2.0",
5+
"version": "12.3.0",
66
"dependencies": {
77
"@azure/ms-rest-azure-js": "^2.0.1",
88
"@azure/ms-rest-js": "^2.0.4",

sdk/netapp/arm-netapp/src/azureNetAppFilesManagementClientContext.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import * as msRest from "@azure/ms-rest-js";
1212
import * as msRestAzure from "@azure/ms-rest-azure-js";
1313

1414
const packageName = "@azure/arm-netapp";
15-
const packageVersion = "12.2.0";
15+
const packageVersion = "12.3.0";
1616

1717
export class AzureNetAppFilesManagementClientContext extends msRestAzure.AzureServiceClient {
1818
credentials: msRest.ServiceClientCredentials;
@@ -44,7 +44,7 @@ export class AzureNetAppFilesManagementClientContext extends msRestAzure.AzureSe
4444

4545
super(credentials, options);
4646

47-
this.apiVersion = '2020-09-01';
47+
this.apiVersion = '2020-11-01';
4848
this.acceptLanguage = 'en-US';
4949
this.longRunningOperationRetryTimeout = 30;
5050
this.baseUri = options.baseUri || this.baseUri || "https://management.azure.com";

sdk/netapp/arm-netapp/src/models/accountBackupsMappers.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88

99
export {
10+
AccountEncryption,
1011
ActiveDirectory,
1112
Backup,
1213
BackupPatch,
@@ -28,6 +29,7 @@ export {
2829
ReplicationObject,
2930
Snapshot,
3031
SnapshotPolicy,
32+
SystemData,
3133
Vault,
3234
Volume,
3335
VolumeBackupProperties,

sdk/netapp/arm-netapp/src/models/accountsMappers.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88

99
export {
10+
AccountEncryption,
1011
ActiveDirectory,
1112
Backup,
1213
BackupPatch,
@@ -28,6 +29,7 @@ export {
2829
ReplicationObject,
2930
Snapshot,
3031
SnapshotPolicy,
32+
SystemData,
3133
Vault,
3234
Volume,
3335
VolumeBackupProperties,

sdk/netapp/arm-netapp/src/models/backupPoliciesMappers.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88

99
export {
10+
AccountEncryption,
1011
ActiveDirectory,
1112
Backup,
1213
BackupPatch,
@@ -28,6 +29,7 @@ export {
2829
ReplicationObject,
2930
Snapshot,
3031
SnapshotPolicy,
32+
SystemData,
3133
Vault,
3234
Volume,
3335
VolumeBackupProperties,

sdk/netapp/arm-netapp/src/models/backupsMappers.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88

99
export {
10+
AccountEncryption,
1011
ActiveDirectory,
1112
Backup,
1213
BackupPatch,
@@ -28,6 +29,7 @@ export {
2829
ReplicationObject,
2930
Snapshot,
3031
SnapshotPolicy,
32+
SystemData,
3133
Vault,
3234
Volume,
3335
VolumeBackupProperties,

0 commit comments

Comments
 (0)