Skip to content

Spelling Fixes #28074

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/SecurityInsights/SecurityInsights.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ directive:
verb: Set
set:
verb: Update
# fix subject name to encrichment
# fix subject name to enrichment
- where:
subject: DomainWhois
set:
Expand Down Expand Up @@ -184,7 +184,7 @@ directive:
subject: EntityTimeline
variant: List
remove: true
# Rename Id for user expierence
# Rename Id for user experience
- where:
subject: AlertRuleAction
parameter-name: Id
Expand Down Expand Up @@ -337,7 +337,7 @@ directive:
- where:
variant: ^Append$|^AppendViaIdentity$|^Connect$|^ConnectViaIdentity$|^CreateViaIdentity$|^CreateViaIdentityExpanded$|^Expand$|^ExpandViaIdentity$|^ExpandViaIdentityExpanded$|^GetViaIdentityExpanded$|^PostViaIdentity$|^Query$|^QueryViaIdentity$|^QueriesViaIdentity$|^Replace$|^ReplaceViaIdentity$
remove: true
# fix Equals that conflicts with inhertied property
# fix Equals that conflicts with inherited property
- where:
enum-name: AutomationRulePropertyConditionSupportedOperator
enum-value-name: Equals
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This command gets insights and activities for an Entity.
$Entity | Get-AzSentinelEntityActivity
```

This command gets insights and activies for an Entity by object
This command gets insights and activities for an Entity by object

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ This command creates an Alert Rule of the MicrosoftSecurityIncidentCreation kind

### Example 5: Create a Scheduled Alert Rule
```powershell
New-AzSentinelAlertRule -ResourceGroupName "myResourceGroup" -WorkspaceName "myWorkspaceName" -Kind Scheduled -Enabled -DisplayName "Powershell Exection Alert (Several Times per Hour)" -Severity Low -Query "SecurityEvent | where EventId == 4688" -QueryFrequency (New-TimeSpan -Hours 1) -QueryPeriod (New-TimeSpan -Hours 1) -TriggerThreshold 10
New-AzSentinelAlertRule -ResourceGroupName "myResourceGroup" -WorkspaceName "myWorkspaceName" -Kind Scheduled -Enabled -DisplayName "Powershell Execution Alert (Several Times per Hour)" -Severity Low -Query "SecurityEvent | where EventId == 4688" -QueryFrequency (New-TimeSpan -Hours 1) -QueryPeriod (New-TimeSpan -Hours 1) -TriggerThreshold 10
```

This command creates an Alert Rule of the Scheduled kind.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ This command gets insights and activities for an Entity.
$Entity | Get-AzSentinelEntityActivity
```

This command gets insights and activies for an Entity by object
This command gets insights and activities for an Entity by object
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This command creates an Alert Rule of the MicrosoftSecurityIncidentCreation kind

### Example 5: Create a Scheduled Alert Rule
```powershell
New-AzSentinelAlertRule -ResourceGroupName "myResourceGroup" -WorkspaceName "myWorkspaceName" -Kind Scheduled -Enabled -DisplayName "Powershell Exection Alert (Several Times per Hour)" -Severity Low -Query "SecurityEvent | where EventId == 4688" -QueryFrequency (New-TimeSpan -Hours 1) -QueryPeriod (New-TimeSpan -Hours 1) -TriggerThreshold 10
New-AzSentinelAlertRule -ResourceGroupName "myResourceGroup" -WorkspaceName "myWorkspaceName" -Kind Scheduled -Enabled -DisplayName "Powershell Execution Alert (Several Times per Hour)" -Severity Low -Query "SecurityEvent | where EventId == 4688" -QueryFrequency (New-TimeSpan -Hours 1) -QueryPeriod (New-TimeSpan -Hours 1) -TriggerThreshold 10
```

This command creates an Alert Rule of the Scheduled kind. Please note that that query (parameter -Query) needs to be on a single line as as string.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ Describe 'Update-AzSentinelSetting' -Tag 'LiveOnly' {
It 'UpdateExpanded' {
Update-AzSentinelSetting -ResourceGroupName $env.resourceGroupName -WorkspaceName $env.workspaceName -SettingsName Anomalies -Enabled $false
$settings = get-AzSentinelSetting -ResourceGroupName $env.resourceGroupName -WorkspaceName $env.workspaceName
$sttings.Name | Should -Not -Contain "Anomalies"
$settings.Name | Should -Not -Contain "Anomalies"
}

It 'UpdateViaIdentityExpanded' {
$setting = Get-AzSentinelSetting -ResourceGroupName $env.resourceGroupName -WorkspaceName $env.workspaceName -SettingsName EyesOn
Update-AzSentinelSetting -InputObject $setting -Enabled $false
$settings = get-AzSentinelSetting -ResourceGroupName $env.resourceGroupName -WorkspaceName $env.workspaceName
$sttings.Name | Should -Not -Contain "EyesOn"
$settings.Name | Should -Not -Contain "EyesOn"
}
}
8 changes: 4 additions & 4 deletions src/SecurityInsights/SecurityInsights.Autorest/test/utils.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ function setupEnv() {
$bookmarkExpansionId = (New-Guid).Guid
$null = $env.Add('bookmarkExpansionId', $bookmarkExpansionId)

#Create Bookmark Realtion
#Create Bookmark Relation
Write-Host "Start to create test bookmark Relation"
$null = $env.Add('NewBookmarkRelationName', ("NewbookmarkRelation"+ (RandomString -allChars $false -len 6)))
$null = $env.Add('NewBookmarkRelationId', ((New-Guid).Guid))
Expand Down Expand Up @@ -370,7 +370,7 @@ function setupEnv() {
#cant pre-create to test.

#OnboardingState
#create additonal workspaces in first template
#create additional workspaces in first template

#Setting
#Nothing to create
Expand All @@ -379,15 +379,15 @@ function setupEnv() {
#SourceControlRepository
#nothing to create

#ThreatIntelligeneceIndicator
#ThreatIntelligenceIndicator
Write-Host "Start to create test threat intelligence indicator"
Create-ThreatIntelligenceIndicator -PSVerb Get -WorkspaceName $env.workspaceName -IP "8.8.8.1"
Create-ThreatIntelligenceIndicator -PSVerb Remove -WorkspaceName $env.workspaceName -IP "8.8.8.2"
Create-ThreatIntelligenceIndicator -PSVerb RemoveViaId -WorkspaceName $env.workspaceName -IP "8.8.8.3"
Create-ThreatIntelligenceIndicator -PSVerb Update -WorkspaceName $env.workspaceName -IP "8.8.8.4"
Create-ThreatIntelligenceIndicator -PSVerb UpdateViaId -WorkspaceName $env.workspaceName -IP "8.8.8.5"

#ThreatIntelligeneceIndicatorMetric
#ThreatIntelligenceIndicatorMetric
#nothing to create

# For any resources you created for test, you should add it to $env here.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Message NameAvailable Reason
True
```

Checks if resource name is avilabale/unique for the scope or not
Checks if resource name is available/unique for the scope or not

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Message NameAvailable Reason
True
```

Checks if resource name is avilabale/unique for the scope or not
Checks if resource name is available/unique for the scope or not


2 changes: 1 addition & 1 deletion src/ServiceBus/ServiceBus/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ for a better powershell experience and as a result would witness breaking change
* Added new command 'Test-AzServiceBusNameAvailability' to check the name availability for queue and topic

## Version 1.3.0
* Added new cmmdlet added for generating SAS token : New-AzServiceBusAuthorizationRuleSASToken
* Added new cmdlet added for generating SAS token : New-AzServiceBusAuthorizationRuleSASToken
* Added verification and error message for authorizationrules rights if only 'Manage' is assigned

## Version 1.2.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace Microsoft.Azure.Commands.ServiceBus.Commands
[Cmdlet("New", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "ServiceBusAuthorizationRuleSASToken", DefaultParameterSetName = NamespaceAuthoRuleParameterSet, SupportsShouldProcess = true), OutputType(typeof(PSSharedAccessSignatureAttributes))]
public class NewAzureAuthorizationRuleSASToken : AzureServiceBusCmdletBase
{
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, Position = 0, HelpMessage = "ARM ResourceId of the Authoraization Rule")]
[Parameter(Mandatory = true, ValueFromPipelineByPropertyName = true, Position = 0, HelpMessage = "ARM ResourceId of the Authorization Rule")]
[ResourceGroupCompleter]
[ValidateNotNullOrEmpty]
[Alias(AliasResourceId)]
Expand Down
22 changes: 11 additions & 11 deletions src/ServiceBus/ServiceBus/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions src/ServiceBus/ServiceBus/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<value>Invoking Geo DR failover and reconfigure the alias - {0} to point to the secondary namespace - {1}</value>
</data>
<data name="DRRemoveAlias" xml:space="preserve">
<value>Deleting Alias: {0} of Nnamespace{1}</value>
<value>Deleting Alias: {0} of Namespace{1}</value>
</data>
<data name="FileDoesNotExist" xml:space="preserve">
<value>File {0} does not exist</value>
Expand Down Expand Up @@ -187,10 +187,10 @@
<value>Delete the Migration Configuration</value>
</data>
<data name="RemoveNamespace" xml:space="preserve">
<value>Delete Namespace:{0} ofthe ResourceGroup:{1}</value>
<value>Delete Namespace:{0} of the ResourceGroup:{1}</value>
</data>
<data name="RemoveNamespaceAuthorizationRule" xml:space="preserve">
<value>Are you sure you want to delete AtuhorizationRule:{0} of Namespace: {1}</value>
<value>Are you sure you want to delete AuthorizationRule:{0} of Namespace: {1}</value>
</data>
<data name="RemoveNamespacePrivateEndpoints" xml:space="preserve">
<value>Remove PrivateEndpoint named: {0} for Namespace: {1} of ResourceGroup: {2}</value>
Expand All @@ -199,7 +199,7 @@
<value>Deleting Queue:{0} of Namespace:{1}</value>
</data>
<data name="RemoveQueueAuthorizationRule" xml:space="preserve">
<value>Removing AtuhorizationRule:{0} from Queue::{1} of Namespace: {2}</value>
<value>Removing AuthorizationRule:{0} from Queue::{1} of Namespace: {2}</value>
</data>
<data name="RemoveRule" xml:space="preserve">
<value>Deleting Rule:{0} for Subscription:{1} of Namespace:{2}</value>
Expand All @@ -211,16 +211,16 @@
<value>Deleting Topic:{0} of Namespace:{1}</value>
</data>
<data name="RemoveTopicAuthorizationRule" xml:space="preserve">
<value>Removeing AuthorizationRule:{0} from Topic: {1} of Namespace: {2}</value>
<value>Removing AuthorizationRule:{0} from Topic: {1} of Namespace: {2}</value>
</data>
<data name="RemovingNamespaceAuthorizationRule" xml:space="preserve">
<value>Removing AuthorizationRule:{0} of Namespace: {1}</value>
</data>
<data name="RemovingQueueAuthorizationRule" xml:space="preserve">
<value>Are you sure you want to remove AtuhorizationRule:{0} from Queue:{1} of Namespace: {2}</value>
<value>Are you sure you want to remove AuthorizationRule:{0} from Queue:{1} of Namespace: {2}</value>
</data>
<data name="RemovingTopicAuthorizationRule" xml:space="preserve">
<value>Are you sure you want to remove AtuhorizationRule:{0} from Topic: {1} of Namespace: {2}</value>
<value>Are you sure you want to remove AuthorizationRule:{0} from Topic: {1} of Namespace: {2}</value>
</data>
<data name="RevertMigrationConfiguration" xml:space="preserve">
<value>Get the Migration configuration </value>
Expand All @@ -229,7 +229,7 @@
<value>Start Standard to Premium Migration</value>
</data>
<data name="UpdateNamespace" xml:space="preserve">
<value>Update Namespace:{0} of the ResorceGroup:{1}</value>
<value>Update Namespace:{0} of the ResourceGroup:{1}</value>
</data>
<data name="UpdateNamespaceAuthorizationrule" xml:space="preserve">
<value>Updating AuthorizationRule named:{0} for Namespace: {1}</value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"certificateIssuerThumbprint": {
"type": "string",
"metadata": {
"description": "Certificate Issuer thumprints separated by comma"
"description": "Certificate Issuer thumbprints separated by comma"
}
},
"sourceVaultValue": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# $policy = New-AzKeyVaultCertificatePolicy -SecretContentType application/x-pkcs12 -SubjectName "CN=AzureRMSFTestCert2" -IssuerName Self
# Add-AzKeyVaultCertificate -VaultName azurermsfkv -Name AzureRMSFTestCert2 -CertificatePolicy $policy
# Get-AzKeyVaultCertificate -VaultName azurermsfkv -Name AzureRMSFTestCert2 | select Thumbprint, SecretId
# # Add the above values to Get-SecretUrl and Get-Thumbrprint
# # Add the above values to Get-SecretUrl and Get-Thumbprint
#
# # add certificate for application test to key vault (AzureRMSFTestCertApp)
# $policyCertApp = New-AzKeyVaultCertificatePolicy -SecretContentType application/x-pkcs12 -SubjectName "CN=AzureRMSFTestCertApp" -IssuerName Self
Expand Down
6 changes: 3 additions & 3 deletions src/ServiceFabric/ServiceFabric/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@

## Version 1.2.0
* Fixed typo in example for `Update-AzServiceFabricReliability` reference documentation
* Adding new cmdlets to manage appliaction and services:
* Adding new cmdlets to manage application and services:
- New-AzServiceFabricApplication
- New-AzServiceFabricApplicationType
- New-AzServiceFabricApplicationTypeVersion
Expand Down Expand Up @@ -186,6 +186,6 @@
## Version 1.0.0
* General availability of `Az.ServiceFabric` module
* Upgraded Service Fabric SDK dependency to version 1.1.0.
- This change allows the cmdlets to suport certifiates by common names.
* Added optinal parameters -CertCommonName and -CertIssuerThumbprint to `New-AzureRmServiceFabricCluster` to support creating cluster with certificate by common name.
- This change allows the cmdlets to support certificates by common names.
* Added optional parameters -CertCommonName and -CertIssuerThumbprint to `New-AzureRmServiceFabricCluster` to support creating cluster with certificate by common name.
* Added optional parameters -CertCommonName and -CertIssuerThumbprint to `Add-AzureRmServiceFabricClusterCertificate` to support adding certificate by common name.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace Microsoft.Azure.Commands.ServiceFabric.Commands
[Cmdlet(VerbsCommon.New, ResourceManager.Common.AzureRMConstants.AzurePrefix + Constants.ServiceFabricPrefix + "ManagedClusterApplicationTypeVersion", SupportsShouldProcess = true), OutputType(typeof(PSManagedApplicationTypeVersion))]
public class NewAzServiceFabricManagedClustersApplicationTypeVersion : ManagedApplicationCmdletBase
{
#region Paramters
#region Parameters
[Parameter(Mandatory = true, Position = 0, ValueFromPipelineByPropertyName = true,
HelpMessage = "Specify the name of the resource group.")]
[ResourceGroupCompleter]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class SetAzServiceFabricManagedClustersApplicationTypeVersion : ManagedAp
private const string ByInputObject = "ByInputObject";
private const string ByResourceId = "ByResourceId";

#region Paramters
#region Parameters
[Parameter(Mandatory = true, Position = 0, ParameterSetName = ByResourceGroup, ValueFromPipelineByPropertyName = true,
HelpMessage = "Specify the name of the resource group.")]
[ResourceGroupCompleter]
Expand Down
Loading
Loading