You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Report issues or request enhancements for Azure CLI What-If feature
3
+
labels: ["what-if"]
4
+
body:
5
+
- type: markdown
6
+
id: intro
7
+
attributes:
8
+
value: |
9
+
Thank you for reporting an issue related to preview of changes (--what-if) or export to Bicep (--export-bicep) with az cli! Please provide as much detail as possible.
10
+
11
+
- type: dropdown
12
+
id: issue-type
13
+
attributes:
14
+
label: Issue Type
15
+
description: What type of issue are you reporting?
16
+
options:
17
+
- Bug Report
18
+
- Feature Request
19
+
- Documentation Issue
20
+
validations:
21
+
required: true
22
+
23
+
- type: textarea
24
+
id: description
25
+
attributes:
26
+
label: Description
27
+
description: Provide a clear description of the issue or feature request
28
+
placeholder: Describe what happened or what you'd like to see
29
+
validations:
30
+
required: true
31
+
32
+
- type: textarea
33
+
id: command
34
+
attributes:
35
+
label: Command or Script
36
+
description: Provide the command or script that helps reproducing or demonstrate the issue
37
+
placeholder: |
38
+
- az vm create --what-if --export-bicep
39
+
- N/A if not applicable
40
+
render: shell
41
+
validations:
42
+
required: true
43
+
44
+
- type: textarea
45
+
id: expected
46
+
attributes:
47
+
label: Expected Behavior
48
+
description: What did you expect to happen?
49
+
placeholder: |
50
+
- Describe the expected outcome
51
+
- N/A if not applicable
52
+
validations:
53
+
required: true
54
+
55
+
- type: textarea
56
+
id: actual
57
+
attributes:
58
+
label: Actual Behavior
59
+
description: What actually happened?
60
+
placeholder: |
61
+
- Describe what actually occurred
62
+
- N/A if not applicable
63
+
validations:
64
+
required: true
65
+
66
+
- type: textarea
67
+
id: environment
68
+
attributes:
69
+
label: Environment
70
+
description: Provide environment details
71
+
placeholder: |
72
+
- OS: Windows 11 / Ubuntu 22.04 / macOS 14
73
+
- Tool Version: Azure CLI 2.80.0
74
+
- Python Version: 3.12.10
75
+
- N/A if not applicable
76
+
validations:
77
+
required: true
78
+
79
+
- type: textarea
80
+
id: additional
81
+
attributes:
82
+
label: Additional Context
83
+
description: Add any other context, screenshots, or logs
84
+
placeholder: Any additional information that might be helpful
0 commit comments