@azure/arm-signalr 6.0.0-alpha.20250613.1 → 6.0.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,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for SignalRManagementClient.",
6
- "version": "6.0.0-alpha.20250613.1",
6
+ "version": "6.0.0-alpha.20250616.1",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -84,8 +84,7 @@ export interface IPRule {
84
84
  }
85
85
 
86
86
  // @public
87
- type KeyType_2 = string;
88
- export { KeyType_2 as KeyType }
87
+ export type KeyType = string;
89
88
 
90
89
  // @public
91
90
  export enum KnownACLAction {
@@ -359,7 +358,7 @@ export interface ProxyResource extends Resource {
359
358
 
360
359
  // @public
361
360
  export interface RegenerateKeyParameters {
362
- keyType?: KeyType_2;
361
+ keyType?: KeyType;
363
362
  }
364
363
 
365
364
  // @public