Skip to content

Commit aae5c89

Browse files
authored
release netapp package (Azure#22660)
* release netapp package * update files Co-authored-by: ZiWei Chen (WICRESOFT NORTH AMERICA LTD) <v-ziweichen@microsoft.com>
1 parent 51578dc commit aae5c89

File tree

257 files changed

+1018
-599
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

257 files changed

+1018
-599
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/netapp/arm-netapp/CHANGELOG.md

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
11
# Release History
2+
3+
## 16.1.0 (2022-07-21)
4+
5+
**Features**
26

3-
## 16.0.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
12-
7+
- Added operation Volumes.beginReestablishReplication
8+
- Added operation Volumes.beginReestablishReplicationAndWait
9+
- Added Interface BackupPolicy
10+
- Added Interface CapacityPool
11+
- Added Interface NetAppAccount
12+
- Added Interface ProxyResource
13+
- Added Interface ReestablishReplicationRequest
14+
- Added Interface SnapshotPolicy
15+
- Added Interface SubscriptionQuotaItem
16+
- Added Interface SubvolumeInfo
17+
- Added Interface TrackedResource
18+
- Added Interface Volume
19+
- Added Interface VolumeQuotaRule
20+
- Added Interface VolumesReestablishReplicationOptionalParams
21+
- Interface CapacityPoolPatch has a new optional parameter coolAccess
22+
- Interface VolumeGroupVolumeProperties has a new optional parameter keyVaultPrivateEndpointResourceId
23+
- Interface VolumePatch has a new optional parameter coolAccess
24+
- Interface VolumePatch has a new optional parameter coolnessPeriod
25+
- Enum KnownEncryptionKeySource has a new value MicrosoftKeyVault
26+
27+
1328
## 16.0.0 (2022-06-13)
1429

1530
**Features**

sdk/netapp/arm-netapp/_meta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "315f2666dbedf5978e3a1049385920b3b38c18d6",
2+
"commit": "ca5d9600e4950afdae3c23c71d9407b6aa3fce63",
33
"readme": "specification/netapp/resource-manager/readme.md",
4-
"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/typescript@6.0.0-beta.20 --generate-sample=true",
4+
"autorest_command": "autorest --version=3.7.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --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/typescript@6.0.0-rc.1.20220720.1 --generate-sample=true",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.3.0",
7-
"use": "@autorest/typescript@6.0.0-beta.20"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.0",
7+
"use": "@autorest/typescript@6.0.0-rc.1.20220720.1"
88
}

sdk/netapp/arm-netapp/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for NetAppManagementClient.",
6-
"version": "16.0.1",
6+
"version": "16.1.0",
77
"engines": {
88
"node": ">=12.0.0"
99
},
@@ -36,7 +36,7 @@
3636
"mkdirp": "^1.0.4",
3737
"rollup": "^2.66.1",
3838
"rollup-plugin-sourcemaps": "^0.6.3",
39-
"typescript": "~4.2.0",
39+
"typescript": "~4.6.0",
4040
"uglify-js": "^3.4.9",
4141
"rimraf": "^3.0.0",
4242
"@azure/identity": "^2.0.1",
@@ -98,8 +98,7 @@
9898
"unit-test:browser": "echo skipped",
9999
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
100100
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
101-
"integration-test:browser": "echo skipped",
102-
"docs": "echo skipped"
101+
"integration-test:browser": "echo skipped"
103102
},
104103
"sideEffects": false,
105104
"//metadata": {
@@ -119,4 +118,4 @@
119118
"disableDocsMs": true,
120119
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-netapp?view=azure-node-preview"
121120
}
122-
}
121+
}

0 commit comments

Comments
 (0)