Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is
* regenerated.
*/

export {
discriminators,
AdaptiveNetworkHardeningsList,
AdaptiveNetworkHardening,
Resource,
BaseResource,
Rule,
EffectiveNetworkSecurityGroups,
CloudError,
AdaptiveNetworkHardeningEnforceRequest,
RegulatoryComplianceStandard,
RegulatoryComplianceControl,
RegulatoryComplianceAssessment,
AscLocation,
Pricing,
SecurityContact,
WorkspaceSetting,
AutoProvisioningSetting,
Compliance,
ComplianceSegment,
AdvancedThreatProtectionSetting,
DeviceSecurityGroup,
ThresholdCustomAlertRule,
CustomAlertRule,
TimeWindowCustomAlertRule,
AllowlistCustomAlertRule,
ListCustomAlertRule,
DenylistCustomAlertRule,
SettingResource,
InformationProtectionPolicy,
SensitivityLabel,
InformationType,
InformationProtectionKeyword,
SecurityTask,
SecurityTaskParameters,
Alert,
AlertEntity,
AlertConfidenceReason,
Setting,
DataExportSetting
} from "../models/mappers";

Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ export {
AutoProvisioningSetting,
Compliance,
ComplianceSegment,
DeviceSecurityGroup,
ThresholdCustomAlertRule,
CustomAlertRule,
TimeWindowCustomAlertRule,
AllowlistCustomAlertRule,
ListCustomAlertRule,
DenylistCustomAlertRule,
SettingResource,
InformationProtectionPolicy,
SensitivityLabel,
Expand All @@ -34,6 +41,9 @@ export {
Alert,
AlertEntity,
AlertConfidenceReason,
AdaptiveNetworkHardening,
Rule,
EffectiveNetworkSecurityGroups,
Setting,
DataExportSetting
} from "../models/mappers";
Expand Down
10 changes: 10 additions & 0 deletions packages/@azure/arm-security/lib/models/alertsMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,23 @@ export {
Compliance,
ComplianceSegment,
AdvancedThreatProtectionSetting,
DeviceSecurityGroup,
ThresholdCustomAlertRule,
CustomAlertRule,
TimeWindowCustomAlertRule,
AllowlistCustomAlertRule,
ListCustomAlertRule,
DenylistCustomAlertRule,
SettingResource,
InformationProtectionPolicy,
SensitivityLabel,
InformationType,
InformationProtectionKeyword,
SecurityTask,
SecurityTaskParameters,
AdaptiveNetworkHardening,
Rule,
EffectiveNetworkSecurityGroups,
Setting,
DataExportSetting
} from "../models/mappers";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ export {
Compliance,
ComplianceSegment,
AdvancedThreatProtectionSetting,
DeviceSecurityGroup,
ThresholdCustomAlertRule,
CustomAlertRule,
TimeWindowCustomAlertRule,
AllowlistCustomAlertRule,
ListCustomAlertRule,
DenylistCustomAlertRule,
SettingResource,
InformationProtectionPolicy,
SensitivityLabel,
Expand All @@ -35,6 +42,9 @@ export {
Alert,
AlertEntity,
AlertConfidenceReason,
AdaptiveNetworkHardening,
Rule,
EffectiveNetworkSecurityGroups,
Setting,
DataExportSetting
} from "../models/mappers";
Expand Down
10 changes: 10 additions & 0 deletions packages/@azure/arm-security/lib/models/compliancesMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ export {
WorkspaceSetting,
AutoProvisioningSetting,
AdvancedThreatProtectionSetting,
DeviceSecurityGroup,
ThresholdCustomAlertRule,
CustomAlertRule,
TimeWindowCustomAlertRule,
AllowlistCustomAlertRule,
ListCustomAlertRule,
DenylistCustomAlertRule,
SettingResource,
InformationProtectionPolicy,
SensitivityLabel,
Expand All @@ -35,6 +42,9 @@ export {
Alert,
AlertEntity,
AlertConfidenceReason,
AdaptiveNetworkHardening,
Rule,
EffectiveNetworkSecurityGroups,
Setting,
DataExportSetting
} from "../models/mappers";
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is
* regenerated.
*/

export {
discriminators,
DeviceSecurityGroupList,
DeviceSecurityGroup,
Resource,
BaseResource,
ThresholdCustomAlertRule,
CustomAlertRule,
TimeWindowCustomAlertRule,
AllowlistCustomAlertRule,
ListCustomAlertRule,
DenylistCustomAlertRule,
CloudError,
RegulatoryComplianceStandard,
RegulatoryComplianceControl,
RegulatoryComplianceAssessment,
AscLocation,
Pricing,
SecurityContact,
WorkspaceSetting,
AutoProvisioningSetting,
Compliance,
ComplianceSegment,
AdvancedThreatProtectionSetting,
SettingResource,
InformationProtectionPolicy,
SensitivityLabel,
InformationType,
InformationProtectionKeyword,
SecurityTask,
SecurityTaskParameters,
Alert,
AlertEntity,
AlertConfidenceReason,
AdaptiveNetworkHardening,
Rule,
EffectiveNetworkSecurityGroups,
Setting,
DataExportSetting
} from "../models/mappers";

Loading