Skip to content

Commit b6bf9d0

Browse files
author
SDKAuto
committed
CodeGen from PR 23661 in Azure/azure-rest-api-specs
Merge 581b900bc3ab2322def1bdd4c90a92478d75817f into a2140e7ff0a6c28df501b16c51fe85b762a386fc
1 parent 0b99106 commit b6bf9d0

28 files changed

+1308
-294
lines changed

common/config/rush/pnpm-lock.yaml

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

sdk/cognitiveservices/arm-cognitiveservices/CHANGELOG.md

Lines changed: 37 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,42 @@
11
# Release History
2+
3+
## 7.5.0 (2023-05-17)
4+
5+
**Features**
26

3-
## 7.4.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
12-
7+
- Added operation group Models
8+
- Added operation group Usages
9+
- Added Interface AbusePenalty
10+
- Added Interface CapacityConfig
11+
- Added Interface Model
12+
- Added Interface ModelListResult
13+
- Added Interface ModelSku
14+
- Added Interface ModelsListNextOptionalParams
15+
- Added Interface ModelsListOptionalParams
16+
- Added Interface UsagesListNextOptionalParams
17+
- Added Interface UsagesListOptionalParams
18+
- Added Type Alias AbusePenaltyAction
19+
- Added Type Alias DeploymentModelVersionUpgradeOption
20+
- Added Type Alias ModelsListNextResponse
21+
- Added Type Alias ModelsListResponse
22+
- Added Type Alias UsagesListNextResponse
23+
- Added Type Alias UsagesListResponse
24+
- Interface AccountModel has a new optional parameter isDefaultVersion
25+
- Interface AccountModel has a new optional parameter skus
26+
- Interface AccountProperties has a new optional parameter abusePenalty
27+
- Interface CommitmentPlanProperties has a new optional parameter provisioningIssues
28+
- Interface Deployment has a new optional parameter sku
29+
- Interface DeploymentModel has a new optional parameter source
30+
- Interface DeploymentProperties has a new optional parameter rateLimits
31+
- Interface DeploymentProperties has a new optional parameter versionUpgradeOption
32+
- Interface UsageListResult has a new optional parameter nextLink
33+
- Added Enum KnownAbusePenaltyAction
34+
- Added Enum KnownDeploymentModelVersionUpgradeOption
35+
- Enum KnownDeploymentProvisioningState has a new value Canceled
36+
- Enum KnownDeploymentProvisioningState has a new value Disabled
37+
- Enum KnownHostingModel has a new value ProvisionedWeb
38+
39+
1340
## 7.4.0 (2023-02-06)
1441

1542
**Features**
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "e217fd77475710b4a48542f433e3b9782f26f229",
2+
"commit": "f19fe4d284229130f8bc3262fab6bb1cacf9c69a",
33
"readme": "specification/cognitiveservices/resource-manager/readme.md",
4-
"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=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\cognitiveservices\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.7 --generate-sample=true",
4+
"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/cognitiveservices/resource-manager/readme.md --use=@autorest/typescript@6.0.0-rc.10",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
6-
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.1",
7-
"use": "@autorest/typescript@6.0.0-rc.7"
6+
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.0",
7+
"use": "@autorest/typescript@6.0.0-rc.10"
88
}

sdk/cognitiveservices/arm-cognitiveservices/package.json

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for CognitiveServicesManagementClient.",
6-
"version": "7.4.1",
6+
"version": "7.5.0",
77
"engines": {
88
"node": ">=14.0.0"
99
},
1010
"dependencies": {
11-
"@azure/core-lro": "^2.2.0",
11+
"@azure/core-lro": "^2.5.0",
1212
"@azure/abort-controller": "^1.0.0",
1313
"@azure/core-paging": "^1.2.0",
14-
"@azure/core-client": "^1.6.1",
14+
"@azure/core-client": "^1.7.0",
1515
"@azure/core-auth": "^1.3.0",
1616
"@azure/core-rest-pipeline": "^1.8.0",
1717
"tslib": "^2.2.0"
@@ -33,13 +33,13 @@
3333
"@rollup/plugin-json": "^6.0.0",
3434
"@rollup/plugin-multi-entry": "^6.0.0",
3535
"@rollup/plugin-node-resolve": "^13.1.3",
36-
"mkdirp": "^1.0.4",
36+
"mkdirp": "^2.1.2",
3737
"rollup": "^2.66.1",
3838
"rollup-plugin-sourcemaps": "^0.6.3",
39-
"typescript": "~5.0.0",
39+
"typescript": "~4.8.0",
4040
"uglify-js": "^3.4.9",
4141
"rimraf": "^3.0.0",
42-
"dotenv": "^8.2.0",
42+
"dotenv": "^16.0.0",
4343
"@azure/identity": "^2.0.1",
4444
"@azure-tools/test-recorder": "^3.0.0",
4545
"@azure-tools/test-credential": "^1.0.0",
@@ -111,13 +111,5 @@
111111
]
112112
},
113113
"autoPublish": true,
114-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitiveservices/arm-cognitiveservices",
115-
"//sampleConfiguration": {
116-
"productName": "",
117-
"productSlugs": [
118-
"azure"
119-
],
120-
"disableDocsMs": true,
121-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-cognitiveservices?view=azure-node-preview"
122-
}
123-
}
114+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitiveservices/arm-cognitiveservices"
115+
}

0 commit comments

Comments
 (0)