Skip to content

Commit 336dd5e

Browse files
authored
Merge pull request Azure#10128 from dcaro/issuetemplate-master
Added issue template for Az 4.0
2 parents e3e4111 + 340772c commit 336dd5e

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
name: Az 4.x preview bug report
3+
about: Report errors or unexpected behaviors specifically for the Az 4.0 module in preview
4+
title: ''
5+
labels: 'Az 4.x Preview', 'Azure PS Team'
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
12+
- This issue is specifically for reporting issues related to the preview versions of the Az 4.0 PowerShell module
13+
- Please search the existing issues to see if there has been a similar issue filed
14+
- For issue related to importing a module, please refer to our troubleshooting guide:
15+
- https://github.com/Azure/azure-powershell/blob/master/documentation/troubleshoot-module-load.md
16+
17+
-->
18+
19+
## Description
20+
21+
22+
23+
## Steps to reproduce
24+
25+
```powershell
26+
27+
```
28+
29+
## Environment data
30+
31+
<!-- Please run $PSVersionTable and paste the output in the below code block -->
32+
33+
```
34+
35+
```
36+
37+
## Module version
38+
39+
<!-- Please run (Get-Module -ListAvailable) and paste the output in the below code block -->
40+
41+
```powershell
42+
43+
```
44+
45+
## Azure Profile
46+
47+
<!-- Please indicate the selected Azure profile, if any -->
48+
49+
```powershell
50+
51+
```
52+
53+
## Debug output
54+
55+
<!-- Set $DebugPreference='Continue' before running the repro and paste the resulting debug stream in the below code block -->
56+
57+
```
58+
59+
```
60+
61+
## Error output
62+
63+
<!-- Please run Resolve-AzError and paste the output in the below code block -->
64+
65+
```
66+
67+
```

0 commit comments

Comments
 (0)