Skip to content

Commit 2d54e6d

Browse files
author
SDKAuto
committed
CodeGen from PR 23081 in Azure/azure-rest-api-specs
Merge dde5b3f94b1ced21c735fcc696f23df5b1768764 into c72a972a6d4fa9e64bb62653e996155379292ebf
1 parent 18772a7 commit 2d54e6d

30 files changed

+12965
-2030
lines changed

common/config/rush/pnpm-lock.yaml

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

sdk/cosmosdb/arm-cosmosdb/CHANGELOG.md

Lines changed: 260 additions & 0 deletions
Large diffs are not rendered by default.

sdk/cosmosdb/arm-cosmosdb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Azure Cosmos DB Database Service Resource Provider REST API
66

77
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cosmosdb/arm-cosmosdb) |
88
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-cosmosdb) |
9-
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-cosmosdb) |
9+
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-cosmosdb?view=azure-node-preview) |
1010
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
1111

1212
## Getting started

sdk/cosmosdb/arm-cosmosdb/_meta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"commit": "0f11f8a9062efd957f6c343b53b8850522f8dde7",
2+
"commit": "efb988c8c82c2d57fd4b49628cc6d619f8e6226b",
33
"readme": "specification/cosmos-db/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\\cosmos-db\\resource-manager\\readme.md --use=@autorest/[email protected].8 --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/cosmos-db/resource-manager/readme.md --use=@autorest/[email protected].9",
55
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
66
"release_tool": "@azure-tools/[email protected]",
7-
"use": "@autorest/[email protected].8"
7+
"use": "@autorest/[email protected].9"
88
}

sdk/cosmosdb/arm-cosmosdb/package.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for CosmosDBManagementClient.",
6-
"version": "15.3.0",
6+
"version": "15.4.0-beta.1",
77
"engines": {
88
"node": ">=14.0.0"
99
},
@@ -41,7 +41,7 @@
4141
"rimraf": "^3.0.0",
4242
"dotenv": "^16.0.0",
4343
"@azure/identity": "^2.0.1",
44-
"@azure-tools/test-recorder": "^3.0.0",
44+
"@azure-tools/test-recorder": "^2.0.0",
4545
"@azure-tools/test-credential": "^1.0.0",
4646
"mocha": "^7.1.1",
4747
"@types/chai": "^4.2.8",
@@ -111,13 +111,5 @@
111111
]
112112
},
113113
"autoPublish": true,
114-
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cosmosdb/arm-cosmosdb",
115-
"//sampleConfiguration": {
116-
"productName": "",
117-
"productSlugs": [
118-
"azure"
119-
],
120-
"disableDocsMs": true,
121-
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-cosmosdb?view=azure-node-preview"
122-
}
123-
}
114+
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cosmosdb/arm-cosmosdb"
115+
}

0 commit comments

Comments
 (0)