@azure/arm-security 6.0.0-alpha.20250616.1 → 6.0.0-alpha.20250618.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 SecurityCenter.",
|
|
6
|
-
"version": "6.0.0-alpha.
|
|
6
|
+
"version": "6.0.0-alpha.20250618.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",
|
|
@@ -1026,7 +1026,7 @@ export type AutomationsListResponse = AutomationList;
|
|
|
1026
1026
|
|
|
1027
1027
|
// @public
|
|
1028
1028
|
export interface AutomationSource {
|
|
1029
|
-
eventSource?:
|
|
1029
|
+
eventSource?: EventSource_2;
|
|
1030
1030
|
ruleSets?: AutomationRuleSet[];
|
|
1031
1031
|
}
|
|
1032
1032
|
|
|
@@ -2704,7 +2704,8 @@ export interface ETag {
|
|
|
2704
2704
|
}
|
|
2705
2705
|
|
|
2706
2706
|
// @public
|
|
2707
|
-
|
|
2707
|
+
type EventSource_2 = string;
|
|
2708
|
+
export { EventSource_2 as EventSource }
|
|
2708
2709
|
|
|
2709
2710
|
// @public
|
|
2710
2711
|
export interface ExecuteGovernanceRuleParams {
|