Skip to content

Commit

Permalink
CodeGen from PR 18516 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge bbf384a02687b8799c4fb5f267ea33e131aecabb into 49f003bd7b06f60a7be792d6b38a20678c7610cc
  • Loading branch information
SDKAuto committed Apr 4, 2022
1 parent 01e0ade commit 40be17e
Show file tree
Hide file tree
Showing 22 changed files with 2,374 additions and 115 deletions.
73 changes: 36 additions & 37 deletions common/config/rush/pnpm-lock.yaml

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

59 changes: 49 additions & 10 deletions sdk/netapp/arm-netapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,54 @@
# Release History

## 15.2.0 (2022-04-04)

**Features**

## 15.1.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added operation group VolumeQuotaRules
- Added operation NetAppResource.queryRegionInfo
- 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 NetAppResourceQueryRegionInfoOptionalParams
- Added Interface RegionInfo
- Added Interface RegionInfoAvailabilityZoneMappingsItem
- Added Interface Replication
- Added Interface VolumeQuotaRule
- 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 NetAppResourceQueryRegionInfoResponse
- Added Type Alias RegionStorageToNetworkProximity
- Added Type Alias Type
- Added Type Alias VolumeQuotaRulesCreateResponse
- Added Type Alias VolumeQuotaRulesGetResponse
- Added Type Alias VolumeQuotaRulesListByVolumeResponse
- Added Type Alias VolumeQuotaRulesUpdateResponse
- Added Type Alias VolumesListReplicationsResponse
- Interface Volume has a new optional parameter encrypted
- Interface Volume has a new optional parameter zones
- Interface VolumeGroupVolumeProperties has a new optional parameter encrypted
- Class NetAppManagementClient has a new parameter volumeQuotaRules
- Added Enum KnownRegionStorageToNetworkProximity
- Added Enum KnownType


## 15.1.0 (2022-03-02)

**Features**
Expand Down
11 changes: 0 additions & 11 deletions sdk/netapp/arm-netapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ Microsoft NetApp Files Azure Resource Provider specification
- [LTS versions of Node.js](https://nodejs.org/about/releases/)
- Latest versions of Safari, Chrome, Edge and Firefox.

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

### Prerequisites

- An [Azure subscription][azure_sub].
Expand Down Expand Up @@ -51,17 +49,8 @@ For more information about how to create an Azure AD Application check out [this
```javascript
const { NetAppManagementClient } = require("@azure/arm-netapp");
const { DefaultAzureCredential } = require("@azure/identity");
// For client-side applications running in the browser, use InteractiveBrowserCredential instead of DefaultAzureCredential. See https://aka.ms/azsdk/js/identity/examples for more details.

const subscriptionId = "00000000-0000-0000-0000-000000000000";
const client = new NetAppManagementClient(new DefaultAzureCredential(), subscriptionId);

// For client-side applications running in the browser, use this code instead:
// const credential = new InteractiveBrowserCredential({
// tenantId: "<YOUR_TENANT_ID>",
// clientId: "<YOUR_CLIENT_ID>"
// });
// const client = new NetAppManagementClient(credential, subscriptionId);
```


Expand Down
7 changes: 4 additions & 3 deletions sdk/netapp/arm-netapp/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"commit": "4042a47cff72c950d35dd72149895b044ed79713",
"commit": "037e8b4401c1b45b5860391f77ff8741d3550728",
"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/typescript@6.0.0-beta.16 --generate-sample=true",
"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",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"use": "@autorest/typescript@6.0.0-beta.16"
"release_tool": "@azure-tools/js-sdk-release-tools@2.2.3",
"use": "@autorest/typescript@6.0.0-alpha.16.20220105.1"
}
Loading

0 comments on commit 40be17e

Please sign in to comment.