@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
|
@@ -84,8 +84,7 @@ export interface IPRule {
|
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
// @public
|
|
87
|
-
type
|
|
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?:
|
|
361
|
+
keyType?: KeyType;
|
|
363
362
|
}
|
|
364
363
|
|
|
365
364
|
// @public
|