-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from Azure/master
merge from latest
- Loading branch information
Showing
2,022 changed files
with
3,060,292 additions
and
696,356 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --> | ||
|
||
``` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.