Skip to content

Commit

Permalink
CodeGen from PR 31466 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 3c6ff4cd6e4c7e0e45c9b78480070c8b3ba00bd7 into d19ac181fe93dce43d698722c30161b6bdf50f07
  • Loading branch information
SDKAuto committed Nov 9, 2024
1 parent fe02d22 commit 20e62d1
Show file tree
Hide file tree
Showing 22 changed files with 1,372 additions and 145 deletions.
44 changes: 34 additions & 10 deletions common/config/rush/pnpm-lock.yaml

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

54 changes: 45 additions & 9 deletions sdk/storage/arm-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,51 @@
# Release History

## 18.3.1 (Unreleased)

## 18.4.0 (2024-11-09)
### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

- Added operation FileServices.getServiceUsage
- Added operation FileServices.listServiceUsages
- Added Interface AccountLimits
- Added Interface AccountUsage
- Added Interface AccountUsageElements
- Added Interface BurstingConstants
- Added Interface FileServicesGetServiceUsageOptionalParams
- Added Interface FileServicesListServiceUsagesNextOptionalParams
- Added Interface FileServicesListServiceUsagesOptionalParams
- Added Interface FileServiceUsage
- Added Interface FileServiceUsageProperties
- Added Interface FileServiceUsages
- Added Interface FileShareLimits
- Added Interface FileSharePropertiesFileSharePaidBursting
- Added Interface FileShareRecommendations
- Added Type Alias FileServicesGetServiceUsageResponse
- Added Type Alias FileServicesListServiceUsagesNextResponse
- Added Type Alias FileServicesListServiceUsagesResponse
- Interface FileShare has a new optional parameter fileSharePaidBursting
- Interface FileShare has a new optional parameter includedBurstIops
- Interface FileShare has a new optional parameter maxBurstCreditsForIops
- Interface FileShare has a new optional parameter nextAllowedProvisionedBandwidthDowngradeTime
- Interface FileShare has a new optional parameter nextAllowedProvisionedIopsDowngradeTime
- Interface FileShare has a new optional parameter nextAllowedQuotaDowngradeTime
- Interface FileShare has a new optional parameter provisionedBandwidthMibps
- Interface FileShare has a new optional parameter provisionedIops
- Interface FileShareItem has a new optional parameter fileSharePaidBursting
- Interface FileShareItem has a new optional parameter includedBurstIops
- Interface FileShareItem has a new optional parameter maxBurstCreditsForIops
- Interface FileShareItem has a new optional parameter nextAllowedProvisionedBandwidthDowngradeTime
- Interface FileShareItem has a new optional parameter nextAllowedProvisionedIopsDowngradeTime
- Interface FileShareItem has a new optional parameter nextAllowedQuotaDowngradeTime
- Interface FileShareItem has a new optional parameter provisionedBandwidthMibps
- Interface FileShareItem has a new optional parameter provisionedIops
- Enum KnownSkuName has a new value PremiumV2LRS
- Enum KnownSkuName has a new value PremiumV2ZRS
- Enum KnownSkuName has a new value StandardV2GRS
- Enum KnownSkuName has a new value StandardV2Gzrs
- Enum KnownSkuName has a new value StandardV2LRS
- Enum KnownSkuName has a new value StandardV2ZRS


## 18.3.0 (2024-06-27)

### Features Added
Expand Down
8 changes: 4 additions & 4 deletions sdk/storage/arm-storage/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "43f10d3b8bacd5fc6b01254b5050c613f26c3573",
"commit": "4235aa4dc5d55292cae1a9ab675f359b417d68d3",
"readme": "specification/storage/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.7 --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\\storage\\resource-manager\\readme.md --use=@autorest/[email protected].23 --generate-sample=true",
"autorest_command": "autorest --version=3.9.7 --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/storage/resource-manager/readme.md --use=@autorest/typescript@^6.0.12",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/[email protected].10",
"use": "@autorest/[email protected].23"
"release_tool": "@azure-tools/[email protected].16",
"use": "@autorest/typescript@^6.0.12"
}
74 changes: 35 additions & 39 deletions sdk/storage/arm-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for StorageManagementClient.",
"version": "18.3.1",
"version": "18.4.0",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@azure/abort-controller": "^2.1.2",
"@azure/core-auth": "^1.6.0",
"@azure/core-client": "^1.7.0",
"@azure/core-lro": "^2.5.4",
"@azure/abort-controller": "^2.1.2",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.7.0",
"@azure/core-auth": "^1.6.0",
"@azure/core-rest-pipeline": "^1.14.0",
"tslib": "^2.2.0"
},
Expand All @@ -28,19 +28,24 @@
"module": "./dist-esm/src/index.js",
"types": "./types/arm-storage.d.ts",
"devDependencies": {
"@azure-tools/test-credential": "^1.1.0",
"@azure-tools/test-recorder": "^3.0.0",
"@azure/dev-tool": "^1.0.0",
"@azure/identity": "^4.0.1",
"@types/chai": "^4.2.8",
"@types/mocha": "^10.0.0",
"@types/node": "^18.0.0",
"chai": "^4.2.0",
"@microsoft/api-extractor": "^7.31.1",
"mkdirp": "^3.0.1",
"typescript": "~5.5.3",
"uglify-js": "^3.4.9",
"rimraf": "^5.0.0",
"dotenv": "^16.0.0",
"@azure/dev-tool": "^1.0.0",
"@azure/identity": "^4.2.1",
"@azure-tools/test-recorder": "^3.0.0",
"@azure-tools/test-credential": "^1.1.0",
"mocha": "^10.0.0",
"ts-node": "^10.0.0",
"@types/mocha": "^10.0.0",
"tsx": "^4.7.1",
"typescript": "~5.6.2"
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@types/node": "^18.0.0",
"ts-node": "^10.0.0"
},
"repository": {
"type": "git",
Expand All @@ -67,30 +72,29 @@
"types/*"
],
"scripts": {
"build": "npm run clean && tsc && dev-tool run bundle && npm run minify && dev-tool run vendored mkdirp ./review && npm run extract-api",
"build:browser": "echo skipped",
"build": "npm run clean && tsc && dev-tool run bundle && npm run minify && mkdirp ./review && npm run extract-api",
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
"prepack": "npm run build",
"pack": "npm pack 2>&1",
"extract-api": "dev-tool run extract-api",
"lint": "echo skipped",
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"build:node": "echo skipped",
"build:samples": "echo skipped.",
"build:browser": "echo skipped",
"build:test": "echo skipped",
"build:samples": "echo skipped.",
"check-format": "echo skipped",
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
"execute:samples": "echo skipped",
"extract-api": "dev-tool run extract-api",
"format": "echo skipped",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:browser": "echo skipped",
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
"lint": "echo skipped",
"minify": "dev-tool run vendored uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
"pack": "npm pack 2>&1",
"prepack": "npm run build",
"test": "npm run integration-test",
"test:browser": "echo skipped",
"test:node": "echo skipped",
"test:browser": "echo skipped",
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
"unit-test:node": "cross-env TEST_MODE=playback npm run integration-test:node",
"unit-test:browser": "echo skipped",
"unit-test:node": "dev-tool run vendored cross-env TEST_MODE=playback npm run integration-test:node",
"update-snippets": "echo skipped"
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 'test/*.ts'",
"integration-test:browser": "echo skipped"
},
"sideEffects": false,
"//metadata": {
Expand All @@ -102,13 +106,5 @@
]
},
"autoPublish": true,
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/arm-storage",
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-storage?view=azure-node-preview"
}
}
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storage/arm-storage"
}
Loading

0 comments on commit 20e62d1

Please sign in to comment.