Skip to content

Commit 3406185

Browse files
authored
Updated issue template with sensitive information warning (#13399)
1 parent 6cf9281 commit 3406185

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/ISSUE_TEMPLATE/az-module-bug-report.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,17 @@ assignees: ''
4646

4747
## Debug output
4848

49-
<!-- Set $DebugPreference='Continue' before running the repro and paste the resulting debug stream in the below code block -->
49+
<!-- Set $DebugPreference='Continue' before running the repro and paste the resulting debug stream in the below code block
50+
ATTENTION: Be sure to remove any sensitive information that may be in the logs -->
5051

5152
```
5253
5354
```
5455

5556
## Error output
5657

57-
<!-- Please run Resolve-AzError and paste the output in the below code block -->
58+
<!-- Please run Resolve-AzError and paste the output in the below code block
59+
ATTENTION: Be sure to remove any sensitive information that may be in the logs -->
5860

5961
```
6062

.github/ISSUE_TEMPLATE/azurerm-module-bug-report.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,17 @@ assignees: ''
3737

3838
## Debug output
3939

40-
<!-- Set $DebugPreference='Continue' before running the repro and paste the resulting debug stream in the below code block -->
40+
<!-- Set $DebugPreference='Continue' before running the repro and paste the resulting debug stream in the below code block
41+
ATTENTION: Be sure to remove any sensitive information that may be in the logs -->
4142

4243
```
4344
4445
```
4546

4647
## Error output
4748

48-
<!-- Please run Resolve-AzureRmError and paste the output in the below code block -->
49+
<!-- Please run Resolve-AzureRmError and paste the output in the below code block
50+
ATTENTION: Be sure to remove any sensitive information that may be in the logs -->
4951

5052
```
5153

0 commit comments

Comments
 (0)