Skip to content

Commit 4cb0f96

Browse files
authored
fix spelling (#3632)
1 parent 4944732 commit 4cb0f96

39 files changed

+67
-67
lines changed

azps-12.5.0/Az.Relay/New-AzRelayHybridConnection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ This cmdlet creates a new Hybrid Connection using an existing Hybrid Connection
9494
### Example 3: Update an existing Hybrid Connection
9595
```powershell
9696
$connection = Get-AzRelayHybridConnection -ResourceGroupName lucas-relay-rg -Namespace namespace-pwsh01 -Name connection-02
97-
$connection.UserMetadata = "TestHybirdConnection2"
97+
$connection.UserMetadata = "TestHybridConnection2"
9898
New-AzRelayHybridConnection -ResourceGroupName lucas-relay-rg -Namespace namespace-pwsh01 -Name connection-02 -InputObject $connection | Format-List
9999
```
100100

azps-12.5.0/Az.Relay/Set-AzRelayAuthorizationRule.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Type : Microsoft.Relay/Namespaces/AuthorizationRules
8484

8585
This cmdlet adds Listen from the access rights of the authorization rule for the Relay namespace.
8686

87-
### Example 2: Adds Send from the access rights of the authorization rule for the Relay namespace with InputeObject parameter
87+
### Example 2: Adds Send from the access rights of the authorization rule for the Relay namespace with InputObject parameter
8888
```powershell
8989
$authRule = Get-AzRelayAuthorizationRule -ResourceGroupName Relay-ServiceBus-EastUS -Namespace namespace-pwsh01 -Name authRule-01
9090
$authRule.Rights += 'Send'
@@ -107,7 +107,7 @@ SystemDataLastModifiedByType :
107107
Type : Microsoft.Relay/Namespaces/AuthorizationRules
108108
```
109109

110-
This cmdlet adds Send from the access rights of the authorization rule for the Relay namespace with InputeObject parameter.
110+
This cmdlet adds Send from the access rights of the authorization rule for the Relay namespace with InputObject parameter.
111111

112112
### Example 3: Set or update Listen from the access rights of the authorization rule for the Hybrid Connection
113113
```powershell
@@ -132,7 +132,7 @@ Type : Microsoft.Relay/namespaces/hybridconnections/auth
132132

133133
This cmdlet set or update Listen from the access rights of the authorization rule for the Hybrid Connection.
134134

135-
### Example 4: Adds Send from the access rights of the authorization rule for the Hybrid Connection with InputeObject parameter
135+
### Example 4: Adds Send from the access rights of the authorization rule for the Hybrid Connection with InputObject parameter
136136
```powershell
137137
$authRule = Get-AzRelayAuthorizationRule -ResourceGroupName lucas-relay-rg -Namespace namespace-pwsh01 -HybridConnection connection-01 -Name authRule-01
138138
$authRule.Rights += 'Send'
@@ -155,7 +155,7 @@ SystemDataLastModifiedByType :
155155
Type : Microsoft.Relay/namespaces/hybridconnections/authorizationrules
156156
```
157157

158-
This cmdlet adds Send from the access rights of the authorization rule for the Hybrid Connection with InputeObject parameter.
158+
This cmdlet adds Send from the access rights of the authorization rule for the Hybrid Connection with InputObject parameter.
159159

160160
### Example 5: Adds Send from the access rights of the authorization rule for the Wcf Relay
161161
```powershell
@@ -180,7 +180,7 @@ Type : Microsoft.Relay/namespaces/wcfrelays/authorizatio
180180

181181
This cmdlet adds Send from the access rights of the authorization rule for the Wcf Relay.
182182

183-
### Example 6: Adds Send from the access rights of the authorization rule for the Wcf Relay with InputeObject parameter
183+
### Example 6: Adds Send from the access rights of the authorization rule for the Wcf Relay with InputObject parameter
184184
```powershell
185185
$authRule = Get-AzRelayAuthorizationRule -ResourceGroupName lucas-relay-rg -Namespace namespace-pwsh01 -WcfRelay wcf-01 -Name authRule-01
186186
$authRule.Rights += 'Send'
@@ -203,7 +203,7 @@ SystemDataLastModifiedByType :
203203
Type : Microsoft.Relay/namespaces/wcfrelays/authorizationrules
204204
```
205205

206-
This cmdlet adds Send from the access rights of the authorization rule for the Wcf Relay with InputeObject parameter.
206+
This cmdlet adds Send from the access rights of the authorization rule for the Wcf Relay with InputObject parameter.
207207

208208
## PARAMETERS
209209

azps-12.5.0/Az.Relay/Set-AzRelayHybridConnection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This example updates the UserMetadata property with new value.
6666
### Example 2: Updates a HybridConnection in the specified Relay namespace
6767
```powershell
6868
$connection = Get-AzRelayHybridConnection -ResourceGroupName Relay-ServiceBus-EastUS -Namespace namespace-pwsh01 -Name connection-01
69-
$connection.UserMetadata = "testHybirdConnection"
69+
$connection.UserMetadata = "testHybridConnection"
7070
Set-AzRelayHybridConnection -ResourceGroupName Relay-ServiceBus-EastUS -Namespace namespace-pwsh01 -Name connection-01 -InputObject $connection | Format-List
7171
```
7272

azps-12.5.0/Az.Reservations/Get-AzReservation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ centralus bd82bff8-4d29-9375-8194-ce0709fc1691/f2c3a058-b469-4529-88fa-1bae251c
5757
```
5858

5959
Get the list of reservation orders in the current tenant.
60-
By design, some propeties do not have data due to the api response(e.g.
60+
By design, some properties do not have data due to the api response(e.g.
6161
LastUpdatedDateTime and SkuDescription).
6262
In this case please get the single reservation with command in example 2 to get the missing data.
6363

64-
Some data might be trucated due to the width of powershell view, appending this to the end of the command to show the truncated data: | ft -Wrap
64+
Some data might be truncated due to the width of powershell view, appending this to the end of the command to show the truncated data: | ft -Wrap
6565

6666
### Example 2: Get the reservation details given ReservationOrderId and ReservationId
6767
```powershell
@@ -75,7 +75,7 @@ centralus a87c1742-0080-5b4d-b953-8531ad46fdc8/cad6fef7-ae86-4d47-91d0-67c897934
7575
```
7676

7777
Get the details of a single reservation.
78-
Some data might be trucated due to the width of powershell view, appending this to the end of the command to show the truncated data: | ft -Wrap
78+
Some data might be truncated due to the width of powershell view, appending this to the end of the command to show the truncated data: | ft -Wrap
7979

8080
## PARAMETERS
8181

azps-12.5.0/Az.Reservations/Get-AzReservationCatalog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ virtualMachines {P1Y, P3Y, P5Y} Standard_B2s {westus}
5454
virtualMachines {P1Y, P3Y, P5Y} Standard_B4ms {westus}
5555
```
5656

57-
This command gets a catlog of reserved resource type skus with location
57+
This command gets a catalog of reserved resource type skus with location
5858

5959
### Example 2: Get the list of reserved resource type skus without location
6060
```powershell
@@ -82,7 +82,7 @@ SuseLinux {P1Y, P3Y, P5Y} sles_sap_priority_1-2_vcpu_vm
8282
SuseLinux {P1Y, P3Y, P5Y} sles_sap_priority_3-4_vcpu_vm
8383
```
8484

85-
This command gets a catlog of reserved resource type skus without location
85+
This command gets a catalog of reserved resource type skus without location
8686

8787
### Example 3: Get the list of eligible 3pp reserved resource type skus with publisher id, offer id, plan id
8888
```powershell
@@ -105,7 +105,7 @@ VirtualMachineSoftware {P1Y, P3Y, P5Y} canonical.0001-com-ubuntu-pro-xenial.pro-
105105
VirtualMachineSoftware {P1Y, P3Y, P5Y} canonical.0001-com-ubuntu-pro-xenial.pro-16_04-lts.4core
106106
```
107107

108-
This command gets a catlog of eligible 3pp reserved resource type skus with publisher id, offer id, plan id
108+
This command gets a catalog of eligible 3pp reserved resource type skus with publisher id, offer id, plan id
109109

110110
## PARAMETERS
111111

azps-12.5.0/Az.Reservations/Get-AzReservationHistory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ westus 2b9b9372-24e1-4a07-a354-2078fe347cf9/2ef560a7-f469-4b62-87b7-5312d588ce
4444
```
4545

4646
Get the revision of a reservation.
47-
Some data might be trucated due to the width of powershell view, appending this to the end of the command to show the truncated data: | ft -Wrap
47+
Some data might be truncated due to the width of powershell view, appending this to the end of the command to show the truncated data: | ft -Wrap
4848

4949
## PARAMETERS
5050

azps-12.5.0/Az.Reservations/Get-AzReservationOrder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ReservationOrderId DisplayName
5151
```
5252

5353
Get the list of reservation orders in the current tenant.
54-
Some data might be trucated due to the width of powershell view, appending this to the end of the command to show the truncated data: | ft -Wrap
54+
Some data might be truncated due to the width of powershell view, appending this to the end of the command to show the truncated data: | ft -Wrap
5555

5656
### Example 2: Get the reservation order in the current tenant, given reservation order Id
5757
```powershell
@@ -65,7 +65,7 @@ ReservationOrderId DisplayName Term State Quant
6565
```
6666

6767
Get the reservation order in the current tenant, given reservation order Id.
68-
Some data might be trucated due to the width of powershell view, appending this to the end of the command to show the truncated data: | ft -Wrap
68+
Some data might be truncated due to the width of powershell view, appending this to the end of the command to show the truncated data: | ft -Wrap
6969

7070
## PARAMETERS
7171

azps-12.5.0/Az.Reservations/Merge-AzReservation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ westeurope 79ebddac-4030-4296-ab93-1ad90f032058/5a91b7d0-9276-4bc9-adae-2a3f5c2e
4040

4141
Merge two reservations into one single reservation.
4242
The two reservations must have the same reservation order id.
43-
ReservationId can be either GUID form or fully qulified reservation id form "providers/Microsoft.Capacity/reservationOrders/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/reservations/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
43+
ReservationId can be either GUID form or fully qualified reservation id form "providers/Microsoft.Capacity/reservationOrders/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/reservations/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
4444

4545
## PARAMETERS
4646

azps-12.5.0/Az.Reservations/Split-AzReservation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ westeurope c615c897-aaaa-4123-8527-c42cc0da41e0/1bdfaf4a-159d-46ec-be3a-f4aa527d
3939

4040
Split one reservation order into two reservations, given the quantity of each reservation.
4141
The quantity sum up should be equal to the original reservation before splitting.
42-
ReservationId can be either GUID form or fully qulified reservation id form "providers/Microsoft.Capacity/reservationOrders/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/reservations/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
42+
ReservationId can be either GUID form or fully qualified reservation id form "providers/Microsoft.Capacity/reservationOrders/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/reservations/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
4343

4444
## PARAMETERS
4545

azps-12.5.0/Az.ResourceGraph/Get-AzResourceGraphQuery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ global SharedQuery-t01 microsoft.resourcegraph/queries
6363

6464
This command gets a resource graph query by name.
6565

66-
### Example 3: Get a resource graph query by objecy
66+
### Example 3: Get a resource graph query by object
6767
```powershell
6868
$query = New-AzResourceGraphQuery -ResourceGroupName azure-rg-test -Name query-t03 -Location 'global' -Query 'project id, name, type, location' -Description 'test'
6969
Get-AzResourceGraphQuery -InputObject $query

azps-12.5.0/Az.ResourceMover/Invoke-AzResourceMoverBulkRemove.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To aid the user to prerequisite the operation the client can call operation with
3434

3535
## EXAMPLES
3636

37-
### Example 1: Validate the dependecies before remove of the Move Resources from Move Collection
37+
### Example 1: Validate the dependencies before remove of the Move Resources from Move Collection
3838
```powershell
3939
Invoke-AzResourceMoverBulkRemove -ResourceGroupName "RG-MoveCollection-demoRMS" -MoveCollectionName "PS-centralus-westcentralus-demoRMS" -MoveResource $('PSDemoVM') -MoveResourceInputType "MoveResourceId" -ValidateOnly
4040
```
@@ -53,7 +53,7 @@ StartTime : 2/10/2021 12:52:28 PM
5353
Status : Succeeded
5454
```
5555

56-
Validate the dependecies before remove of the move resources from Move Collection.
56+
Validate the dependencies before remove of the move resources from Move Collection.
5757

5858
### Example 2: Remove the Move Resource from Move Collection using "MoveResource Name" as input
5959
```powershell

azps-12.5.0/Az.ResourceMover/Invoke-AzResourceMoverCommit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To aid the user to prerequisite the operation the client can call operation with
3434

3535
## EXAMPLES
3636

37-
### Example 1: Validate the dependecies before commit of the resources.
37+
### Example 1: Validate the dependencies before commit of the resources.
3838
```powershell
3939
Invoke-AzResourceMoverCommit -ResourceGroupName "RG-MoveCollection-demoRMS" -MoveCollectionName "PS-centralus-westcentralus-demoRMS" -MoveResource $('psdemorm-vnet') -MoveResourceInputType "MoveResourceId" -ValidateOnly
4040
```

azps-12.5.0/Az.ResourceMover/Invoke-AzResourceMoverDiscard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To aid the user to prerequisite the operation the client can call operation with
3434

3535
## EXAMPLES
3636

37-
### Example 1: Validate the dependecies before Discard of the resources.
37+
### Example 1: Validate the dependencies before Discard of the resources.
3838
```powershell
3939
Invoke-AzResourceMoverInitiateMove -ResourceGroupName "RG-MoveCollection-demoRMS" -MoveCollectionName "PS-centralus-westcentralus-demoRMS" -MoveResource $('psdemorm-vnet') -MoveResourceInputType "MoveResourceId" -ValidateOnly
4040
```
@@ -53,7 +53,7 @@ StartTime : 2/10/2021 12:39:37 PM
5353
Status : Succeeded
5454
```
5555

56-
Validate the dependecies before Discard of the resources.
56+
Validate the dependencies before Discard of the resources.
5757

5858
### Example 2: Discards the move of the resources using "MoveResource Name" as input.
5959
```powershell

azps-12.5.0/Az.ResourceMover/Invoke-AzResourceMoverInitiateMove.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Moves the set of resources included in the request body.The move operation is tr
3030

3131
## EXAMPLES
3232

33-
### Example 1: Validate the dependecies before Initiate Move for the resources.
33+
### Example 1: Validate the dependencies before Initiate Move for the resources.
3434
```powershell
3535
Invoke-AzResourceMoverInitiateMove -ResourceGroupName "RG-MoveCollection-demoRMS" -MoveCollectionName "PS-centralus-westcentralus-demoRMS" -MoveResource $('psdemorm-vnet') -MoveResourceInputType "MoveResourceId" -ValidateOnly
3636
```

azps-12.5.0/Az.ResourceMover/Invoke-AzResourceMoverPrepare.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To aid the user to prerequisite the operation the client can call operation with
3434

3535
## EXAMPLES
3636

37-
### Example 1: Validate the dependecies before prepare of the resources. Get the required dependent resources that also need to be prepared.
37+
### Example 1: Validate the dependencies before prepare of the resources. Get the required dependent resources that also need to be prepared.
3838
```powershell
3939
$resp = Invoke-AzResourceMoverPrepare -ResourceGroupName "RG-MoveCollection-demoRMS" -MoveCollectionName "PS-centralus-westcentralus-demoRMS" -MoveResource $('psdemovm') -ValidateOnly
4040
```
@@ -67,7 +67,7 @@ SourceId
6767
/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourcegroups/psdemorm/providers/microsoft.network/networksecuritygroups/psdemovm-nsg
6868
```
6969

70-
Validate the dependecies before prepare of the resources.
70+
Validate the dependencies before prepare of the resources.
7171
Get the required dependent resources that also need to be prepared.
7272

7373
### Example 2: Initiate prepare for the set of resources in the Move Collection using "MoveResource Name" as input.

azps-12.5.0/Az.Resources/Az.Resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ Removes a Resource Group scoped Deployment Stack.
495495
Removes a resource lock.
496496

497497
### [Remove-AzResourceManagementPrivateLink](Remove-AzResourceManagementPrivateLink.md)
498-
Deletes the Resource Manangement Private Link.
498+
Deletes the Resource Management Private Link.
499499

500500
### [Remove-AzRoleAssignment](Remove-AzRoleAssignment.md)
501501
Removes a role assignment to the specified principal who is assigned to a particular role at a particular scope.

azps-12.5.0/Az.Resources/Get-AzManagementGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Get specific Management Group
7777

7878

7979
```powershell
80-
$reponse = Get-AzManagementGroup -GroupName TestGroupParent -Expand
80+
$response = Get-AzManagementGroup -GroupName TestGroupParent -Expand
8181
$response
8282
8383
Id : /providers/Microsoft.Management/managementGroups/TestGroupParent

azps-12.5.0/Az.Resources/Get-AzManagementGroupDeploymentStack.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gets Management Group scoped Deployment Stacks.
1414

1515
## SYNTAX
1616

17-
### ListByManagmentGroupId (Default)
17+
### ListByManagementGroupId (Default)
1818
```
1919
Get-AzManagementGroupDeploymentStack -ManagementGroupId <String> [-Pre]
2020
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
@@ -33,13 +33,13 @@ Get-AzManagementGroupDeploymentStack -ResourceId <String> [-Pre] [-DefaultProfil
3333
```
3434

3535
## DESCRIPTION
36-
Retrieve a mangement group scoped deployment stack.
36+
Retrieve a management group scoped deployment stack.
3737

3838
## EXAMPLES
3939

40-
### Example 1: Retrieves the deployment stack MyMGStack in mangement group MyManagementGroup
40+
### Example 1: Retrieves the deployment stack MyMGStack in management group MyManagementGroup
4141
```powershell
42-
Get-AzManagementGroupDeploymentStack -ManagementGroupId MyMangementGroup -Name MyMGStack
42+
Get-AzManagementGroupDeploymentStack -ManagementGroupId MyManagementGroup -Name MyMGStack
4343
```
4444

4545
Get a deployment stack named 'MyMGStack' under an MG named 'MyManagementGroup'.
@@ -66,7 +66,7 @@ The id of the ManagementGroup where the DeploymentStack is deployed
6666
6767
```yaml
6868
Type: System.String
69-
Parameter Sets: ListByManagmentGroupId, GetByManagementGroupIdAndName
69+
Parameter Sets: ListByManagementGroupId, GetByManagementGroupIdAndName
7070
Aliases:
7171

7272
Required: True

azps-12.5.0/Az.Resources/Get-AzPrivateLinkAssociation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Properties : {"privateLink":"/subscriptions/aeb49941-36c3-4e7c-9ffd-16ba89d33ec4
4949
/managementGroups/aaaabbbb-0000-cccc-1111-dddd2222eeee"}
5050
```
5151

52-
Get all the private link associations at the managment group scope.
52+
Get all the private link associations at the management group scope.
5353

5454
### Example 2
5555
```powershell
@@ -67,7 +67,7 @@ Properties : {"privateLink":"/subscriptions/aeb49941-36c3-4e7c-9ffd-16ba89d33ec4
6767
/managementGroups/aaaabbbb-0000-cccc-1111-dddd2222eeee"}
6868
```
6969

70-
Get the specific private link associations at the managment group scope.
70+
Get the specific private link associations at the management group scope.
7171

7272
## PARAMETERS
7373

azps-12.5.0/Az.Resources/Get-AzResourceManagementPrivateLink.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Location : centralus
6161
PrivateEndpointConnections : {}
6262
```
6363

64-
Gets all of the resoure management private links at the subscription scope.
64+
Gets all of the resource management private links at the subscription scope.
6565

6666
### Example 3
6767
```powershell
@@ -84,7 +84,7 @@ Location : centralus
8484
PrivateEndpointConnections : {}
8585
```
8686

87-
Gets all of the resoure management private links at the resource group scope.
87+
Gets all of the resource management private links at the resource group scope.
8888

8989
## PARAMETERS
9090

azps-12.5.0/Az.Resources/Get-AzRoleEligibleChildResource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Get all child resources of a resource `scope` that the calling user has eligible
5151
### Example 2: List all child resources filtered by resource type
5252
```powershell
5353
$scope = "/subscriptions/38ab2ccc-3747-4567-b36b-9478f5602f0d/"
54-
$filter = "resoureType eq 'resourcegroup'"
54+
$filter = "resourceType eq 'resourcegroup'"
5555
Get-AzRoleEligibleChildResource -Scope $scope -Filter $filter
5656
```
5757

azps-12.5.0/Az.Resources/New-AzADServicePrincipal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Create service principal with existing application
179179
New-AzADServicePrincipal -DisplayName $name
180180
```
181181

182-
Create application with display name and associated new service pincipal with it
182+
Create application with display name and associated new service principal with it
183183

184184
## PARAMETERS
185185

azps-12.5.0/Az.Resources/New-AzManagementGroupDeploymentStack.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,14 @@ Create a management group scoped deployment stack.
177177

178178
### Example 1: Creates a new stack MyMGStack at the MyManagementGroup management group and deploys it into the child subscription MySubId
179179
```powershell
180-
New-AzManagementGroupDeploymentStack -Name MyMGStack -ManagementGroupId MyMangementGroup -DeploymentSubscriptionId MySubId -TemplateFile myTemplate.json -Location westus -DenySettingsMode DenyDelete
180+
New-AzManagementGroupDeploymentStack -Name MyMGStack -ManagementGroupId MyManagementGroup -DeploymentSubscriptionId MySubId -TemplateFile myTemplate.json -Location westus -DenySettingsMode DenyDelete
181181
```
182182

183183
Create a new management group scoped deployment stack named 'MyMGStack' in management group 'MyManagementGroup,' with the scope of the underlying deployment being MySubId and deny settings being DenyDelete.
184184

185185
### Example 2: Use a .bicepparam file to create a stack
186186
```powershell
187-
New-AzManagementGroupDeploymentStack -Name MyMGStack -ManagementGroupId MyMangementGroup -DeploymentSubscriptionId MySubId -Location westus -DenySettingsMode DenyDelete -TemplateParameterFile "./parameters.bicepparam"
187+
New-AzManagementGroupDeploymentStack -Name MyMGStack -ManagementGroupId MyManagementGroup -DeploymentSubscriptionId MySubId -Location westus -DenySettingsMode DenyDelete -TemplateParameterFile "./parameters.bicepparam"
188188
```
189189

190190
This command creates a new stack at the management group scope by using a .bicepparam file on disk.

azps-12.5.0/Az.Resources/New-AzPrivateLinkAssociation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ New-AzPrivateLinkAssociation [-ManagementGroupId] <String> [-Name] <String> [-Pr
2121
```
2222

2323
## DESCRIPTION
24-
The New-AzPrivateLinkAssociation cmdlet creates the private link assocaition at the scope.
24+
The New-AzPrivateLinkAssociation cmdlet creates the private link association at the scope.
2525

2626
## EXAMPLES
2727

@@ -41,7 +41,7 @@ Properties : {"privateLink":"/subscriptions/aeb49941-36c3-4e7c-9ffd-16ba89d33ec4
4141
/managementGroups/aaaabbbb-0000-cccc-1111-dddd2222eeee"}
4242
```
4343

44-
Creates the specific private link associations at the managment group scope.
44+
Creates the specific private link associations at the management group scope.
4545

4646
## PARAMETERS
4747

0 commit comments

Comments
 (0)