-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Chris Wahl <[email protected]>
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Expected Behavior | ||
|
||
Please describe the behavior you are expecting. | ||
|
||
# Current Behavior | ||
|
||
What is the current behavior? | ||
|
||
# Failure Information (for bugs) | ||
|
||
Please help provide information about the failure if this is a bug by issuing the command using the `-Verbose` command. | ||
|
||
``` | ||
Paste the verbose output from the command here | ||
``` | ||
|
||
**_If it is not a bug, please remove the rest of this template._** | ||
|
||
## Steps to Reproduce | ||
|
||
Please provide detailed steps for reproducing the issue. | ||
|
||
1. Step 1 | ||
1. Step 2 | ||
1. Step 3 (and so on) | ||
|
||
## Context | ||
|
||
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions. | ||
|
||
* **Rubrik PowerShell Module Version**: Use `Get-Module -ListAvailable Rubrik` | ||
* **PowerShell Version**: Use `Get-PSVersion` | ||
* **Operating System**: | ||
|
||
## Failure Logs | ||
|
||
Please include any relevant log snippets or files here. |