Skip to content

Commit

Permalink
CodeGen from PR 15850 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 92d4fb03b8c76f4769cf89c488f6d9ac22248f4e into a2ff0f70f7f9de671145d948524d9bd806536cdf
  • Loading branch information
SDKAuto committed Sep 9, 2021
1 parent ffb22c4 commit aca8e00
Show file tree
Hide file tree
Showing 18 changed files with 743 additions and 88 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 @@ -19,6 +19,7 @@ class AzureNetAppFilesManagementClient extends AzureNetAppFilesManagementClientC
// Operation groups
operations: operations.Operations;
netAppResource: operations.NetAppResource;
netAppResourceQuotaLimits: operations.NetAppResourceQuotaLimits;
accounts: operations.Accounts;
pools: operations.Pools;
volumes: operations.Volumes;
Expand All @@ -45,6 +46,7 @@ class AzureNetAppFilesManagementClient extends AzureNetAppFilesManagementClientC
super(credentials, subscriptionId, options);
this.operations = new operations.Operations(this);
this.netAppResource = new operations.NetAppResource(this);
this.netAppResourceQuotaLimits = new operations.NetAppResourceQuotaLimits(this);
this.accounts = new operations.Accounts(this);
this.pools = new operations.Pools(this);
this.volumes = new operations.Volumes(this);
Expand Down
5 changes: 5 additions & 0 deletions sdk/netapp/arm-netapp/src/models/accountBackupsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
export {
AccountEncryption,
ActiveDirectory,
AzureEntityResource,
Backup,
BackupPatch,
BackupPolicy,
Expand All @@ -26,10 +27,14 @@ export {
MountTargetProperties,
NetAppAccount,
NetAppAccountPatch,
ProxyResource,
ReplicationObject,
Resource,
Snapshot,
SnapshotPolicy,
SubscriptionQuotaItem,
SystemData,
TrackedResource,
Vault,
Volume,
VolumeBackupProperties,
Expand Down
5 changes: 5 additions & 0 deletions sdk/netapp/arm-netapp/src/models/accountsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
export {
AccountEncryption,
ActiveDirectory,
AzureEntityResource,
Backup,
BackupPatch,
BackupPolicy,
Expand All @@ -26,10 +27,14 @@ export {
NetAppAccount,
NetAppAccountList,
NetAppAccountPatch,
ProxyResource,
ReplicationObject,
Resource,
Snapshot,
SnapshotPolicy,
SubscriptionQuotaItem,
SystemData,
TrackedResource,
Vault,
Volume,
VolumeBackupProperties,
Expand Down
5 changes: 5 additions & 0 deletions sdk/netapp/arm-netapp/src/models/backupPoliciesMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
export {
AccountEncryption,
ActiveDirectory,
AzureEntityResource,
Backup,
BackupPatch,
BackupPoliciesList,
Expand All @@ -26,10 +27,14 @@ export {
MountTargetProperties,
NetAppAccount,
NetAppAccountPatch,
ProxyResource,
ReplicationObject,
Resource,
Snapshot,
SnapshotPolicy,
SubscriptionQuotaItem,
SystemData,
TrackedResource,
Vault,
Volume,
VolumeBackupProperties,
Expand Down
5 changes: 5 additions & 0 deletions sdk/netapp/arm-netapp/src/models/backupsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
export {
AccountEncryption,
ActiveDirectory,
AzureEntityResource,
Backup,
BackupPatch,
BackupPolicy,
Expand All @@ -27,11 +28,15 @@ export {
MountTargetProperties,
NetAppAccount,
NetAppAccountPatch,
ProxyResource,
ReplicationObject,
Resource,
RestoreStatus,
Snapshot,
SnapshotPolicy,
SubscriptionQuotaItem,
SystemData,
TrackedResource,
Vault,
Volume,
VolumeBackupProperties,
Expand Down
Loading

0 comments on commit aca8e00

Please sign in to comment.