From 9217cf9a11c178d9a62ce6cae210e04ac97ebd9b Mon Sep 17 00:00:00 2001 From: FanQiu Date: Fri, 26 Jul 2019 15:39:10 +0800 Subject: [PATCH 1/3] add only tag for ruby sdk --- .../security/resource-manager/readme.md | 70 +++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/specification/security/resource-manager/readme.md b/specification/security/resource-manager/readme.md index d7a2879d54a9..44b0f73f20ae 100644 --- a/specification/security/resource-manager/readme.md +++ b/specification/security/resource-manager/readme.md @@ -141,6 +141,76 @@ input-file: - Microsoft.Security/preview/2019-01-01-preview/regulatoryCompliance.json - Microsoft.Security/preview/2019-01-01-preview/serverVulnerabilityAssessments.json +### Tag: package-2015-06-preview-only + +These settings apply only when `--tag=package-2015-06-preview-only` is specified on the command line. + +```yaml $(tag) == 'package-2015-06-preview-only' +input-file: +- Microsoft.Security/preview/2015-06-01-preview/adaptiveNetworkHardenings.json +- Microsoft.Security/preview/2015-06-01-preview/alerts.json +- Microsoft.Security/preview/2015-06-01-preview/allowedConnections.json +- Microsoft.Security/preview/2015-06-01-preview/applicationWhitelistings.json +- Microsoft.Security/preview/2015-06-01-preview/discoveredSecuritySolutions.json +- Microsoft.Security/preview/2015-06-01-preview/externalSecuritySolutions.json +- Microsoft.Security/preview/2015-06-01-preview/jitNetworkAccessPolicies.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/2015-06-01-preview/topologies.json + +### Tag: package-2017-08-preview-only + +These settings apply only when `--tag=package-2017-08-preview-only` is specified on the command line. + +```yaml $(tag) == 'package-2017-08-preview-only' +input-file: +- Microsoft.Security/preview/2017-08-01-preview/advancedThreatProtectionSettings.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/deviceSecurityGroups.json +- Microsoft.Security/preview/2017-08-01-preview/informationProtectionPolicies.json +- Microsoft.Security/preview/2017-08-01-preview/iotSecuritySolutionAnalytics.json +- Microsoft.Security/preview/2017-08-01-preview/iotSecuritySolutions.json +- Microsoft.Security/preview/2017-08-01-preview/pricings.json +- Microsoft.Security/preview/2017-08-01-preview/securityContacts.json +- Microsoft.Security/preview/2017-08-01-preview/settings.json +- Microsoft.Security/preview/2017-08-01-preview/workspaceSettings.json + +### Tag: package-2019-01-preview-only + +These settings apply only when `--tag=package-2019-01-preview-only` is specified on the command line. + +```yaml $(tag) == 'package-2019-01-preview-only' +input-file: +- Microsoft.Security/preview/2019-01-01-preview/regulatoryCompliance.json +- Microsoft.Security/preview/2019-01-01-preview/serverVulnerabilityAssessments.json + +### Tag: package-2017-08-only + +These settings apply only when `--tag=package-2017-08-only` is specified on the command line. + +```yaml $(tag) == 'package-2017-08-only' +input-file: +- Microsoft.Security/stable/2017-08-01/complianceResults.json + +### Tag: package-2018-06-only + +These settings apply only when `--tag=package-2018-06-only` is specified on the command line. + +```yaml $(tag) == 'package-2018-06-only' +input-file: +- Microsoft.Security/stable/2018-06-01/pricings.json + +### Tag: package-2019-01-only + +These settings apply only when `--tag=package-2019-01-only` is specified on the command line. + +```yaml $(tag) == 'package-2019-01-only' +input-file: +- Microsoft.Security/stable/2019-01-01/alerts.json +- Microsoft.Security/stable/2019-01-01/settings.json + # Needed when there is more than one input file override-info: title: SecurityCenter From 9198664b11bc7f3365b87a2982387c46e7ab402f Mon Sep 17 00:00:00 2001 From: FanQiu Date: Fri, 26 Jul 2019 17:26:42 +0800 Subject: [PATCH 2/3] fix the format --- .../security/resource-manager/readme.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/specification/security/resource-manager/readme.md b/specification/security/resource-manager/readme.md index 44b0f73f20ae..b4c733a501f0 100644 --- a/specification/security/resource-manager/readme.md +++ b/specification/security/resource-manager/readme.md @@ -141,6 +141,11 @@ input-file: - Microsoft.Security/preview/2019-01-01-preview/regulatoryCompliance.json - Microsoft.Security/preview/2019-01-01-preview/serverVulnerabilityAssessments.json +# Needed when there is more than one input file +override-info: + title: SecurityCenter +``` + ### Tag: package-2015-06-preview-only These settings apply only when `--tag=package-2015-06-preview-only` is specified on the command line. @@ -159,6 +164,11 @@ input-file: - Microsoft.Security/preview/2015-06-01-preview/tasks.json - Microsoft.Security/preview/2015-06-01-preview/topologies.json +# Needed when there is more than one input file +override-info: + title: SecurityCenter +``` + ### Tag: package-2017-08-preview-only These settings apply only when `--tag=package-2017-08-preview-only` is specified on the command line. @@ -177,6 +187,11 @@ input-file: - Microsoft.Security/preview/2017-08-01-preview/settings.json - Microsoft.Security/preview/2017-08-01-preview/workspaceSettings.json +# Needed when there is more than one input file +override-info: + title: SecurityCenter +``` + ### Tag: package-2019-01-preview-only These settings apply only when `--tag=package-2019-01-preview-only` is specified on the command line. @@ -186,6 +201,11 @@ input-file: - Microsoft.Security/preview/2019-01-01-preview/regulatoryCompliance.json - Microsoft.Security/preview/2019-01-01-preview/serverVulnerabilityAssessments.json +# Needed when there is more than one input file +override-info: + title: SecurityCenter +``` + ### Tag: package-2017-08-only These settings apply only when `--tag=package-2017-08-only` is specified on the command line. @@ -194,6 +214,11 @@ These settings apply only when `--tag=package-2017-08-only` is specified on the input-file: - Microsoft.Security/stable/2017-08-01/complianceResults.json +# Needed when there is more than one input file +override-info: + title: SecurityCenter +``` + ### Tag: package-2018-06-only These settings apply only when `--tag=package-2018-06-only` is specified on the command line. @@ -202,6 +227,11 @@ These settings apply only when `--tag=package-2018-06-only` is specified on the input-file: - Microsoft.Security/stable/2018-06-01/pricings.json +# Needed when there is more than one input file +override-info: + title: SecurityCenter +``` + ### Tag: package-2019-01-only These settings apply only when `--tag=package-2019-01-only` is specified on the command line. From 00924d0c82423ec74203c837fa43a01b32e43195 Mon Sep 17 00:00:00 2001 From: FanQiu Date: Mon, 5 Aug 2019 12:44:58 +0800 Subject: [PATCH 3/3] add 2019-08 --- specification/security/resource-manager/readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/specification/security/resource-manager/readme.md b/specification/security/resource-manager/readme.md index b4c733a501f0..117989c1e18b 100644 --- a/specification/security/resource-manager/readme.md +++ b/specification/security/resource-manager/readme.md @@ -246,6 +246,20 @@ override-info: title: SecurityCenter ``` +### Tag: package-2019-08-only + +These settings apply only when `--tag=package-2019-08-only` is specified on the command line. + +```yaml $(tag) == 'package-2019-08-only' +input-file: +- Microsoft.Security/stable/2019-08-01/iotSecuritySolutionAnalytics.json +- Microsoft.Security/stable/2019-08-01/iotSecuritySolutions.json + +# Needed when there is more than one input file +override-info: + title: SecurityCenter +``` + --- # Code Generation