Skip to content

Commit

Permalink
netapp track2 (#22183)
Browse files Browse the repository at this point in the history
* netapp track2

* netapp track2

Co-authored-by: ZiWei Chen (WICRESOFT NORTH AMERICA LTD) <[email protected]>
  • Loading branch information
kazrael2119 and kazrael2119 authored Jun 10, 2022
1 parent 24573ec commit ad0870e
Show file tree
Hide file tree
Showing 261 changed files with 6,410 additions and 3,412 deletions.
5 changes: 3 additions & 2 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 55 additions & 8 deletions sdk/netapp/arm-netapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,62 @@
# Release History

## 16.0.0 (2022-06-10)

**Features**

## 15.1.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added operation group VolumeQuotaRules
- Added operation Volumes.beginFinalizeRelocation
- Added operation Volumes.beginFinalizeRelocationAndWait
- Added operation Volumes.beginRelocate
- Added operation Volumes.beginRelocateAndWait
- Added operation Volumes.beginResetCifsPassword
- Added operation Volumes.beginResetCifsPasswordAndWait
- Added operation Volumes.beginRevertRelocation
- Added operation Volumes.beginRevertRelocationAndWait
- Added operation Volumes.listReplications
- Added Interface ListReplications
- Added Interface Replication
- Added Interface VolumeQuotaRulePatch
- Added Interface VolumeQuotaRulesCreateOptionalParams
- Added Interface VolumeQuotaRulesDeleteOptionalParams
- Added Interface VolumeQuotaRulesGetOptionalParams
- Added Interface VolumeQuotaRulesList
- Added Interface VolumeQuotaRulesListByVolumeOptionalParams
- Added Interface VolumeQuotaRulesUpdateOptionalParams
- Added Interface VolumeRelocationProperties
- Added Interface VolumesFinalizeRelocationOptionalParams
- Added Interface VolumesListReplicationsOptionalParams
- Added Interface VolumesRelocateOptionalParams
- Added Interface VolumesResetCifsPasswordOptionalParams
- Added Interface VolumesRevertRelocationOptionalParams
- Added Type Alias BackupPolicy
- Added Type Alias CapacityPool
- Added Type Alias EncryptionKeySource
- Added Type Alias NetAppAccount
- Added Type Alias ProvisioningState
- Added Type Alias SnapshotPolicy
- Added Type Alias TrackedResource
- Added Type Alias Type
- Added Type Alias Volume
- Added Type Alias VolumeQuotaRule
- Added Type Alias VolumeQuotaRulesCreateResponse
- Added Type Alias VolumeQuotaRulesGetResponse
- Added Type Alias VolumeQuotaRulesListByVolumeResponse
- Added Type Alias VolumeQuotaRulesUpdateResponse
- Added Type Alias VolumesListReplicationsResponse
- Interface Resource has a new optional parameter systemData
- Interface VolumeGroupVolumeProperties has a new optional parameter encrypted
- Class NetAppManagementClient has a new parameter volumeQuotaRules
- Added Enum KnownEncryptionKeySource
- Added Enum KnownType

### Other Changes
**Breaking Changes**

- Interface VolumeGroup no longer has parameter tags
- Interface VolumeGroupDetails no longer has parameter tags
- Type Alias SubscriptionQuotaItem no longer has parameter systemData
- Type Alias SubvolumeInfo no longer has parameter systemData

## 15.1.1 (2022-04-27)

**Features**
Expand Down
12 changes: 6 additions & 6 deletions sdk/netapp/arm-netapp/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "f9a6cb686bcc0f1b23761db19f2491c5c4df95cb",
"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:\\work\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\netapp\\resource-manager\\readme.md --use=@autorest/[email protected]alpha.19.20220408.1 --generate-sample=true",
"commit": "60cd4dbca5214118b763d1edc835a44c8386283a",
"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:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\netapp\\resource-manager\\readme.md --use=@autorest/[email protected]beta.20 --generate-sample=true",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.2.6",
"use": "@autorest/[email protected]alpha.19.20220408.1"
}
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.0",
"use": "@autorest/[email protected]beta.20"
}
14 changes: 9 additions & 5 deletions sdk/netapp/arm-netapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for NetAppManagementClient.",
"version": "15.1.2",
"version": "16.0.0",
"engines": {
"node": ">=12.0.0"
},
Expand Down Expand Up @@ -40,9 +40,13 @@
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"@azure/identity": "^2.0.1",
"@azure-tools/test-recorder": "^1.0.0",
"@azure-tools/test-recorder": "^2.0.0",
"@azure-tools/test-credential": "^1.0.0",
"mocha": "^7.1.1",
"cross-env": "^7.0.2"
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@azure/dev-tool": "^1.0.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/netapp/arm-netapp",
"repository": {
Expand Down Expand Up @@ -93,7 +97,7 @@
"unit-test:node": "cross-env TEST_MODE=playback npm run integration-test:node",
"unit-test:browser": "echo skipped",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:node": "mocha -r esm --require ts-node/register --timeout 1200000 --full-trace test/*.ts --reporter ../../../common/tools/mocha-multi-reporter.js",
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
"integration-test:browser": "echo skipped",
"docs": "echo skipped"
},
Expand All @@ -115,4 +119,4 @@
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-netapp?view=azure-node-preview"
}
}
}

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ad0870e

Please sign in to comment.