@azure/arm-cosmosdb 16.1.0 → 16.1.1-alpha.20241028.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -32,7 +32,7 @@ export class CosmosDBManagementClient extends coreClient.ServiceClient {
|
|
|
32
32
|
requestContentType: "application/json; charset=utf-8",
|
|
33
33
|
credential: credentials,
|
|
34
34
|
};
|
|
35
|
-
const packageDetails = `azsdk-js-arm-cosmosdb/16.1.
|
|
35
|
+
const packageDetails = `azsdk-js-arm-cosmosdb/16.1.1`;
|
|
36
36
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
37
37
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
38
38
|
: `${packageDetails}`;
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for CosmosDBManagementClient.",
|
|
6
|
-
"version": "16.1.
|
|
6
|
+
"version": "16.1.1-alpha.20241028.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=18.0.0"
|
|
9
9
|
},
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@azure-tools/test-credential": "^1.1.0",
|
|
32
32
|
"@azure-tools/test-recorder": "^3.0.0",
|
|
33
|
-
"@azure/dev-tool": "
|
|
33
|
+
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
34
34
|
"@azure/identity": "^4.2.1",
|
|
35
35
|
"@types/chai": "^4.2.8",
|
|
36
36
|
"@types/mocha": "^10.0.0",
|
|
@@ -126,7 +126,7 @@ export class CosmosDBManagementClient extends coreClient.ServiceClient {
|
|
|
126
126
|
credential: credentials,
|
|
127
127
|
};
|
|
128
128
|
|
|
129
|
-
const packageDetails = `azsdk-js-arm-cosmosdb/16.1.
|
|
129
|
+
const packageDetails = `azsdk-js-arm-cosmosdb/16.1.1`;
|
|
130
130
|
const userAgentPrefix =
|
|
131
131
|
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
132
132
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|