-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update help for Az.Tools.Predictor (#14376)
* Update help for Az.Tools.Predictor (#14374) * update build.proj * Change help folder
- Loading branch information
1 parent
593f57f
commit 04ce323
Showing
6 changed files
with
161 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
--- | ||
external help file: Microsoft.Azure.PowerShell.Tools.AzPredictor.dll-Help.xml | ||
Module Name: Az.Tools.Predictor | ||
online version: | ||
schema: 2.0.0 | ||
--- | ||
|
||
# Disable-AzPredictor | ||
|
||
## SYNOPSIS | ||
Cmdlet to disable Az Predictor and stop receiving suggestions. | ||
|
||
## SYNTAX | ||
|
||
``` | ||
Disable-AzPredictor [-AllSession] [-PassThru] [<CommonParameters>] | ||
``` | ||
|
||
## DESCRIPTION | ||
Use this cmdlet to disable Az Predictor and stop receiving suggestions. | ||
|
||
## EXAMPLES | ||
|
||
### Example 1 | ||
``` | ||
PS C:\> Disable-AzPredictor | ||
``` | ||
|
||
Disable Az Predictor only for the current session. | ||
|
||
## PARAMETERS | ||
|
||
### -AllSession | ||
Disable Az Predictor for the current and future PowerShell sessions. | ||
|
||
```yaml | ||
Type: SwitchParameter | ||
Parameter Sets: (All) | ||
Aliases: | ||
|
||
Required: False | ||
Position: Named | ||
Default value: False | ||
Accept pipeline input: False | ||
Accept wildcard characters: False | ||
``` | ||
### -PassThru | ||
Indicates whether the user would like to receive output. | ||
```yaml | ||
Type: SwitchParameter | ||
Parameter Sets: (All) | ||
Aliases: | ||
|
||
Required: False | ||
Position: Named | ||
Default value: False | ||
Accept pipeline input: False | ||
Accept wildcard characters: False | ||
``` | ||
### CommonParameters | ||
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). | ||
## INPUTS | ||
### None | ||
## OUTPUTS | ||
### System.Object | ||
## NOTES | ||
## RELATED LINKS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
--- | ||
external help file: Microsoft.Azure.PowerShell.Tools.AzPredictor.dll-Help.xml | ||
Module Name: Az.Tools.Predictor | ||
online version: | ||
schema: 2.0.0 | ||
--- | ||
|
||
# Enable-AzPredictor | ||
|
||
## SYNOPSIS | ||
Cmdlet to enable Az Predictor and start receiving suggestions. | ||
|
||
## SYNTAX | ||
|
||
``` | ||
Enable-AzPredictor [-AllSession] [-PassThru] [<CommonParameters>] | ||
``` | ||
|
||
## DESCRIPTION | ||
Use this cmdlet to enable Az Predictor and start receiving suggestions. | ||
|
||
## EXAMPLES | ||
|
||
### Example 1 | ||
``` | ||
PS C:\> Enable-AzPredictor | ||
``` | ||
|
||
Enable Az Predictor for the current session. | ||
|
||
## PARAMETERS | ||
|
||
### -AllSession | ||
Enable Az Predictor for the current and future PowerShell sessions. | ||
|
||
```yaml | ||
Type: SwitchParameter | ||
Parameter Sets: (All) | ||
Aliases: | ||
|
||
Required: False | ||
Position: Named | ||
Default value: False | ||
Accept pipeline input: False | ||
Accept wildcard characters: False | ||
``` | ||
### -PassThru | ||
Indicates whether the user would like to receive output. | ||
```yaml | ||
Type: SwitchParameter | ||
Parameter Sets: (All) | ||
Aliases: | ||
|
||
Required: False | ||
Position: Named | ||
Default value: False | ||
Accept pipeline input: False | ||
Accept wildcard characters: False | ||
``` | ||
### CommonParameters | ||
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). | ||
## INPUTS | ||
### None | ||
## OUTPUTS | ||
### System.Boolean | ||
## NOTES | ||
## RELATED LINKS |