Skip to content

Commit 122d3f4

Browse files
a7mad-3bbasAhmad AbasVeryEarly
authored
Fix typo in printing va scan results (#14732)
* Fix typo in printing va scan results * add reference to compute, network and operational insights to the solution to try to mitigate issue with tests * added new line Co-authored-by: Ahmad Abas <[email protected]> Co-authored-by: Yabo Hu <[email protected]>
1 parent 6083fc3 commit 122d3f4

File tree

4 files changed

+24
-5
lines changed

4 files changed

+24
-5
lines changed

src/Security/Security.sln

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScenarioTest.ResourceManage
2020
EndProject
2121
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestFx", "..\..\tools\TestFx\TestFx.csproj", "{BC80A1D0-FFA4-43D9-AA74-799F5CB54B58}"
2222
EndProject
23+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Compute", "..\Compute\Compute\Compute.csproj", "{5C16925E-2F00-4254-AF14-029609FEFFCA}"
24+
EndProject
25+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Network", "..\Network\Network\Network.csproj", "{1EC44FBB-41F6-425A-8489-9643DBDB45E3}"
26+
EndProject
27+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OperationalInsights", "..\OperationalInsights\OperationalInsights\OperationalInsights.csproj", "{AC0EA5E7-BD16-4E47-A8D9-0DBC18E6BB70}"
28+
EndProject
2329
Global
2430
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2531
Debug|Any CPU = Debug|Any CPU
@@ -58,6 +64,18 @@ Global
5864
{BC80A1D0-FFA4-43D9-AA74-799F5CB54B58}.Debug|Any CPU.Build.0 = Debug|Any CPU
5965
{BC80A1D0-FFA4-43D9-AA74-799F5CB54B58}.Release|Any CPU.ActiveCfg = Release|Any CPU
6066
{BC80A1D0-FFA4-43D9-AA74-799F5CB54B58}.Release|Any CPU.Build.0 = Release|Any CPU
67+
{5C16925E-2F00-4254-AF14-029609FEFFCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
68+
{5C16925E-2F00-4254-AF14-029609FEFFCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
69+
{5C16925E-2F00-4254-AF14-029609FEFFCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
70+
{5C16925E-2F00-4254-AF14-029609FEFFCA}.Release|Any CPU.Build.0 = Release|Any CPU
71+
{1EC44FBB-41F6-425A-8489-9643DBDB45E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
72+
{1EC44FBB-41F6-425A-8489-9643DBDB45E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
73+
{1EC44FBB-41F6-425A-8489-9643DBDB45E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
74+
{1EC44FBB-41F6-425A-8489-9643DBDB45E3}.Release|Any CPU.Build.0 = Release|Any CPU
75+
{AC0EA5E7-BD16-4E47-A8D9-0DBC18E6BB70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
76+
{AC0EA5E7-BD16-4E47-A8D9-0DBC18E6BB70}.Debug|Any CPU.Build.0 = Debug|Any CPU
77+
{AC0EA5E7-BD16-4E47-A8D9-0DBC18E6BB70}.Release|Any CPU.ActiveCfg = Release|Any CPU
78+
{AC0EA5E7-BD16-4E47-A8D9-0DBC18E6BB70}.Release|Any CPU.Build.0 = Release|Any CPU
6179
EndGlobalSection
6280
GlobalSection(SolutionProperties) = preSolution
6381
HideSolutionNode = FALSE

src/Security/Security/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
-->
2020

2121
## Upcoming Release
22+
* Fix typo in printing SQL vulnerability assessment scan results
2223

2324
## Version 0.10.0
2425
* Added Sql Vulnerability Assessment cmdlets for IAAS:

src/Security/Security/Models/SqlVulnerabilityAssessment/PSSqlVulnerabilityAssessmentRemediation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public override string ToString()
1616
{
1717
return string.Join(Environment.NewLine, $"{{",
1818
$"{Description}",
19-
$"IsAutimated: {Automated}",
19+
$"IsAutomated: {Automated}",
2020
$"Portal Link: {PortalLink}",
2121
$"Script:",
2222
(Scripts.Any() ? $"{string.Join(Environment.NewLine, Scripts)}" : "{}"),

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ IsTrimmed : False
4141
QueryResults : {dbo db_owner SQL_USER}
4242
Remediation : {
4343
Remove members who should not have access to the database role
44-
IsAutimated: True
44+
IsAutomated: True
4545
Portal Link:
4646
Script:
4747
ALTER ROLE [db_owner] DROP MEMBER [dbo]
@@ -119,7 +119,7 @@ IsTrimmed : False
119119
QueryResults : {dbo db_owner SQL_USER}
120120
Remediation : {
121121
Remove members who should not have access to the database role
122-
IsAutimated: True
122+
IsAutomated: True
123123
Portal Link:
124124
Script:
125125
ALTER ROLE [db_owner] DROP MEMBER [dbo]
@@ -179,7 +179,7 @@ IsTrimmed : False
179179
QueryResults : {}
180180
Remediation : {
181181
Revoke EXECUTE permission on xp_cmdshell to all users (except dbo)
182-
IsAutimated: False
182+
IsAutomated: False
183183
Portal Link:
184184
Script:
185185
{}
@@ -221,7 +221,7 @@ IsTrimmed : False
221221
QueryResults : {True}
222222
Remediation : {
223223
Install the latest SQL Server CU corresponding to your version of SQL Server. Go to https://technet.microsoft.com/en-us/sqlserver/ff803383.aspx to find and download the required CU.
224-
IsAutimated: True
224+
IsAutomated: True
225225
Portal Link:
226226
Script:
227227
{}

0 commit comments

Comments
 (0)