Skip to content
Closed
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
64 changes: 32 additions & 32 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 18 additions & 1 deletion sdk/security/arm-security/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 6.0.0-beta.4 (2023-04-11)
## 6.0.0-beta.5 (2023-05-16)

**Features**

Expand All @@ -16,6 +16,7 @@
- Added operation group SecurityConnectorApplication
- Added operation group SecurityConnectorApplications
- Added operation group SecurityOperators
- Added operation group SensitivitySettings
- Added operation Alerts.beginSimulate
- Added operation Alerts.beginSimulateAndWait
- Added operation Alerts.updateResourceGroupLevelStateToInProgress
Expand Down Expand Up @@ -71,6 +72,7 @@
- Added Interface AzureDevOpsScopeEnvironmentData
- Added Interface AzureResourceDetails
- Added Interface AzureResourceIdentifier
- Added Interface BuiltInInfoType
- Added Interface CefExternalSecuritySolution
- Added Interface CefSolutionProperties
- Added Interface Compliance
Expand Down Expand Up @@ -153,6 +155,11 @@
- Added Interface GcpOrganizationalDataOrganization
- Added Interface GcpProjectDetails
- Added Interface GcpProjectEnvironmentData
- Added Interface GetSensitivitySettingsListResponse
- Added Interface GetSensitivitySettingsOptionalParams
- Added Interface GetSensitivitySettingsResponse
- Added Interface GetSensitivitySettingsResponseProperties
- Added Interface GetSensitivitySettingsResponsePropertiesMipInformation
- Added Interface GithubScopeEnvironmentData
- Added Interface GitlabScopeEnvironmentData
- Added Interface GovernanceAssignment
Expand Down Expand Up @@ -191,13 +198,15 @@
- Added Interface Identity
- Added Interface InformationProtectionAwsOffering
- Added Interface InformationProtectionPolicy
- Added Interface InfoType
- Added Interface IngestionSetting
- Added Interface IoTSecurityAggregatedAlert
- Added Interface IoTSecurityAggregatedRecommendation
- Added Interface IoTSecuritySolutionAnalyticsModel
- Added Interface IoTSecuritySolutionModel
- Added Interface Issue
- Added Interface JitNetworkAccessPolicy
- Added Interface Label
- Added Interface ListCustomAlertRule
- Added Interface LocalUserNotAllowed
- Added Interface LogAnalyticsIdentifier
Expand Down Expand Up @@ -249,6 +258,7 @@
- Added Interface SecuritySolutionsReferenceData
- Added Interface SecuritySubAssessment
- Added Interface SecurityTask
- Added Interface SensitivitySettingsListOptionalParams
- Added Interface ServerVulnerabilityAssessment
- Added Interface ServerVulnerabilityProperties
- Added Interface Setting
Expand All @@ -262,6 +272,8 @@
- Added Interface TwinUpdatesNotInAllowedRange
- Added Interface UnauthorizedOperationsNotInAllowedRange
- Added Interface UpdateIotSecuritySolutionData
- Added Interface UpdateSensitivitySettingsOptionalParams
- Added Interface UpdateSensitivitySettingsRequest
- Added Interface WorkspaceSetting
- Added Type Alias APICollectionGetResponse
- Added Type Alias APICollectionListNextResponse
Expand All @@ -279,6 +291,7 @@
- Added Type Alias EnvironmentDataUnion
- Added Type Alias EnvironmentType
- Added Type Alias GcpOrganizationalDataUnion
- Added Type Alias GetSensitivitySettingsOperationResponse
- Added Type Alias GovernanceAssignmentsCreateOrUpdateResponse
- Added Type Alias GovernanceAssignmentsGetResponse
- Added Type Alias GovernanceAssignmentsListNextResponse
Expand All @@ -298,6 +311,7 @@
- Added Type Alias HealthReportsListResponse
- Added Type Alias IsEnabled
- Added Type Alias MinimalSeverity
- Added Type Alias MipIntegrationStatus
- Added Type Alias OperationResult
- Added Type Alias Roles
- Added Type Alias ScanningMode
Expand All @@ -309,9 +323,11 @@
- Added Type Alias SecurityOperatorsCreateOrUpdateResponse
- Added Type Alias SecurityOperatorsGetResponse
- Added Type Alias SecurityOperatorsListResponse
- Added Type Alias SensitivitySettingsListResponse
- Added Type Alias StatusName
- Added Type Alias SubPlan
- Added Type Alias Type
- Added Type Alias UpdateSensitivitySettingsResponse
- Interface AlertsSimulateOptionalParams has a new optional parameter resumeFrom
- Interface AlertsSimulateOptionalParams has a new optional parameter updateIntervalInMs
- Interface DefenderForServersAwsOfferingArcAutoProvisioning has a new optional parameter cloudRoleArn
Expand All @@ -328,6 +344,7 @@
- Added Enum KnownGovernanceRuleType
- Added Enum KnownIsEnabled
- Added Enum KnownMinimalSeverity
- Added Enum KnownMipIntegrationStatus
- Added Enum KnownOperationResult
- Added Enum KnownRoles
- Added Enum KnownScanningMode
Expand Down
6 changes: 3 additions & 3 deletions sdk/security/arm-security/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "7561be58288fad1433038db3f1ccd9794773a03e",
"commit": "c9a6710439cb7cef1a8fce690fb9581d464b1545",
"readme": "specification/security/resource-manager/readme.md",
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\security\\resource-manager\\readme.md --use=@autorest/[email protected] --generate-sample=true",
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/security/resource-manager/readme.md --use=@autorest/[email protected]",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.6.2",
"release_tool": "@azure-tools/js-sdk-release-tools@2.7.0",
"use": "@autorest/[email protected]"
}
Loading