Skip to content

Commit 39ba52a

Browse files
authored
fix spelling (MicrosoftDocs#3634)
1 parent a1b3e0f commit 39ba52a

34 files changed

+51
-51
lines changed

azps-12.5.0/Az.SelfHelp/Invoke-AzSelfHelpCheckNameAvailability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Message NameAvailable Reason
6363
True
6464
```
6565

66-
Checks if resource name is avilabale/unique for the scope or not
66+
Checks if resource name is available/unique for the scope or not
6767

6868
## PARAMETERS
6969

azps-12.5.0/Az.ServiceBus/Get-AzServiceBusSubscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ ResourceGroupName : damorg
8888
Status : Active
8989
```
9090

91-
Get details of subcription `sub$$D` from ServiceBus topic `myTopic`.
91+
Get details of subscription `sub$$D` from ServiceBus topic `myTopic`.
9292

9393
### Example 2: List all subscriptions in a topic
9494
```powershell

azps-12.5.0/Az.ServiceBus/New-AzServiceBusAuthorizationRuleSASToken.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ New-AzServiceBusAuthorizationRuleSASToken [-AuthorizationRuleId] <String> [-KeyT
2121
```
2222

2323
## DESCRIPTION
24-
The New-AzServiceBusAuthorizationRuleSASToken cmdlet generates a Shared Access Signature (SAS) token for an Azure Eventhub Namesapce or Azure Eventhub
24+
The New-AzServiceBusAuthorizationRuleSASToken cmdlet generates a Shared Access Signature (SAS) token for an Azure Eventhub Namespace or Azure Eventhub
2525

2626
## EXAMPLES
2727

azps-12.5.0/Az.ServiceBus/Test-AzServiceBusName.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Message
5656
The specified name is not available. For more information visit https://aka.ms/eventhubsarmexceptions. False NameInUse
5757
```
5858

59-
Checks the availability of alias name `myAlias` on namespace `myNamepace`.
59+
Checks the availability of alias name `myAlias` on namespace `myNamespace`.
6060

6161
## PARAMETERS
6262

azps-12.5.0/Az.ServiceBus/Test-AzServiceBusNameAvailability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Test-AzServiceBusNameAvailability -ResourceGroupName $resourceGroupName -Namespa
4040
True
4141
```
4242

43-
Returns True if the Provided $nameQueue name is Availabile or returns False if Provided $nameQueue name in not available
43+
Returns True if the Provided $nameQueue name is Available or returns False if Provided $nameQueue name in not available
4444

4545
### Example 2
4646
```powershell
@@ -51,7 +51,7 @@ Test-AzServiceBusNameAvailability -ResourceGroupName $resourceGroupName -Namespa
5151
True
5252
```
5353

54-
Returns True if the Provided $nameTopic name is Availabile or returns False if Provided $nameTopic name in not available
54+
Returns True if the Provided $nameTopic name is Available or returns False if Provided $nameTopic name in not available
5555

5656
## PARAMETERS
5757

azps-12.5.0/Az.ServiceFabric/Add-AzServiceFabricManagedClusterClientCertificate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1010
# Add-AzServiceFabricManagedClusterClientCertificate
1111

1212
## SYNOPSIS
13-
Add certificate common name or thumbprint to the cluster. This will register the certificate agains the cluster for client authentication purposes.
13+
Add certificate common name or thumbprint to the cluster. This will register the certificate against the cluster for client authentication purposes.
1414

1515
## SYNTAX
1616

@@ -43,7 +43,7 @@ Add-AzServiceFabricManagedClusterClientCertificate [-InputObject] <PSManagedClus
4343
```
4444

4545
## DESCRIPTION
46-
Add certificate common name or thumbprint to the cluster. This will register the certificate agains the cluster for client authentication purposes.
46+
Add certificate common name or thumbprint to the cluster. This will register the certificate against the cluster for client authentication purposes.
4747

4848
## EXAMPLES
4949

azps-12.5.0/Az.ServiceFabric/Add-AzServiceFabricManagedNodeTypeVMExtension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Add-AzServiceFabricManagedNodeTypeVMExtension [-ResourceGroupName] <String> [-Cl
3333
```
3434

3535
## DESCRIPTION
36-
Add vm extension to the node type. This will add the extension to the underliying Virtual Machine Scale Set resource.
36+
Add vm extension to the node type. This will add the extension to the underlying Virtual Machine Scale Set resource.
3737

3838
## EXAMPLES
3939

azps-12.5.0/Az.ServiceFabric/Add-AzServiceFabricManagedNodeTypeVMSecret.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $NodeTypeName = "nt1"
4141
Add-AzServiceFabricManagedNodeTypeVMSecret -ResourceGroupName $rgName -ClusterName $clusterName -NodeTypeName $NodeTypeName -SourceVaultId /subscriptions/XXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/testRG/providers/Microsoft.KeyVault/vaults/testkv -CertificateUrl https://testskv.vault.azure.net:443/secrets/TestCert/xxxxxxxxxxxxxxxxxxxxxxxx -CertificateStore My -Verbose
4242
```
4343

44-
This commad adds a certificate secret from the keyvault and secret identifier specified.
44+
This command adds a certificate secret from the keyvault and secret identifier specified.
4545

4646
### Example 2
4747
```powershell
@@ -53,7 +53,7 @@ $nodeType = Get-AzServiceFabricManagedNodeType -ResourceGroupName $rgName -Clust
5353
$nodeType | Add-AzServiceFabricManagedNodeTypeVMSecret -SourceVaultId /subscriptions/XXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/resourceGroups/testRG/providers/Microsoft.KeyVault/vaults/testkv -CertificateUrl https://testskv.vault.azure.net:443/secrets/TestCert/xxxxxxxxxxxxxxxxxxxxxxxx -CertificateStore My -Verbose
5454
```
5555

56-
This commad adds a certificate secret from the keyvault and secret identifier specified, with piping.
56+
This command adds a certificate secret from the keyvault and secret identifier specified, with piping.
5757

5858
## PARAMETERS
5959

azps-12.5.0/Az.ServiceFabric/Az.ServiceFabric.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure Service Fabric Module that you can use to automate the end-2-end operation
1717
Add common name or thumbprint to the cluster for client authentication purposes.
1818

1919
### [Add-AzServiceFabricManagedClusterClientCertificate](Add-AzServiceFabricManagedClusterClientCertificate.md)
20-
Add certificate common name or thumbprint to the cluster. This will register the certificate agains the cluster for client authentication purposes.
20+
Add certificate common name or thumbprint to the cluster. This will register the certificate against the cluster for client authentication purposes.
2121

2222
### [Add-AzServiceFabricManagedClusterNetworkSecurityRule](Add-AzServiceFabricManagedClusterNetworkSecurityRule.md)
2323
Add network security rule to cluster resource.
@@ -125,7 +125,7 @@ Removes a managed application type from the cluster. This will remove all type v
125125
Removes a managed application type version from the cluster. Only supports ARM deployed application type versions.
126126

127127
### [Remove-AzServiceFabricManagedClusterClientCertificate](Remove-AzServiceFabricManagedClusterClientCertificate.md)
128-
Remvoe client certificate by thumbprint or common name.
128+
Remove client certificate by thumbprint or common name.
129129

130130
### [Remove-AzServiceFabricManagedClusterService](Remove-AzServiceFabricManagedClusterService.md)
131131
Remove a managed service from the cluster. Only supports ARM deployed services.
@@ -167,7 +167,7 @@ Update a service fabric managed application type version. This allows you to upd
167167
Update a managed service from the cluster. Only supports ARM deployed services.
168168

169169
### [Set-AzServiceFabricManagedNodeType](Set-AzServiceFabricManagedNodeType.md)
170-
Sets node type resource properties or run reimage actions on specific ndes of the node type with -Reimage parameter.
170+
Sets node type resource properties or run reimage actions on specific nodes of the node type with -Reimage parameter.
171171

172172
### [Set-AzServiceFabricSetting](Set-AzServiceFabricSetting.md)
173173
Add or update one or multiple Service Fabric settings to the cluster.

azps-12.5.0/Az.ServiceFabric/New-AzServiceFabricCluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Azure key vault resource group name, if not given it will be defaulted to resour
275275
```yaml
276276
Type: System.String
277277
Parameter Sets: ByDefaultArmTemplate, ByNewPfxAndVaultName, ByExistingPfxAndVaultName
278-
Aliases: KeyVaultResouceGroupName
278+
Aliases: KeyVaultResourceGroupName
279279

280280
Required: False
281281
Position: Named
@@ -430,7 +430,7 @@ Accept wildcard characters: False
430430
```
431431
432432
### -Thumbprint
433-
The thumbprint for the certificate correspoinding to the SecretIdentifier. Use this if the certificate is not managed as the key vault would only have the certificate stored as a secret and the cmdlet is unable to retreive the thumbprint.
433+
The thumbprint for the certificate corresponding to the SecretIdentifier. Use this if the certificate is not managed as the key vault would only have the certificate stored as a secret and the cmdlet is unable to retrieve the thumbprint.
434434
435435
```yaml
436436
Type: System.String

azps-12.5.0/Az.ServiceFabric/New-AzServiceFabricManagedNodeType.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ Accept wildcard characters: False
416416
```
417417
418418
### -VmUserAssignedIdentity
419-
The list of user assigend identities associated with the virtual machine scale set under the node type. Each entry will be an ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. Follow steps to create the identity and add the role assignment with Service Fabric Resource Provider beforehand here: https://learn.microsoft.com/en-us/azure/service-fabric/how-to-managed-identity-managed-cluster-virtual-machine-scale-sets
419+
The list of user assigned identities associated with the virtual machine scale set under the node type. Each entry will be an ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. Follow steps to create the identity and add the role assignment with Service Fabric Resource Provider beforehand here: https://learn.microsoft.com/en-us/azure/service-fabric/how-to-managed-identity-managed-cluster-virtual-machine-scale-sets
420420
421421
```yaml
422422
Type: System.String[]

azps-12.5.0/Az.ServiceFabric/Remove-AzServiceFabricManagedClusterClientCertificate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1010
# Remove-AzServiceFabricManagedClusterClientCertificate
1111

1212
## SYNOPSIS
13-
Remvoe client certificate by thumbprint or common name.
13+
Remove client certificate by thumbprint or common name.
1414

1515
## SYNTAX
1616

@@ -41,7 +41,7 @@ Remove-AzServiceFabricManagedClusterClientCertificate [-InputObject] <PSManagedC
4141
```
4242

4343
## DESCRIPTION
44-
Remvoe client certificate by thumbprint or common name.
44+
Remove client certificate by thumbprint or common name.
4545

4646
## EXAMPLES
4747

azps-12.5.0/Az.ServiceFabric/Remove-AzServiceFabricManagedNodeType.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Remove-AzServiceFabricManagedNodeType [-ResourceId] <String> -NodeName <String[]
5353
```
5454

5555
## DESCRIPTION
56-
Remove the node type or specific nodes within the node type. If the paremter -NodeName is used then only nodes specified will be removed.
56+
Remove the node type or specific nodes within the node type. If the parameter -NodeName is used then only nodes specified will be removed.
5757

5858
## EXAMPLES
5959

@@ -150,7 +150,7 @@ Accept wildcard characters: False
150150
151151
### -ForceRemoveNode
152152
Using this flag will force the removal even if service fabric is unable to disable the nodes.
153-
Use with caution as this might cause data loss if stateful workloads are running on the nodes, or might bring the cluster down if there are not enough seed nodes after the opearion.
153+
Use with caution as this might cause data loss if stateful workloads are running on the nodes, or might bring the cluster down if there are not enough seed nodes after the operation.
154154
155155
```yaml
156156
Type: System.Management.Automation.SwitchParameter

azps-12.5.0/Az.ServiceFabric/Set-AzServiceFabricManagedClusterApplication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Accept wildcard characters: False
201201
```
202202
203203
### -DefaultServiceTypeMaxPercentUnhealthyPartitionsPerService
204-
Specifies the maximum percent of unhelthy partitions per service allowed by the health policy for the default service type to use for the monitored upgrade.
204+
Specifies the maximum percent of unhealthy partitions per service allowed by the health policy for the default service type to use for the monitored upgrade.
205205
206206
```yaml
207207
Type: System.Int32
@@ -216,7 +216,7 @@ Accept wildcard characters: False
216216
```
217217
218218
### -DefaultServiceTypeMaxPercentUnhealthyReplicasPerPartition
219-
Specifies the maximum percent of unhelthy replicas per service allowed by the health policy for the default service type to use for the monitored upgrade.
219+
Specifies the maximum percent of unhealthy replicas per service allowed by the health policy for the default service type to use for the monitored upgrade.
220220
221221
```yaml
222222
Type: System.Int32
@@ -231,7 +231,7 @@ Accept wildcard characters: False
231231
```
232232
233233
### -DefaultServiceTypeUnhealthyServicesMaxPercent
234-
Specifies the maximum percent of unhelthy services allowed by the health policy for the default service type to use for the monitored upgrade.
234+
Specifies the maximum percent of unhealthy services allowed by the health policy for the default service type to use for the monitored upgrade.
235235
236236
```yaml
237237
Type: System.Int32

azps-12.5.0/Az.ServiceFabric/Set-AzServiceFabricManagedNodeType.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1010
# Set-AzServiceFabricManagedNodeType
1111

1212
## SYNOPSIS
13-
Sets node type resource properties or run reimage actions on specific ndes of the node type with -Reimage parameter.
13+
Sets node type resource properties or run reimage actions on specific nodes of the node type with -Reimage parameter.
1414

1515
## SYNTAX
1616

@@ -56,7 +56,7 @@ Set-AzServiceFabricManagedNodeType [-InputObject] <PSManagedNodeType> -NodeName
5656
```
5757

5858
## DESCRIPTION
59-
Sets node type resource properties or run reimage actions on specific ndes of the node type with -Reimage parameter. On reimgae operation the service fabric nodes will be disabled before reimaging the vms and enabled them back again once they come back. If this is done on primary node types it might take a while as it might not reimage all the nodes at the same time. Use -ForceReimage force the operation even if service fabric is unable to disable the nodes but use with caution as this might cause data loss if stateful workloads are running on the node.
59+
Sets node type resource properties or run reimage actions on specific nodes of the node type with -Reimage parameter. On reimage operation the service fabric nodes will be disabled before reimaging the vms and enabled them back again once they come back. If this is done on primary node types it might take a while as it might not reimage all the nodes at the same time. Use -ForceReimage force the operation even if service fabric is unable to disable the nodes but use with caution as this might cause data loss if stateful workloads are running on the node.
6060

6161
## EXAMPLES
6262

@@ -78,7 +78,7 @@ $NodeTypeName = "nt1"
7878
Set-AzServiceFabricManagedNodeType -ResourceGroupName $rgName -ClusterName $clusterName -name $NodeTypeName -PlacementProperty @{NodeColor="Red";SomeProperty="6";} -Verbose
7979
```
8080

81-
Update placement properites of the node type. This will overwrite older placement properites if any.
81+
Update placement properties of the node type. This will overwrite older placement properties if any.
8282

8383
### Example 3
8484
```powershell

azps-12.5.0/Az.ServiceFabric/Update-AzServiceFabricApplication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Accept wildcard characters: False
175175
```
176176
177177
### -DefaultServiceTypeMaxPercentUnhealthyPartitionsPerService
178-
Specifies the maximum percent of unhelthy partitions per service allowed by the health policy for the default service type to use for the monitored upgrade.
178+
Specifies the maximum percent of unhealthy partitions per service allowed by the health policy for the default service type to use for the monitored upgrade.
179179
180180
```yaml
181181
Type: System.Int32
@@ -190,7 +190,7 @@ Accept wildcard characters: False
190190
```
191191
192192
### -DefaultServiceTypeMaxPercentUnhealthyReplicasPerPartition
193-
Specifies the maximum percent of unhelthy replicas per service allowed by the health policy for the default service type to use for the monitored upgrade.
193+
Specifies the maximum percent of unhealthy replicas per service allowed by the health policy for the default service type to use for the monitored upgrade.
194194
195195
```yaml
196196
Type: System.Int32
@@ -205,7 +205,7 @@ Accept wildcard characters: False
205205
```
206206
207207
### -DefaultServiceTypeUnhealthyServicesMaxPercent
208-
Specifies the maximum percent of unhelthy services allowed by the health policy for the default service type to use for the monitored upgrade.
208+
Specifies the maximum percent of unhealthy services allowed by the health policy for the default service type to use for the monitored upgrade.
209209
210210
```yaml
211211
Type: System.Int32

azps-12.5.0/Az.ServiceLinker/New-AzServiceLinkerSecretAuthInfoObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Accept wildcard characters: False
9797
```
9898
9999
### -SecretNameInKeyVault
100-
The name of secret in keyvault refenced by -SecretStoreKeyVaultId.
100+
The name of secret in keyvault referenced by -SecretStoreKeyVaultId.
101101
102102
```yaml
103103
Type: System.String

azps-12.5.0/Az.SpringCloud/Deploy-AzSpringCloudApp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Accept wildcard characters: False
138138
```
139139
140140
### -FilePath
141-
The path of the file need to be deploied.
141+
The path of the file need to be deployed.
142142
The file supports Jar, NetcoreZip and Source.
143143
144144
```yaml

azps-12.5.0/Az.SpringCloud/Get-AzSpringCloudAppDeployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Get a Deployment and its properties.
4343

4444
## EXAMPLES
4545

46-
### Example 1: Get Spring Cloud App Deploymeng by name
46+
### Example 1: Get Spring Cloud App Deployment by name
4747
```powershell
4848
Get-AzSpringCloudAppDeployment -ResourceGroupName spring-cloud-rg -ServiceName spring-cloud-service -AppName gateway -DeploymentName default
4949
```
@@ -54,7 +54,7 @@ Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType System
5454
jardemo 7/25/2022 9:29:46 AM v-diya@microsoft.com User 7/25/2022 9:38:28 AM v-diya@microsoft.com User springcloudrg
5555
```
5656

57-
Get Spring Cloud App Deploymeng by name.
57+
Get Spring Cloud App Deployment by name.
5858

5959
### Example 2: List all the deployment under a given spring cloud app
6060
```powershell

azps-12.5.0/Az.Sql/Disable-AzSqlDatabaseLedgerDigestUpload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Disable-AzSqlDatabaseLedgerDigestUpload [-ResourceId] <String> [-DefaultProfile
3333
```
3434

3535
## DESCRIPTION
36-
The Disable-AzSqlDatabaseLedgerDigestUpload cmdlet disables uploading ledger digests to Azure Blob storage or Azure Confidental Ledger. To use the cmdlet, identify the database.
36+
The Disable-AzSqlDatabaseLedgerDigestUpload cmdlet disables uploading ledger digests to Azure Blob storage or Azure Confidential Ledger. To use the cmdlet, identify the database.
3737

3838
## EXAMPLES
3939

azps-12.5.0/Az.Sql/Get-AzSqlInstance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Get-AzSqlInstance [-InstancePool] <AzureSqlInstancePoolModel> [-ExpandActiveDire
2626
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2727
```
2828

29-
### ListByInstancePoolResourceIdentiferParameterSet
29+
### ListByInstancePoolResourceIdentifierParameterSet
3030
```
3131
Get-AzSqlInstance [-InstancePoolResourceId] <String> [-ExpandActiveDirectoryAdministrator]
3232
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
@@ -501,7 +501,7 @@ The instance pool resource identifier.
501501
502502
```yaml
503503
Type: System.String
504-
Parameter Sets: ListByInstancePoolResourceIdentiferParameterSet
504+
Parameter Sets: ListByInstancePoolResourceIdentifierParameterSet
505505
Aliases:
506506

507507
Required: True

azps-12.5.0/Az.Sql/Get-AzSqlInstanceDatabaseCopyOperation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Accept wildcard characters: False
295295
```
296296
297297
### -OnlyLatestPerDatabase
298-
Return only latest opereation per managed database
298+
Return only latest operation per managed database
299299
300300
```yaml
301301
Type: System.Management.Automation.SwitchParameter

azps-12.5.0/Az.Sql/Get-AzSqlInstanceDatabaseMoveOperation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Accept wildcard characters: False
295295
```
296296
297297
### -OnlyLatestPerDatabase
298-
Return only latest opereation per managed database
298+
Return only latest operation per managed database
299299
300300
```yaml
301301
Type: System.Management.Automation.SwitchParameter

azps-12.5.0/Az.Sql/New-AzSqlElasticPool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ StorageMB : 32768
9494
Tags :
9595
```
9696

97-
This command creates an elastic pool in the GengeralPurpose service tier named ElasticPool01. The server
97+
This command creates an elastic pool in the GeneralPurpose service tier named ElasticPool01. The server
9898
named server01, assigned to an Azure resource group named ResourceGroup01, hosts the elastic pool
9999
in. The command specifies the vCore property values for the pool and the databases in the pool.
100100

azps-12.5.0/Az.Sql/New-AzSqlInstance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ Accept wildcard characters: False
713713
```
714714
715715
### -IdentityType
716-
Type of identity to be assigned to the server. Possible values are SystemAsssigned, UserAssigned, 'SystemAssigned,UserAssigned' and None.
716+
Type of identity to be assigned to the server. Possible values are SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' and None.
717717
718718
```yaml
719719
Type: System.String

azps-12.5.0/Az.Sql/New-AzSqlInstanceLink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Accept wildcard characters: False
235235
```
236236
237237
### -SourceEndpoint
238-
IP adress of the source endpoint.
238+
IP address of the source endpoint.
239239
240240
```yaml
241241
Type: System.String

azps-12.5.0/Az.Sql/New-AzSqlInstanceStartStopSchedule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Accept wildcard characters: False
147147
```
148148
149149
### -ScheduleList
150-
Array of valid SheduleItem objects.
150+
Array of valid ScheduleItem objects.
151151
152152
```yaml
153153
Type: ScheduleItem[]

azps-12.5.0/Az.Sql/New-AzSqlServer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Accept wildcard characters: False
210210
```
211211
212212
### -IdentityType
213-
Type of identity to be assigned to the server. Possible values are SystemAsssigned, UserAssigned, 'SystemAssigned,UserAssigned' and None.
213+
Type of identity to be assigned to the server. Possible values are SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' and None.
214214
215215
```yaml
216216
Type: System.String

0 commit comments

Comments
 (0)