Skip to content

Commit 923961a

Browse files
authored
update Security (Azure#16822)
1 parent c2ff08c commit 923961a

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

src/Security/Security/help/Get-AzSecuritySecureScore.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,23 @@ Get-AzSecuritySecureScore [-DefaultProfile <IAzureContextContainer>] [<CommonPar
2222
Get-AzSecuritySecureScore -Name <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2323
```
2424

25+
## DESCRIPTION
26+
The Get-AzSecuritySecureScore comlet gets security secure scores and their results on a subscription.
27+
2528
## EXAMPLES
2629

2730
### Example 1
2831
```powershell
2932
PS C:\> Get-AzSecuritySecureScore
33+
34+
Id : /subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Security/secureScores/ascScore
35+
Name : ascScore
36+
Type : Microsoft.Security/secureScores
37+
DisplayName : ASC score
38+
CurrentScore : 18.38
39+
MaxScore : 56
40+
Percentage : 0.3282
41+
Weight : 1161
3042
```
3143

3244
Gets all the security secure scores in a subscription

src/Security/Security/help/Get-AzSecuritySecureScoreControl.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,27 @@ Get-AzSecuritySecureScoreControl [-DefaultProfile <IAzureContextContainer>] [<Co
2222
Get-AzSecuritySecureScoreControl -Name <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2323
```
2424

25+
## DESCRIPTION
26+
The Get-AzSecuritySecureScoreControl comlet gets security secure score controls and their results on a subscription.
27+
2528
## EXAMPLES
2629

2730
### Example 1
2831
```powershell
2932
PS C:\> Get-AzSecuritySecureScoreControl
33+
34+
Id : /subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Security/secureSco
35+
res/ascScore/secureScoreControls/8fd574ec-43cf-426e-a439-a67cbaf2d564
36+
Name : 8fd574ec-43cf-426e-a439-a67cbaf2d564
37+
Type : Microsoft.Security/secureScores/secureScoreControls
38+
DisplayName : Enable encryption at rest
39+
CurrentScore : 0
40+
MaxScore : 4
41+
Percentage : 0
42+
Weight : 6
43+
HealthyResourceCount : 0
44+
UnhealthyResourceCount : 6
45+
NotApplicableResourceCount : 0
3046
```
3147

3248
Gets all the security secure scores in a subscription

src/Security/Security/help/Get-AzSecuritySecureScoreControlDefinition.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,25 @@ Get-AzSecuritySecureScoreControlDefinition [-DefaultProfile <IAzureContextContai
2222
Get-AzSecuritySecureScoreControlDefinition -Name <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2323
```
2424

25+
## DESCRIPTION
26+
The Get-AzSecuritySecureScoreControlDefinition comlet gets security secure score control definitions on a subscription.
27+
2528
## EXAMPLES
2629

2730
### Example 1
2831
```powershell
2932
PS C:\> Get-AzSecuritySecureScoreControlDefinition
33+
34+
Id : /providers/Microsoft.Security/secureScoreControlDefinitions/a9909064-42b4-4d34-8143-275477afe18b
35+
Name : a9909064-42b4-4d34-8143-275477afe18b
36+
Type : Microsoft.Security/secureScoreControlDefinitions
37+
DisplayName : Protect your applications with Azure advanced networking solutions
38+
Description :
39+
MaxScore : 2
40+
Source : BuiltIn
41+
AssessmentDefinitions : {/providers/Microsoft.Security/assessmentMetadata/e3de1cc0-f4dd-3b34-e496-8b5381ba2d70, /providers/Microsoft.Security/assessmentMetadata/08e628db-e2ed-4793-bc91-d13e6
42+
84401c3, /providers/Microsoft.Security/assessmentMetadata/0642d770-b189-42ef-a2ce-9dcc3ec6c169, /providers/Microsoft.Security/assessmentMetadata/405c9ae6-49f9-46c4-88
43+
73-a86690f27818...}
3044
```
3145

3246
Gets all the security secure score control definitions in a subscription

0 commit comments

Comments
 (0)