Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions common/config/rush/pnpm-lock.yaml

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

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

## 18.0.0 (2023-02-21)

**Features**

## 17.0.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added operation Backups.beginRestoreFiles
- Added operation Backups.beginRestoreFilesAndWait
- Added operation Volumes.beginBreakFileLocks
- Added operation Volumes.beginBreakFileLocksAndWait
- Added Interface BackupRestoreFiles
- Added Interface BackupsRestoreFilesHeaders
- Added Interface BackupsRestoreFilesOptionalParams
- Added Interface BreakFileLocksRequest
- Added Interface ManagedServiceIdentity
- Added Interface VolumesBreakFileLocksHeaders
- Added Interface VolumesBreakFileLocksOptionalParams
- Added Type Alias FileAccessLogs
- Added Type Alias ManagedServiceIdentityType
- Interface ActiveDirectory has a new optional parameter preferredServersForLdapClient
- Interface Volume has a new optional parameter dataStoreResourceId
- Interface Volume has a new optional parameter fileAccessLogs
- Interface Volume has a new optional parameter isLargeVolume
- Interface Volume has a new optional parameter provisionedAvailabilityZone
- Interface VolumeGroupVolumeProperties has a new optional parameter dataStoreResourceId
- Interface VolumeGroupVolumeProperties has a new optional parameter fileAccessLogs
- Interface VolumeGroupVolumeProperties has a new optional parameter isLargeVolume
- Interface VolumeGroupVolumeProperties has a new optional parameter provisionedAvailabilityZone
- Interface VolumePropertiesDataProtection has a new optional parameter volumeRelocation
- Interface VolumeQuotaRulePatch has a new optional parameter tags
- Interface VolumeRelocationProperties has a new optional parameter readyToBeFinalized
- Added Enum KnownFileAccessLogs
- Added Enum KnownManagedServiceIdentityType

### Other Changes
**Breaking Changes**

- Removed operation group Vaults
- Operation NetAppResource.checkNameAvailability has a new signature
- Operation NetAppResource.checkQuotaAvailability has a new signature
- Interface Backup no longer has parameter id
- Interface Backup no longer has parameter name
- Interface Backup no longer has parameter type
- Interface BackupPolicyDetails no longer has parameter id
- Interface BackupPolicyDetails no longer has parameter name
- Interface BackupPolicyDetails no longer has parameter type
- Interface Snapshot no longer has parameter id
- Interface Snapshot no longer has parameter name
- Interface Snapshot no longer has parameter type
- Interface VolumeBackupProperties no longer has parameter vaultId
- Interface VolumeRelocationProperties no longer has parameter oldBareMetalTenantId
- Interface VolumeRelocationProperties no longer has parameter oldVolumeId
- Type of parameter identity of interface NetAppAccount is changed from Identity to ManagedServiceIdentity
- Class NetAppManagementClient no longer has parameter vaults
- Removed Enum KnownIdentityType


## 17.0.1 (2023-02-01)

**Features**
Expand Down
10 changes: 5 additions & 5 deletions sdk/netapp/arm-netapp/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "8ff0e3b8dc12cd793f4f2208d76f9f3a7f51176c",
"readme": "specification\\netapp\\resource-manager\\readme.md",
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=F:\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\netapp\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.7 --generate-sample=true",
"commit": "0d0da94b42fab855a157f1c1cb86c56e11815058",
"readme": "specification/netapp/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --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-rc.5",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.0",
"use": "@autorest/typescript@6.0.0-rc.7"
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2",
"use": "@autorest/typescript@6.0.0-rc.5"
}
23 changes: 7 additions & 16 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": "17.0.2",
"version": "18.0.0",
"engines": {
"node": ">=14.0.0"
},
Expand All @@ -29,17 +29,16 @@
"types": "./types/arm-netapp.d.ts",
"devDependencies": {
"@microsoft/api-extractor": "^7.31.1",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-multi-entry": "^6.0.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"mkdirp": "^1.0.4",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "~4.8.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"dotenv": "^8.2.0",
"@azure/identity": "^2.0.1",
"@azure-tools/test-recorder": "^2.0.0",
"@azure-tools/test-credential": "^1.0.0",
Expand All @@ -50,6 +49,7 @@
"@types/node": "^14.0.0",
"@azure/dev-tool": "^1.0.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/netapp/arm-netapp",
"repository": {
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git"
Expand Down Expand Up @@ -110,14 +110,5 @@
}
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/netapp/arm-netapp",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-netapp?view=azure-node-preview"
}
}
"autoPublish": true
}
Loading