@azure/arm-security 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 +1 -1
- package/review/arm-security.api.md +11 -13
package/package.json
CHANGED
|
@@ -47,7 +47,7 @@ export interface ActiveConnectionsNotInAllowedRange extends TimeWindowCustomAler
|
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
// @public (undocumented)
|
|
50
|
-
export interface AdaptiveApplicationControlGroup extends Resource,
|
|
50
|
+
export interface AdaptiveApplicationControlGroup extends Resource, Location {
|
|
51
51
|
readonly configurationStatus?: ConfigurationStatus;
|
|
52
52
|
enforcementMode?: EnforcementMode;
|
|
53
53
|
readonly issues?: AdaptiveApplicationControlIssueSummary[];
|
|
@@ -531,7 +531,7 @@ export interface AllowedConnectionsListOptionalParams extends coreClient.Operati
|
|
|
531
531
|
export type AllowedConnectionsListResponse = AllowedConnectionsList;
|
|
532
532
|
|
|
533
533
|
// @public
|
|
534
|
-
export interface AllowedConnectionsResource extends Resource,
|
|
534
|
+
export interface AllowedConnectionsResource extends Resource, Location {
|
|
535
535
|
readonly calculatedDateTime?: Date;
|
|
536
536
|
readonly connectableResources?: ConnectableResource[];
|
|
537
537
|
}
|
|
@@ -1026,7 +1026,7 @@ export type AutomationsListResponse = AutomationList;
|
|
|
1026
1026
|
|
|
1027
1027
|
// @public
|
|
1028
1028
|
export interface AutomationSource {
|
|
1029
|
-
eventSource?:
|
|
1029
|
+
eventSource?: EventSource;
|
|
1030
1030
|
ruleSets?: AutomationRuleSet[];
|
|
1031
1031
|
}
|
|
1032
1032
|
|
|
@@ -2570,7 +2570,7 @@ export interface DirectMethodInvokesNotInAllowedRange extends TimeWindowCustomAl
|
|
|
2570
2570
|
}
|
|
2571
2571
|
|
|
2572
2572
|
// @public (undocumented)
|
|
2573
|
-
export interface DiscoveredSecuritySolution extends Resource,
|
|
2573
|
+
export interface DiscoveredSecuritySolution extends Resource, Location {
|
|
2574
2574
|
offer: string;
|
|
2575
2575
|
publisher: string;
|
|
2576
2576
|
securityFamily: SecurityFamily;
|
|
@@ -2704,8 +2704,7 @@ export interface ETag {
|
|
|
2704
2704
|
}
|
|
2705
2705
|
|
|
2706
2706
|
// @public
|
|
2707
|
-
type
|
|
2708
|
-
export { EventSource_2 as EventSource }
|
|
2707
|
+
export type EventSource = string;
|
|
2709
2708
|
|
|
2710
2709
|
// @public
|
|
2711
2710
|
export interface ExecuteGovernanceRuleParams {
|
|
@@ -2732,7 +2731,7 @@ export interface Extension {
|
|
|
2732
2731
|
}
|
|
2733
2732
|
|
|
2734
2733
|
// @public
|
|
2735
|
-
export interface ExternalSecuritySolution extends Resource, ExternalSecuritySolutionKindAutoGenerated,
|
|
2734
|
+
export interface ExternalSecuritySolution extends Resource, ExternalSecuritySolutionKindAutoGenerated, Location {
|
|
2736
2735
|
}
|
|
2737
2736
|
|
|
2738
2737
|
// @public
|
|
@@ -3950,7 +3949,7 @@ export interface JitNetworkAccessPoliciesListOptionalParams extends coreClient.O
|
|
|
3950
3949
|
export type JitNetworkAccessPoliciesListResponse = JitNetworkAccessPoliciesList;
|
|
3951
3950
|
|
|
3952
3951
|
// @public (undocumented)
|
|
3953
|
-
export interface JitNetworkAccessPolicy extends Resource, KindAutoGenerated,
|
|
3952
|
+
export interface JitNetworkAccessPolicy extends Resource, KindAutoGenerated, Location {
|
|
3954
3953
|
readonly provisioningState?: string;
|
|
3955
3954
|
// (undocumented)
|
|
3956
3955
|
requests?: JitNetworkAccessRequest[];
|
|
@@ -5017,10 +5016,9 @@ export interface LocalUserNotAllowed extends AllowlistCustomAlertRule {
|
|
|
5017
5016
|
}
|
|
5018
5017
|
|
|
5019
5018
|
// @public
|
|
5020
|
-
interface
|
|
5019
|
+
export interface Location {
|
|
5021
5020
|
readonly location?: string;
|
|
5022
5021
|
}
|
|
5023
|
-
export { Location_2 as Location }
|
|
5024
5022
|
|
|
5025
5023
|
// @public
|
|
5026
5024
|
export interface Locations {
|
|
@@ -6416,7 +6414,7 @@ export interface SecurityOperatorsListOptionalParams extends coreClient.Operatio
|
|
|
6416
6414
|
export type SecurityOperatorsListResponse = SecurityOperatorList;
|
|
6417
6415
|
|
|
6418
6416
|
// @public (undocumented)
|
|
6419
|
-
export interface SecuritySolution extends Resource,
|
|
6417
|
+
export interface SecuritySolution extends Resource, Location {
|
|
6420
6418
|
protectionStatus?: string;
|
|
6421
6419
|
provisioningState?: ProvisioningState;
|
|
6422
6420
|
securityFamily?: SecurityFamily;
|
|
@@ -6458,7 +6456,7 @@ export interface SecuritySolutionsListOptionalParams extends coreClient.Operatio
|
|
|
6458
6456
|
export type SecuritySolutionsListResponse = SecuritySolutionList;
|
|
6459
6457
|
|
|
6460
6458
|
// @public (undocumented)
|
|
6461
|
-
export interface SecuritySolutionsReferenceData extends Resource,
|
|
6459
|
+
export interface SecuritySolutionsReferenceData extends Resource, Location {
|
|
6462
6460
|
alertVendorName: string;
|
|
6463
6461
|
packageInfoUrl: string;
|
|
6464
6462
|
productName: string;
|
|
@@ -7190,7 +7188,7 @@ export interface TopologyListOptionalParams extends coreClient.OperationOptions
|
|
|
7190
7188
|
export type TopologyListResponse = TopologyList;
|
|
7191
7189
|
|
|
7192
7190
|
// @public (undocumented)
|
|
7193
|
-
export interface TopologyResource extends Resource,
|
|
7191
|
+
export interface TopologyResource extends Resource, Location {
|
|
7194
7192
|
readonly calculatedDateTime?: Date;
|
|
7195
7193
|
readonly topologyResources?: TopologySingleResource[];
|
|
7196
7194
|
}
|