@azure/arm-relay 3.1.2-alpha.20250611.1 → 3.1.2-alpha.20250616.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.
- package/package.json +3 -3
- package/review/arm-relay.api.md +2 -3
package/package.json
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for RelayAPI.",
|
|
6
|
-
"version": "3.1.2-alpha.
|
|
6
|
+
"version": "3.1.2-alpha.20250616.1",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": ">=
|
|
8
|
+
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@azure/abort-controller": "^2.1.2",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
35
35
|
"@azure/identity": "^4.6.0",
|
|
36
36
|
"@azure/logger": "^1.1.4",
|
|
37
|
-
"@types/node": "^
|
|
37
|
+
"@types/node": "^20.0.0",
|
|
38
38
|
"@vitest/browser": "^3.0.9",
|
|
39
39
|
"@vitest/coverage-istanbul": "^3.0.9",
|
|
40
40
|
"dotenv": "^16.0.0",
|
package/review/arm-relay.api.md
CHANGED
|
@@ -162,8 +162,7 @@ export interface HybridConnectionsRegenerateKeysOptionalParams extends coreClien
|
|
|
162
162
|
export type HybridConnectionsRegenerateKeysResponse = AccessKeys;
|
|
163
163
|
|
|
164
164
|
// @public
|
|
165
|
-
type
|
|
166
|
-
export { KeyType_2 as KeyType }
|
|
165
|
+
export type KeyType = "PrimaryKey" | "SecondaryKey";
|
|
167
166
|
|
|
168
167
|
// @public
|
|
169
168
|
export interface Namespaces {
|
|
@@ -338,7 +337,7 @@ export type ProvisioningStateEnum = "Created" | "Succeeded" | "Deleted" | "Faile
|
|
|
338
337
|
// @public
|
|
339
338
|
export interface RegenerateAccessKeyParameters {
|
|
340
339
|
key?: string;
|
|
341
|
-
keyType:
|
|
340
|
+
keyType: KeyType;
|
|
342
341
|
}
|
|
343
342
|
|
|
344
343
|
// @public (undocumented)
|