From d5f4d6084611c56c78f85a6e5b98792f31b1745d Mon Sep 17 00:00:00 2001 From: GalGoldi72 Date: Tue, 16 May 2023 18:48:06 +0300 Subject: [PATCH 1/2] Add tag for dotnet sdk generation --- .../security/resource-manager/readme.md | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/specification/security/resource-manager/readme.md b/specification/security/resource-manager/readme.md index 8799345462c0..26851edf4092 100644 --- a/specification/security/resource-manager/readme.md +++ b/specification/security/resource-manager/readme.md @@ -385,6 +385,63 @@ input-file: - Microsoft.Security/preview/2023-03-01-preview/securityConnectors.json - Microsoft.Security/preview/2023-01-01-preview/securityOperators.json +### Tag: package-dotnet-sdk + +These settings apply only when `--tag=package-dotnet-sdk` is specified on the command line. + +``` yaml $(tag) == 'package-dotnet-sdk' +input-file: +- Microsoft.Security/preview/2021-10-01-preview/mdeOnboardings.json +- Microsoft.Security/preview/2021-07-01-preview/customAssessmentAutomation.json +- Microsoft.Security/preview/2021-07-01-preview/customEntityStoreAssignment.json +- Microsoft.Security/stable/2017-08-01/complianceResults.json +- Microsoft.Security/stable/2022-03-01/pricings.json +- Microsoft.Security/stable/2019-01-01/advancedThreatProtectionSettings.json +- Microsoft.Security/stable/2019-08-01/deviceSecurityGroups.json +- Microsoft.Security/stable/2019-08-01/iotSecuritySolutions.json +- Microsoft.Security/stable/2019-08-01/iotSecuritySolutionAnalytics.json +- Microsoft.Security/preview/2015-06-01-preview/locations.json +- Microsoft.Security/preview/2015-06-01-preview/operations.json +- Microsoft.Security/preview/2015-06-01-preview/tasks.json +- Microsoft.Security/preview/2017-08-01-preview/autoProvisioningSettings.json +- Microsoft.Security/preview/2017-08-01-preview/compliances.json +- Microsoft.Security/preview/2017-08-01-preview/informationProtectionPolicies.json +- Microsoft.Security/preview/2020-01-01-preview/securityContacts.json +- Microsoft.Security/preview/2017-08-01-preview/workspaceSettings.json +- Microsoft.Security/preview/2019-01-01-preview/regulatoryCompliance.json +- Microsoft.Security/preview/2019-01-01-preview/subAssessments.json +- Microsoft.Security/preview/2019-01-01-preview/automations.json +- Microsoft.Security/preview/2019-01-01-preview/alertsSuppressionRules.json +- Microsoft.Security/stable/2020-01-01/serverVulnerabilityAssessments.json +- Microsoft.Security/stable/2021-06-01/assessmentMetadata.json +- Microsoft.Security/stable/2021-06-01/assessments.json +- Microsoft.Security/stable/2020-01-01/applicationWhitelistings.json +- Microsoft.Security/stable/2020-01-01/adaptiveNetworkHardenings.json +- Microsoft.Security/stable/2020-01-01/allowedConnections.json +- Microsoft.Security/stable/2020-01-01/topologies.json +- Microsoft.Security/stable/2020-01-01/jitNetworkAccessPolicies.json +- Microsoft.Security/stable/2020-01-01/discoveredSecuritySolutions.json +- Microsoft.Security/stable/2020-01-01/securitySolutionsReferenceData.json +- Microsoft.Security/stable/2020-01-01/externalSecuritySolutions.json +- Microsoft.Security/stable/2020-01-01/secureScore.json +- Microsoft.Security/stable/2020-01-01/SecuritySolutions.json +- Microsoft.Security/preview/2020-01-01-preview/connectors.json +- Microsoft.Security/stable/2022-01-01/alerts.json +- Microsoft.Security/stable/2022-05-01/settings.json +- Microsoft.Security/preview/2021-01-15-preview/ingestionSettings.json +- Microsoft.Security/preview/2021-05-01-preview/softwareInventories.json +- Microsoft.Security/preview/2022-08-01-preview/securityConnectors.json +- Microsoft.Security/preview/2022-01-01-preview/governanceRules.json +- Microsoft.Security/preview/2022-01-01-preview/governanceAssignments.json +- Microsoft.Security/preview/2022-07-01-preview/applications.json +- Microsoft.Security/preview/2023-02-01-preview/sqlVulnerabilityAssessmentsScanOperations.json +- Microsoft.Security/preview/2023-02-01-preview/sqlVulnerabilityAssessmentsScanResultsOperations.json +- Microsoft.Security/preview/2023-02-01-preview/sqlVulnerabilityAssessmentsBaselineRuleOperations.json + +# Needed when there is more than one input file +override-info: + title: SecurityCenter +``` # Needed when there is more than one input file override-info: From 3423c8f6d553c44909db8ef2dd2e7a553bb88e3f Mon Sep 17 00:00:00 2001 From: GalGoldi72 Date: Tue, 16 May 2023 19:21:36 +0300 Subject: [PATCH 2/2] Fix tag --- specification/security/resource-manager/readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/specification/security/resource-manager/readme.md b/specification/security/resource-manager/readme.md index 26851edf4092..8e942df43270 100644 --- a/specification/security/resource-manager/readme.md +++ b/specification/security/resource-manager/readme.md @@ -385,6 +385,11 @@ input-file: - Microsoft.Security/preview/2023-03-01-preview/securityConnectors.json - Microsoft.Security/preview/2023-01-01-preview/securityOperators.json +# Needed when there is more than one input file +override-info: + title: SecurityCenter +``` + ### Tag: package-dotnet-sdk These settings apply only when `--tag=package-dotnet-sdk` is specified on the command line. @@ -443,11 +448,6 @@ override-info: title: SecurityCenter ``` -# Needed when there is more than one input file -override-info: - title: SecurityCenter -``` - ### Tag: package-2015-06-preview-python-only These settings apply only when `--tag=package-2015-06-preview-python-only` is specified on the command line. This tag is used for Ruby SDK.