@azure/arm-eventhub 5.3.0-alpha.20250611.1 → 5.3.0-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 CHANGED
@@ -3,9 +3,9 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for EventHubManagementClient.",
6
- "version": "5.3.0-alpha.20250611.1",
6
+ "version": "5.3.0-alpha.20250616.1",
7
7
  "engines": {
8
- "node": ">=18.0.0"
8
+ "node": ">=20.0.0"
9
9
  },
10
10
  "dependencies": {
11
11
  "@azure/abort-controller": "^2.1.2",
@@ -35,7 +35,7 @@
35
35
  "@azure/arm-storage": "^18.0.0",
36
36
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
37
37
  "@azure/identity": "^4.6.0",
38
- "@types/node": "^18.0.0",
38
+ "@types/node": "^20.0.0",
39
39
  "@vitest/browser": "^3.0.9",
40
40
  "@vitest/coverage-istanbul": "^3.0.9",
41
41
  "dotenv": "^16.0.0",
@@ -739,8 +739,7 @@ export interface Identity {
739
739
  }
740
740
 
741
741
  // @public
742
- type KeyType_2 = string;
743
- export { KeyType_2 as KeyType }
742
+ export type KeyType = string;
744
743
 
745
744
  // @public
746
745
  export interface KeyVaultProperties {
@@ -1410,7 +1409,7 @@ export type PublicNetworkAccessFlag = string;
1410
1409
  // @public
1411
1410
  export interface RegenerateAccessKeyParameters {
1412
1411
  key?: string;
1413
- keyType: KeyType_2;
1412
+ keyType: KeyType;
1414
1413
  }
1415
1414
 
1416
1415
  // @public