Skip to content

Commit 6a32470

Browse files
Merge pull request #3 from Azure/master
merge from latest
2 parents 5606b9a + 5d98e39 commit 6a32470

File tree

2,022 files changed

+3060292
-696356
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,022 files changed

+3060292
-696356
lines changed

.azure-pipelines/powershell-core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ variables:
22
WindowsName: windows
33
WindowsImage: VS2017-Win2016
44
LinuxName: linux
5-
LinuxImage: Ubuntu-16.04
5+
LinuxImage: Ubuntu-18.04
66
MacOSName: macOS
77
MacOSImage: macOS-10.13
88
TestFramework: netcoreapp2.1
@@ -83,4 +83,4 @@ jobs:
8383
osName: $(OSName)
8484
testFramework: ${{ variables.TestFramework }}
8585
testTarget: ${{ variables.TestTarget }}
86-
configuration: ${{ variables.Configuration }}
86+
configuration: ${{ variables.Configuration }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Az module bug report
33
about: Report errors or unexpected behaviors for the Az module
44
title: ''
5-
labels: ''
5+
labels: triage
66
assignees: ''
77

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: AzureRM module bug report
33
about: Report errors or unexpected behaviors for the AzureRM module
44
title: ''
5-
labels: ''
5+
labels: triage
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature request
33
about: Suggest a new feature or improvement
44
title: ''
5-
labels: Azure PS Team, Feature Request
5+
labels: Azure PS Team, Feature Request, triage
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/internal-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Internal issue
33
about: Azure PowerShell team only
44
title: ''
5-
labels: Azure PS Team
5+
labels: Azure PS Team, triage
66
assignees: ''
77

88
---

0 commit comments

Comments
 (0)