Skip to content

Commit aa9c341

Browse files
added parameters description to the following cmdlets:
- Add-SPOServicePrioritizationAppRegistration - Get-SPOServicePrioritizationAppRegistrations - Get-SPOServicePrioritizationBillingPolicies - New-SPOServicePrioritizationBillingPolicy - Remove-SPOServicePrioritizationAppRegistration - Set-SPOServicePrioritizationAppRegistration
1 parent 4f0c123 commit aa9c341

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOServicePrioritizationAppRegistration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This example adds a new app registration with the specified AppId and PolicyId,
3838
## PARAMETERS
3939

4040
### -AppId
41-
{{ Fill AppId Description }}
41+
Specifies the unique identifier (GUID) of the app registration to be added.
4242

4343
```yaml
4444
Type: Guid
@@ -53,7 +53,7 @@ Accept wildcard characters: False
5353
```
5454
5555
### -PolicyId
56-
{{ Fill PolicyId Description }}
56+
Specifies the unique identifier (GUID) of the policy to associate with the app registration.
5757
5858
```yaml
5959
Type: Guid
@@ -68,7 +68,7 @@ Accept wildcard characters: False
6868
```
6969
7070
### -QuotaMultiplier
71-
{{ Fill QuotaMultiplier Description }}
71+
This parameter specifies the quota multiplier limit for the scaling feature. Value must be between 2 and 10.
7272
7373
```yaml
7474
Type: Int32

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOServicePrioritizationAppRegistrations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ This example retrieves all app registrations configured for service prioritizati
3636

3737
## PARAMETERS
3838

39+
### -AppId
40+
Specifies the unique identifier (GUID) of the app registration to retrieve.
41+
3942
### CommonParameters
4043
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
4144

sharepoint/sharepoint-ps/sharepoint-online/New-SPOServicePrioritizationBillingPolicy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This example creates a new billing policy for service prioritization with the sp
3838
## PARAMETERS
3939

4040
### -AzureRegion
41-
{{ Fill AzureRegion Description }}
41+
Specifies the Azure region where the billing policy applies.
4242

4343
```yaml
4444
Type: String
@@ -53,7 +53,7 @@ Accept wildcard characters: False
5353
```
5454
5555
### -AzureSubscriptionId
56-
{{ Fill AzureSubscriptionId Description }}
56+
Specifies the unique identifier (GUID) of the Azure subscription associated with the billing policy.
5757
5858
```yaml
5959
Type: Guid
@@ -68,7 +68,7 @@ Accept wildcard characters: False
6868
```
6969
7070
### -FriendlyName
71-
{{ Fill FriendlyName Description }}
71+
Specifies a user-friendly name for the billing policy.
7272
7373
```yaml
7474
Type: String
@@ -83,7 +83,7 @@ Accept wildcard characters: False
8383
```
8484
8585
### -ResourceGroup
86-
{{ Fill ResourceGroup Description }}
86+
Specifies the Azure resource group associated with the billing policy.
8787
8888
```yaml
8989
Type: String

sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOServicePrioritizationAppRegistration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This example removes the app registration with the specified AppId from service
3737
## PARAMETERS
3838

3939
### -AppId
40-
{{ Fill AppId Description }}
40+
The unique identifier (GUID) of the app registration to be removed from service prioritization. This parameter is required and must be specified.
4141

4242
```yaml
4343
Type: Guid

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOServicePrioritizationAppRegistration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This example updates the app registration with the specified AppId, enabling it
3838
## PARAMETERS
3939

4040
### -AppId
41-
{{ Fill AppId Description }}
41+
Specifies the unique identifier (GUID) of the app registration to update.
4242

4343
```yaml
4444
Type: Guid
@@ -53,7 +53,7 @@ Accept wildcard characters: False
5353
```
5454
5555
### -Enabled
56-
{{ Fill Enabled Description }}
56+
Specifies whether the app registration is enabled or disabled. Accepts a Boolean value.
5757
5858
```yaml
5959
Type: Boolean
@@ -68,7 +68,7 @@ Accept wildcard characters: False
6868
```
6969
7070
### -QuotaMultiplier
71-
{{ Fill QuotaMultiplier Description }}
71+
This parameter specifies the quota multiplier limit for the scaling feature. Value must be between 2 and 10.
7272
7373
```yaml
7474
Type: Int32

0 commit comments

Comments
 (0)