@azure/arm-security 6.0.0-alpha.20250613.1 → 6.0.0-alpha.20250617.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.20250613.1",
6
+ "version": "6.0.0-alpha.20250617.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",
@@ -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": "^18.0.0",
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",
@@ -47,7 +47,7 @@ export interface ActiveConnectionsNotInAllowedRange extends TimeWindowCustomAler
47
47
  }
48
48
 
49
49
  // @public (undocumented)
50
- export interface AdaptiveApplicationControlGroup extends Resource, Location_2 {
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, Location_2 {
534
+ export interface AllowedConnectionsResource extends Resource, Location {
535
535
  readonly calculatedDateTime?: Date;
536
536
  readonly connectableResources?: ConnectableResource[];
537
537
  }
@@ -2570,7 +2570,7 @@ export interface DirectMethodInvokesNotInAllowedRange extends TimeWindowCustomAl
2570
2570
  }
2571
2571
 
2572
2572
  // @public (undocumented)
2573
- export interface DiscoveredSecuritySolution extends Resource, Location_2 {
2573
+ export interface DiscoveredSecuritySolution extends Resource, Location {
2574
2574
  offer: string;
2575
2575
  publisher: string;
2576
2576
  securityFamily: SecurityFamily;
@@ -2732,7 +2732,7 @@ export interface Extension {
2732
2732
  }
2733
2733
 
2734
2734
  // @public
2735
- export interface ExternalSecuritySolution extends Resource, ExternalSecuritySolutionKindAutoGenerated, Location_2 {
2735
+ export interface ExternalSecuritySolution extends Resource, ExternalSecuritySolutionKindAutoGenerated, Location {
2736
2736
  }
2737
2737
 
2738
2738
  // @public
@@ -3950,7 +3950,7 @@ export interface JitNetworkAccessPoliciesListOptionalParams extends coreClient.O
3950
3950
  export type JitNetworkAccessPoliciesListResponse = JitNetworkAccessPoliciesList;
3951
3951
 
3952
3952
  // @public (undocumented)
3953
- export interface JitNetworkAccessPolicy extends Resource, KindAutoGenerated, Location_2 {
3953
+ export interface JitNetworkAccessPolicy extends Resource, KindAutoGenerated, Location {
3954
3954
  readonly provisioningState?: string;
3955
3955
  // (undocumented)
3956
3956
  requests?: JitNetworkAccessRequest[];
@@ -5017,10 +5017,9 @@ export interface LocalUserNotAllowed extends AllowlistCustomAlertRule {
5017
5017
  }
5018
5018
 
5019
5019
  // @public
5020
- interface Location_2 {
5020
+ export interface Location {
5021
5021
  readonly location?: string;
5022
5022
  }
5023
- export { Location_2 as Location }
5024
5023
 
5025
5024
  // @public
5026
5025
  export interface Locations {
@@ -6416,7 +6415,7 @@ export interface SecurityOperatorsListOptionalParams extends coreClient.Operatio
6416
6415
  export type SecurityOperatorsListResponse = SecurityOperatorList;
6417
6416
 
6418
6417
  // @public (undocumented)
6419
- export interface SecuritySolution extends Resource, Location_2 {
6418
+ export interface SecuritySolution extends Resource, Location {
6420
6419
  protectionStatus?: string;
6421
6420
  provisioningState?: ProvisioningState;
6422
6421
  securityFamily?: SecurityFamily;
@@ -6458,7 +6457,7 @@ export interface SecuritySolutionsListOptionalParams extends coreClient.Operatio
6458
6457
  export type SecuritySolutionsListResponse = SecuritySolutionList;
6459
6458
 
6460
6459
  // @public (undocumented)
6461
- export interface SecuritySolutionsReferenceData extends Resource, Location_2 {
6460
+ export interface SecuritySolutionsReferenceData extends Resource, Location {
6462
6461
  alertVendorName: string;
6463
6462
  packageInfoUrl: string;
6464
6463
  productName: string;
@@ -7190,7 +7189,7 @@ export interface TopologyListOptionalParams extends coreClient.OperationOptions
7190
7189
  export type TopologyListResponse = TopologyList;
7191
7190
 
7192
7191
  // @public (undocumented)
7193
- export interface TopologyResource extends Resource, Location_2 {
7192
+ export interface TopologyResource extends Resource, Location {
7194
7193
  readonly calculatedDateTime?: Date;
7195
7194
  readonly topologyResources?: TopologySingleResource[];
7196
7195
  }