Skip to content

Commit

Permalink
Merge pull request #3 from Azure/master
Browse files Browse the repository at this point in the history
merge from latest
  • Loading branch information
ayeletshpigelman authored Oct 24, 2019
2 parents 5606b9a + 5d98e39 commit 6a32470
Show file tree
Hide file tree
Showing 2,022 changed files with 3,060,292 additions and 696,356 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/powershell-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ variables:
WindowsName: windows
WindowsImage: VS2017-Win2016
LinuxName: linux
LinuxImage: Ubuntu-16.04
LinuxImage: Ubuntu-18.04
MacOSName: macOS
MacOSImage: macOS-10.13
TestFramework: netcoreapp2.1
Expand Down Expand Up @@ -83,4 +83,4 @@ jobs:
osName: $(OSName)
testFramework: ${{ variables.TestFramework }}
testTarget: ${{ variables.TestTarget }}
configuration: ${{ variables.Configuration }}
configuration: ${{ variables.Configuration }}
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/az-module-bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Az module bug report
about: Report errors or unexpected behaviors for the Az module
title: ''
labels: ''
labels: triage
assignees: ''

---
Expand Down
66 changes: 66 additions & 0 deletions .github/ISSUE_TEMPLATE/az-preview-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
---
name: Az 4.x preview bug report
about: Report errors or unexpected behaviors specifically for the Az 4.0 module in preview
title: ''
labels: Az 4.x Preview, Azure PS Team, triage
assignees: ''
---

<!--
- This issue is specifically for reporting issues related to the preview versions of the Az 4.0 PowerShell module
- Please search the existing issues to see if there has been a similar issue filed
- For issue related to importing a module, please refer to our troubleshooting guide:
- https://github.com/Azure/azure-powershell/blob/master/documentation/troubleshoot-module-load.md
-->

## Description



## Steps to reproduce

```powershell
```

## Environment data

<!-- Please run $PSVersionTable and paste the output in the below code block -->

```
```

## Module version

<!-- Please run (Get-Module -ListAvailable) and paste the output in the below code block -->

```powershell
```

## Azure Profile

<!-- Please indicate the selected Azure profile, if any -->

```powershell
```

## Debug output

<!-- Set $DebugPreference='Continue' before running the repro and paste the resulting debug stream in the below code block -->

```
```

## Error output

<!-- Please run Resolve-AzError and paste the output in the below code block -->

```
```
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/azurerm-module-bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: AzureRM module bug report
about: Report errors or unexpected behaviors for the AzureRM module
title: ''
labels: ''
labels: triage
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature request
about: Suggest a new feature or improvement
title: ''
labels: Azure PS Team, Feature Request
labels: Azure PS Team, Feature Request, triage
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/internal-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Internal issue
about: Azure PowerShell team only
title: ''
labels: Azure PS Team
labels: Azure PS Team, triage
assignees: ''

---
Expand Down
Loading

0 comments on commit 6a32470

Please sign in to comment.