File tree Expand file tree Collapse file tree 6 files changed +136
-51
lines changed Expand file tree Collapse file tree 6 files changed +136
-51
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Az module bug report
3
+ about : Report errors or unexpected behaviors for the Az module
4
+ title : ' '
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ <!--
11
+
12
+ - Make sure you are able to reproduce this issue on the latest released version of Az
13
+ - https://www.powershellgallery.com/packages/Az
14
+ - Please search the existing issues to see if there has been a similar issue filed
15
+ - For issue related to importing a module, please refer to our troubleshooting guide:
16
+ - https://github.com/Azure/azure-powershell/blob/master/documentation/troubleshoot-module-load.md
17
+
18
+ -->
19
+
20
+ ## Description
21
+
22
+
23
+
24
+ ## Steps to reproduce
25
+
26
+ ``` powershell
27
+
28
+ ```
29
+
30
+ ## Environment data
31
+
32
+ <!-- Please run $PSVersionTable and paste the output in the below code block -->
33
+
34
+ ```
35
+
36
+ ```
37
+
38
+ ## Module versions
39
+
40
+ <!-- Please run (Get-Module -Name Az.* -ListAvailable) and paste the output in the below code block -->
41
+
42
+ ``` powershell
43
+
44
+ ```
45
+
46
+ ## Debug output
47
+
48
+ <!-- Set $DebugPreference='Continue' before running the repro and paste the resulting debug stream in the below code block -->
49
+
50
+ ```
51
+
52
+ ```
53
+
54
+ ## Error output
55
+
56
+ <!-- Please run Resolve-AzureRmError and paste the output in the below code block -->
57
+
58
+ ```
59
+
60
+ ```
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : AzureRM module bug report
3
+ about : Report errors or unexpected behaviors for the AzureRM module
4
+ title : ' '
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ <!--
11
+
12
+ - The AzureRM module has been replaced by the Az module; please see the following document for more information:
13
+ - https://docs.microsoft.com/en-us/powershell/azure/new-azureps-module-az
14
+ - If you are able to, please migrate to the Az module and see if the issue is reproducible
15
+ - If so, please file an issue using the Az module template
16
+ - Please search the existing issues to see if there has been a similar issue filed
17
+
18
+ -->
19
+
20
+ ## Description
21
+
22
+
23
+
24
+ ## Steps to reproduce
25
+
26
+ ``` powershell
27
+
28
+ ```
29
+
30
+ ## Module versions
31
+
32
+ <!-- Please run (Get-Module -Name AzureRM* -ListAvailable) and paste the output in the below code block -->
33
+
34
+ ``` powershell
35
+
36
+ ```
37
+
38
+ ## Debug output
39
+
40
+ <!-- Set $DebugPreference='Continue' before running the repro and paste the resulting debug stream in the below code block -->
41
+
42
+ ```
43
+
44
+ ```
45
+
46
+ ## Error output
47
+
48
+ <!-- Please run Resolve-AzureRmError and paste the output in the below code block -->
49
+
50
+ ```
51
+
52
+ ```
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest a new feature or improvement
4
+ title : ' '
5
+ labels : Feature Request
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ## Description of the new feature
11
+
12
+ ## Proposed implementation details (optional)
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Internal issue
3
+ about : Azure PowerShell team only
4
+ title : ' '
5
+ labels : Azure PS Team
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ## Description
11
+
12
+ ## Cost
File renamed without changes.
You can’t perform that action at this time.
0 commit comments