Skip to content

Commit e418054

Browse files
author
SDKAuto
committed
CodeGen from PR 18516 in Azure/azure-rest-api-specs
Merge 77e7ac959fd580aa463d059b45302fcbfdfc90a5 into 49f003bd7b06f60a7be792d6b38a20678c7610cc
1 parent 01e0ade commit e418054

File tree

22 files changed

+2374
-115
lines changed

22 files changed

+2374
-115
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 36 additions & 37 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: 49 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,54 @@
11
# Release History
2+
3+
## 15.2.0 (2022-04-04)
4+
5+
**Features**
26

3-
## 15.1.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
12-
7+
- Added operation group VolumeQuotaRules
8+
- Added operation NetAppResource.queryRegionInfo
9+
- Added operation Volumes.beginFinalizeRelocation
10+
- Added operation Volumes.beginFinalizeRelocationAndWait
11+
- Added operation Volumes.beginRelocate
12+
- Added operation Volumes.beginRelocateAndWait
13+
- Added operation Volumes.beginResetCifsPassword
14+
- Added operation Volumes.beginResetCifsPasswordAndWait
15+
- Added operation Volumes.beginRevertRelocation
16+
- Added operation Volumes.beginRevertRelocationAndWait
17+
- Added operation Volumes.listReplications
18+
- Added Interface ListReplications
19+
- Added Interface NetAppResourceQueryRegionInfoOptionalParams
20+
- Added Interface RegionInfo
21+
- Added Interface RegionInfoAvailabilityZoneMappingsItem
22+
- Added Interface Replication
23+
- Added Interface VolumeQuotaRule
24+
- Added Interface VolumeQuotaRulesCreateOptionalParams
25+
- Added Interface VolumeQuotaRulesDeleteOptionalParams
26+
- Added Interface VolumeQuotaRulesGetOptionalParams
27+
- Added Interface VolumeQuotaRulesList
28+
- Added Interface VolumeQuotaRulesListByVolumeOptionalParams
29+
- Added Interface VolumeQuotaRulesUpdateOptionalParams
30+
- Added Interface VolumeRelocationProperties
31+
- Added Interface VolumesFinalizeRelocationOptionalParams
32+
- Added Interface VolumesListReplicationsOptionalParams
33+
- Added Interface VolumesRelocateOptionalParams
34+
- Added Interface VolumesResetCifsPasswordOptionalParams
35+
- Added Interface VolumesRevertRelocationOptionalParams
36+
- Added Type Alias NetAppResourceQueryRegionInfoResponse
37+
- Added Type Alias RegionStorageToNetworkProximity
38+
- Added Type Alias Type
39+
- Added Type Alias VolumeQuotaRulesCreateResponse
40+
- Added Type Alias VolumeQuotaRulesGetResponse
41+
- Added Type Alias VolumeQuotaRulesListByVolumeResponse
42+
- Added Type Alias VolumeQuotaRulesUpdateResponse
43+
- Added Type Alias VolumesListReplicationsResponse
44+
- Interface Volume has a new optional parameter encrypted
45+
- Interface Volume has a new optional parameter zones
46+
- Interface VolumeGroupVolumeProperties has a new optional parameter encrypted
47+
- Class NetAppManagementClient has a new parameter volumeQuotaRules
48+
- Added Enum KnownRegionStorageToNetworkProximity
49+
- Added Enum KnownType
50+
51+
1352
## 15.1.0 (2022-03-02)
1453

1554
**Features**

sdk/netapp/arm-netapp/README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Microsoft NetApp Files Azure Resource Provider specification
1616
- [LTS versions of Node.js](https://nodejs.org/about/releases/)
1717
- Latest versions of Safari, Chrome, Edge and Firefox.
1818

19-
See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
20-
2119
### Prerequisites
2220

2321
- An [Azure subscription][azure_sub].
@@ -51,17 +49,8 @@ For more information about how to create an Azure AD Application check out [this
5149
```javascript
5250
const { NetAppManagementClient } = require("@azure/arm-netapp");
5351
const { DefaultAzureCredential } = require("@azure/identity");
54-
// For client-side applications running in the browser, use InteractiveBrowserCredential instead of DefaultAzureCredential. See https://aka.ms/azsdk/js/identity/examples for more details.
55-
5652
const subscriptionId = "00000000-0000-0000-0000-000000000000";
5753
const client = new NetAppManagementClient(new DefaultAzureCredential(), subscriptionId);
58-
59-
// For client-side applications running in the browser, use this code instead:
60-
// const credential = new InteractiveBrowserCredential({
61-
// tenantId: "<YOUR_TENANT_ID>",
62-
// clientId: "<YOUR_CLIENT_ID>"
63-
// });
64-
// const client = new NetAppManagementClient(credential, subscriptionId);
6554
```
6655

6756

sdk/netapp/arm-netapp/_meta.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"commit": "4042a47cff72c950d35dd72149895b044ed79713",
2+
"commit": "8e3bb03c4761ede2e9ca8380914d446c9c4ee52f",
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:\\mydev\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\netapp\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-beta.16 --generate-sample=true",
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=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/netapp/resource-manager/readme.md --use=@autorest/typescript@6.0.0-alpha.16.20220105.1",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"use": "@autorest/typescript@6.0.0-beta.16"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.2.3",
7+
"use": "@autorest/typescript@6.0.0-alpha.16.20220105.1"
78
}

0 commit comments

Comments
 (0)