From 9896393247d4098e6ff91944d2471385efaac804 Mon Sep 17 00:00:00 2001 From: ariklin Date: Tue, 17 May 2022 18:32:46 +0300 Subject: [PATCH] rebranding api docs from asc to mdfc (#18500) * Copy solutions files from 2015-06-01-preview * update API version * update readme * Add required to ExternalSecuritySolution * add new swagger files * fix errors1 * fix2 * fix 3 * fix 4 * fix4 * fix4 * fix conflict * fix conflict2 * fix conflict4 * fix conflict 6 * fix conflict 7 * ttt * rrr * aaa * bbb * fix 10 * Prettier check * update readme * fix reference error * fix comment * fix conflict * fic conflict2 * fix conflict3 * fix conflict4 * remove files * delete externalSecuritySolutions * add assessments.json * fix readme.md * Fix validation errors 1 * Fix validation errors 2 * merge * Fix validation errors 3 * Fix validation errors 4 * Fix validation errors 5 * Fix validation errors 5 * Fix validation errors 5 * Fix validation errors 6 * Fix validation errors 4 * Fix validation errors 7 * Fix validation errors 8 * Fix validation errors 9 * Fix validation errors 10 * fix validation errors 11 * fix validation errors 11 * ix validation errors 12 * ix validation errors 13 * fix validation errors 14 * Fix validation errors 15 * Fix validation errors 16 * run prettier * Defining the APIs for the new NSP resource * test * SecuritySolution test * 2 * org * 1 * Rebranding effort * Update SecuritySolutions.json * Delete readme.md * ASC to MDC - rebranding * 1 * merge3 * update5 * update readme * update6 * update 6 * fix securitySolution * Create SecuritySolutions.json Co-authored-by: Arik Riklin Co-authored-by: Hari Prasad Perabattula Co-authored-by: Hari Prasad Perabattula --- .../2015-06-01-preview/adaptiveNetworkHardenings.json | 4 ++-- .../preview/2015-06-01-preview/allowedConnections.json | 4 ++-- .../2015-06-01-preview/applicationWhitelistings.json | 8 ++++---- .../2015-06-01-preview/discoveredSecuritySolutions.json | 4 ++-- .../2015-06-01-preview/externalSecuritySolutions.json | 6 +++--- .../2015-06-01-preview/jitNetworkAccessPolicies.json | 4 ++-- .../preview/2015-06-01-preview/topologies.json | 4 ++-- .../stable/2020-01-01/adaptiveNetworkHardenings.json | 4 ++-- .../stable/2020-01-01/allowedConnections.json | 4 ++-- .../stable/2020-01-01/applicationWhitelistings.json | 6 +++--- .../stable/2020-01-01/discoveredSecuritySolutions.json | 4 ++-- .../stable/2020-01-01/externalSecuritySolutions.json | 6 +++--- .../stable/2020-01-01/jitNetworkAccessPolicies.json | 4 ++-- .../stable/2020-01-01/securitySolutionsReferenceData.json | 4 ++-- .../stable/2020-01-01/serverVulnerabilityAssessments.json | 4 ++-- .../Microsoft.Security/stable/2020-01-01/topologies.json | 4 ++-- specification/security/resource-manager/readme.md | 2 +- 17 files changed, 38 insertions(+), 38 deletions(-) diff --git a/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/adaptiveNetworkHardenings.json b/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/adaptiveNetworkHardenings.json index 2b5bf8de610f..b094625eac43 100644 --- a/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/adaptiveNetworkHardenings.json +++ b/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/adaptiveNetworkHardenings.json @@ -1,8 +1,8 @@ { "swagger": "2.0", "info": { - "title": "Security Center", - "description": "API spec for Microsoft.Security (Azure Security Center) resource provider", + "title": "Microsoft Defender for Cloud", + "description": "API spec for Microsoft.Security (Microsoft Defender for Cloud) resource provider", "version": "2015-06-01-preview" }, "host": "management.azure.com", diff --git a/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/allowedConnections.json b/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/allowedConnections.json index 5a9e883d3b90..c326c58c781e 100644 --- a/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/allowedConnections.json +++ b/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/allowedConnections.json @@ -1,8 +1,8 @@ { "swagger": "2.0", "info": { - "title": "Security Center", - "description": "API spec for Microsoft.Security (Azure Security Center) resource provider", + "title": "Microsoft Defender for Cloud", + "description": "API spec for Microsoft.Security (Microsoft Defender for Cloud) resource provider", "version": "2015-06-01-preview" }, "host": "management.azure.com", diff --git a/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/applicationWhitelistings.json b/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/applicationWhitelistings.json index b04c02b7d1af..a79da252bdf1 100644 --- a/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/applicationWhitelistings.json +++ b/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/applicationWhitelistings.json @@ -1,8 +1,8 @@ { "swagger": "2.0", "info": { - "title": "Security Center", - "description": "API spec for Microsoft.Security (Azure Security Center) resource provider", + "title": "Microsoft Defender for Cloud", + "description": "API spec for Microsoft.Security (Microsoft Defender for Cloud) resource provider", "version": "2015-06-01-preview" }, "host": "management.azure.com", @@ -217,7 +217,7 @@ "definitions": { "AppWhitelistingGroups": { "type": "object", - "description": "Represents a list of VM/server groups and set of rules that are Recommended by Azure Security Center to be allowed", + "description": "Represents a list of VM/server groups and set of rules that are Recommended by Microsoft Defender for Cloud to be allowed", "properties": { "value": { "type": "array", @@ -249,7 +249,7 @@ }, "AppWhitelistingGroupData": { "type": "object", - "description": "Represents a VM/server group and set of rules that are Recommended by Azure Security Center to be allowed", + "description": "Represents a VM/server group and set of rules that are Recommended by Microsoft Defender for Cloud to be allowed", "properties": { "enforcementMode": { "$ref": "#/definitions/EnforcementMode" diff --git a/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/discoveredSecuritySolutions.json b/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/discoveredSecuritySolutions.json index 71d8cb64e991..4dd66014bfc5 100644 --- a/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/discoveredSecuritySolutions.json +++ b/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/discoveredSecuritySolutions.json @@ -1,8 +1,8 @@ { "swagger": "2.0", "info": { - "title": "Security Center", - "description": "API spec for Microsoft.Security (Azure Security Center) resource provider", + "title": "Microsoft Defender for Cloud", + "description": "API spec for Microsoft.Security (Microsoft Defender for Cloud) resource provider", "version": "2015-06-01-preview" }, "host": "management.azure.com", diff --git a/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/externalSecuritySolutions.json b/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/externalSecuritySolutions.json index f20d5a3180c8..c0c70c7ac760 100644 --- a/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/externalSecuritySolutions.json +++ b/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/externalSecuritySolutions.json @@ -1,8 +1,8 @@ { "swagger": "2.0", "info": { - "title": "Security Center", - "description": "API spec for Microsoft.Security (Azure Security Center) resource provider", + "title": "Microsoft Defender for Cloud", + "description": "API spec for Microsoft.Security (Microsoft Defender for Cloud) resource provider", "version": "2015-06-01-preview" }, "host": "management.azure.com", @@ -179,7 +179,7 @@ }, "ExternalSecuritySolution": { "type": "object", - "description": "Represents a security solution external to Azure Security Center which sends information to an OMS workspace and whose data is displayed by Azure Security Center.", + "description": "Represents a security solution external to Microsoft Defender for Cloud which sends information to an OMS workspace and whose data is displayed by Microsoft Defender for Cloud.", "discriminator": "kind", "properties": {}, "allOf": [ diff --git a/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/jitNetworkAccessPolicies.json b/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/jitNetworkAccessPolicies.json index 690c8f16c032..34e0e1abf71c 100644 --- a/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/jitNetworkAccessPolicies.json +++ b/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/jitNetworkAccessPolicies.json @@ -1,8 +1,8 @@ { "swagger": "2.0", "info": { - "title": "Security Center", - "description": "API spec for Microsoft.Security (Azure Security Center) resource provider", + "title": "Microsoft Defender for Cloud", + "description": "API spec for Microsoft.Security (Microsoft Defender for Cloud) resource provider", "version": "2015-06-01-preview" }, "host": "management.azure.com", diff --git a/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/topologies.json b/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/topologies.json index 56981ad31aa8..ef9b292b1188 100644 --- a/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/topologies.json +++ b/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/topologies.json @@ -1,8 +1,8 @@ { "swagger": "2.0", "info": { - "title": "Security Center", - "description": "API spec for Microsoft.Security (Azure Security Center) resource provider", + "title": "Microsoft Defender for Cloud", + "description": "API spec for Microsoft.Security (Microsoft Defender for Cloud) resource provider", "version": "2015-06-01-preview" }, "host": "management.azure.com", diff --git a/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/adaptiveNetworkHardenings.json b/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/adaptiveNetworkHardenings.json index 1f0bd6081a91..2ebdf5f5f558 100644 --- a/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/adaptiveNetworkHardenings.json +++ b/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/adaptiveNetworkHardenings.json @@ -1,8 +1,8 @@ { "swagger": "2.0", "info": { - "title": "Security Center", - "description": "API spec for Microsoft.Security (Azure Security Center) resource provider", + "title": "Microsoft Defender for Cloud", + "description": "API spec for Microsoft.Security (Microsoft Defender for Cloud) resource provider", "version": "2020-01-01" }, "host": "management.azure.com", diff --git a/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/allowedConnections.json b/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/allowedConnections.json index 377faa308c52..96e647301b04 100644 --- a/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/allowedConnections.json +++ b/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/allowedConnections.json @@ -1,8 +1,8 @@ { "swagger": "2.0", "info": { - "title": "Security Center", - "description": "API spec for Microsoft.Security (Azure Security Center) resource provider", + "title": "Microsoft Defender for Cloud", + "description": "API spec for Microsoft.Security (Microsoft Defender for Cloud) resource provider", "version": "2020-01-01" }, "host": "management.azure.com", diff --git a/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/applicationWhitelistings.json b/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/applicationWhitelistings.json index 4c449c09d25e..41665347997e 100644 --- a/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/applicationWhitelistings.json +++ b/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/applicationWhitelistings.json @@ -1,8 +1,8 @@ { "swagger": "2.0", "info": { - "title": "Security Center", - "description": "API spec for Microsoft.Security (Azure Security Center) resource provider", + "title": "Microsoft Defender for Cloud", + "description": "API spec for Microsoft.Security (Microsoft Defender for Cloud) resource provider", "version": "2020-01-01" }, "host": "management.azure.com", @@ -217,7 +217,7 @@ "definitions": { "AdaptiveApplicationControlGroups": { "type": "object", - "description": "Represents a list of machine groups and set of rules that are recommended by Azure Security Center to be allowed", + "description": "Represents a list of VM/server groups and set of rules that are Recommended by Microsoft Defender for Cloud to be allowed", "properties": { "value": { "type": "array", diff --git a/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/discoveredSecuritySolutions.json b/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/discoveredSecuritySolutions.json index ea7a8b9984c1..95ad090b1196 100644 --- a/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/discoveredSecuritySolutions.json +++ b/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/discoveredSecuritySolutions.json @@ -1,8 +1,8 @@ { "swagger": "2.0", "info": { - "title": "Security Center", - "description": "API spec for Microsoft.Security (Azure Security Center) resource provider", + "title": "Microsoft Defender for Cloud", + "description": "API spec for Microsoft.Security (Microsoft Defender for Cloud) resource provider", "version": "2020-01-01" }, "host": "management.azure.com", diff --git a/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/externalSecuritySolutions.json b/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/externalSecuritySolutions.json index 3b8b3b072232..2c393277d494 100644 --- a/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/externalSecuritySolutions.json +++ b/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/externalSecuritySolutions.json @@ -1,8 +1,8 @@ { "swagger": "2.0", "info": { - "title": "Security Center", - "description": "API spec for Microsoft.Security (Azure Security Center) resource provider", + "title": "Microsoft Defender for Cloud", + "description": "API spec for Microsoft.Security (Microsoft Defender for Cloud) resource provider", "version": "2020-01-01" }, "host": "management.azure.com", @@ -179,7 +179,7 @@ }, "ExternalSecuritySolution": { "type": "object", - "description": "Represents a security solution external to Azure Security Center which sends information to an OMS workspace and whose data is displayed by Azure Security Center.", + "description": "Represents a security solution external to Microsoft Defender for Cloud which sends information to an OMS workspace and whose data is displayed by Microsoft Defender for Cloud.", "required": [ "kind" ], diff --git a/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/jitNetworkAccessPolicies.json b/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/jitNetworkAccessPolicies.json index aeb5ab42ffb6..6c90a7960f43 100644 --- a/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/jitNetworkAccessPolicies.json +++ b/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/jitNetworkAccessPolicies.json @@ -1,8 +1,8 @@ { "swagger": "2.0", "info": { - "title": "Security Center", - "description": "API spec for Microsoft.Security (Azure Security Center) resource provider", + "title": "Microsoft Defender for Cloud", + "description": "API spec for Microsoft.Security (Microsoft Defender for Cloud) resource provider", "version": "2020-01-01" }, "host": "management.azure.com", diff --git a/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/securitySolutionsReferenceData.json b/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/securitySolutionsReferenceData.json index 92b203a528f5..dd7c61741e00 100644 --- a/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/securitySolutionsReferenceData.json +++ b/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/securitySolutionsReferenceData.json @@ -1,8 +1,8 @@ { "swagger": "2.0", "info": { - "title": "Security Center", - "description": "API spec for Microsoft.Security (Azure Security Center) resource provider", + "title": "Microsoft Defender for Cloud", + "description": "API spec for Microsoft.Security (Microsoft Defender for Cloud) resource provider", "version": "2020-01-01" }, "host": "management.azure.com", diff --git a/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/serverVulnerabilityAssessments.json b/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/serverVulnerabilityAssessments.json index 16de2de72b18..4c5f76ebcf62 100644 --- a/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/serverVulnerabilityAssessments.json +++ b/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/serverVulnerabilityAssessments.json @@ -1,8 +1,8 @@ { "swagger": "2.0", "info": { - "title": "Security Center", - "description": "API spec for Microsoft.Security (Azure Security Center) resource provider", + "title": "Microsoft Defender for Cloud", + "description": "API spec for Microsoft.Security (Microsoft Defender for Cloud) resource provider", "version": "2020-01-01" }, "host": "management.azure.com", diff --git a/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/topologies.json b/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/topologies.json index 5a898ec20dcc..67ca80831bac 100644 --- a/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/topologies.json +++ b/specification/security/resource-manager/Microsoft.Security/stable/2020-01-01/topologies.json @@ -1,8 +1,8 @@ { "swagger": "2.0", "info": { - "title": "Security Center", - "description": "API spec for Microsoft.Security (Azure Security Center) resource provider", + "title": "Microsoft Defender for Cloud", + "description": "API spec for Microsoft.Security (Microsoft Defender for Cloud) resource provider", "version": "2020-01-01" }, "host": "management.azure.com", diff --git a/specification/security/resource-manager/readme.md b/specification/security/resource-manager/readme.md index 634f0d8ef43c..c226518fb3a2 100644 --- a/specification/security/resource-manager/readme.md +++ b/specification/security/resource-manager/readme.md @@ -592,4 +592,4 @@ See configuration in [readme.ruby.md](./readme.ruby.md) ## Java -See configuration in [readme.java.md](./readme.java.md) +See configuration in [readme.java.md](./readme.java.md) \ No newline at end of file