Skip to content

Commit

Permalink
CodeGen from PR 17296 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
[NetAppFiles] Anf 17315 net app files 2021 10 01 (Azure#17296)

* Add folder for api-version 2021-10-01

* Apply 2021-10-01 Changes

* Remove snapshotSingleFile restore example

* Revert vs code change to settings

* Add unixPermissions to volumePatchProperties

* Remove volume Relocation from 2021-10-01

* Remove zones from this api-version

* Add Snapshot restoreFiles

* Fix newly added validation issue MISSING_PATH_PARAMETER_DEFINITION

* Remodel list Replications

* Remove listReplication for api-version 2021-10-01

* Fix quotaLimits in examples

* Add subvolumes api

* Add subvolumes to custom words

* Add parentpath custom word

* Revert operationId to Volumes_ReplicationStatus

* subvolumeProperties size write-only

* Revert "subvolumeProperties size write-only"

This reverts commit 243bb48ba6e5bea1f742492cfc6496d572103613.

* subvolumeProperties size write-only take2

* prettier
  • Loading branch information
SDKAuto committed Feb 9, 2022
1 parent 4b81b90 commit 15e579c
Show file tree
Hide file tree
Showing 21 changed files with 2,104 additions and 56 deletions.
43 changes: 43 additions & 0 deletions sdk/netapp/arm-netapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# Release History

## 15.1.0 (2022-02-09)

**Features**

- Added operation group Subvolumes
- Added operation Snapshots.beginRestoreFiles
- Added operation Snapshots.beginRestoreFilesAndWait
- Added Interface LdapSearchScopeOpt
- Added Interface SnapshotRestoreFiles
- Added Interface SnapshotsRestoreFilesOptionalParams
- Added Interface SubvolumeModel
- Added Interface SubvolumePatchRequest
- Added Interface SubvolumesCreateOptionalParams
- Added Interface SubvolumesDeleteOptionalParams
- Added Interface SubvolumesGetMetadataOptionalParams
- Added Interface SubvolumesGetOptionalParams
- Added Interface SubvolumesList
- Added Interface SubvolumesListByVolumeNextOptionalParams
- Added Interface SubvolumesListByVolumeOptionalParams
- Added Interface SubvolumesUpdateOptionalParams
- Added Type Alias EnableSubvolumes
- Added Type Alias SubvolumeInfo
- Added Type Alias SubvolumesCreateResponse
- Added Type Alias SubvolumesGetMetadataResponse
- Added Type Alias SubvolumesGetResponse
- Added Type Alias SubvolumesListByVolumeNextResponse
- Added Type Alias SubvolumesListByVolumeResponse
- Added Type Alias SubvolumesUpdateResponse
- Interface ActiveDirectory has a new optional parameter ldapSearchScope
- Interface BackupPolicy has a new optional parameter systemData
- Interface CapacityPool has a new optional parameter systemData
- Interface SnapshotPolicy has a new optional parameter systemData
- Interface Volume has a new optional parameter enableSubvolumes
- Interface Volume has a new optional parameter maximumNumberOfFiles
- Interface Volume has a new optional parameter systemData
- Interface VolumeGroupVolumeProperties has a new optional parameter enableSubvolumes
- Interface VolumeGroupVolumeProperties has a new optional parameter maximumNumberOfFiles
- Interface VolumePatch has a new optional parameter unixPermissions
- Interface VolumesDeleteOptionalParams has a new optional parameter forceDelete
- Class NetAppManagementClient has a new parameter subvolumes
- Added Enum KnownEnableSubvolumes


## 15.0.0 (2022-01-20)

The package of @azure/arm-netapp is using our next generation design principles since version 15.0.0, which contains breaking changes.
Expand Down
6 changes: 3 additions & 3 deletions sdk/netapp/arm-netapp/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commit": "f9a6cb686bcc0f1b23761db19f2491c5c4df95cb",
"commit": "ed4b29fbceaea3cc48f039826db5a92360bc7c56",
"readme": "specification/netapp/resource-manager/readme.md",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\mydev\\azure-sdk-for-js ../azure-rest-api-specs/specification/netapp/resource-manager/readme.md --use=@autorest/[email protected].20220114.1",
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/netapp/resource-manager/readme.md --use=@autorest/[email protected].20220105.1",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"use": "@autorest/[email protected].20220114.1"
"use": "@autorest/[email protected].20220105.1"
}
25 changes: 19 additions & 6 deletions sdk/netapp/arm-netapp/api-extractor.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"mainEntryPointFilePath": "./dist-esm/src/index.d.ts",
"docModel": { "enabled": true },
"apiReport": { "enabled": true, "reportFolder": "./review" },
"docModel": {
"enabled": true
},
"apiReport": {
"enabled": true,
"reportFolder": "./review"
},
"dtsRollup": {
"enabled": true,
"untrimmedFilePath": "",
"publicTrimmedFilePath": "./types/arm-netapp.d.ts"
},
"messages": {
"tsdocMessageReporting": { "default": { "logLevel": "none" } },
"tsdocMessageReporting": {
"default": {
"logLevel": "none"
}
},
"extractorMessageReporting": {
"ae-missing-release-tag": { "logLevel": "none" },
"ae-unresolved-link": { "logLevel": "none" }
"ae-missing-release-tag": {
"logLevel": "none"
},
"ae-unresolved-link": {
"logLevel": "none"
}
}
}
}
}
25 changes: 15 additions & 10 deletions sdk/netapp/arm-netapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for NetAppManagementClient.",
"version": "15.0.0",
"engines": { "node": ">=12.0.0" },
"version": "15.1.0",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.2.0",
"@azure/abort-controller": "^1.0.0",
Expand All @@ -14,7 +16,13 @@
"@azure/core-rest-pipeline": "^1.1.0",
"tslib": "^2.2.0"
},
"keywords": ["node", "azure", "typescript", "browser", "isomorphic"],
"keywords": [
"node",
"azure",
"typescript",
"browser",
"isomorphic"
],
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist-esm/src/index.js",
Expand All @@ -41,7 +49,9 @@
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git"
},
"bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" },
"bugs": {
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
"files": [
"dist/**/*.js",
"dist/**/*.js.map",
Expand Down Expand Up @@ -88,10 +98,5 @@
"docs": "echo skipped"
},
"sideEffects": false,
"//metadata": {
"constantPaths": [
{ "path": "src/NetAppManagementClient.ts", "prefix": "packageDetails" }
]
},
"autoPublish": true
}
}
Loading

0 comments on commit 15e579c

Please sign in to comment.