forked from Azure/azure-powershell
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #5 from Azure/master
Merge upstream
- Loading branch information
Showing
2,652 changed files
with
2,584,295 additions
and
879,444 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,60 @@ | ||
--- | ||
name: Az module bug report | ||
about: Report errors or unexpected behaviors for the Az module | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
- Make sure you are able to reproduce this issue on the latest released version of Az | ||
- https://www.powershellgallery.com/packages/Az | ||
- 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 versions | ||
|
||
<!-- Please run (Get-Module -Name Az.* -ListAvailable) and paste the output in the below code block --> | ||
|
||
```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-AzureRmError 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
name: AzureRM module bug report | ||
about: Report errors or unexpected behaviors for the AzureRM module | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
- The AzureRM module has been replaced by the Az module; please see the following document for more information: | ||
- https://docs.microsoft.com/en-us/powershell/azure/new-azureps-module-az | ||
- If you are able to, please migrate to the Az module and see if the issue is reproducible | ||
- If so, please file an issue using the Az module template | ||
- Please search the existing issues to see if there has been a similar issue filed | ||
--> | ||
|
||
## Description | ||
|
||
|
||
|
||
## Steps to reproduce | ||
|
||
```powershell | ||
``` | ||
|
||
## Module versions | ||
|
||
<!-- Please run (Get-Module -Name AzureRM* -ListAvailable) and paste the output in the below code block --> | ||
|
||
```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-AzureRmError 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest a new feature or improvement | ||
title: '' | ||
labels: Feature Request | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Description of the new feature | ||
|
||
## Proposed implementation details (optional) |
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,12 @@ | ||
--- | ||
name: Internal issue | ||
about: Azure PowerShell team only | ||
title: '' | ||
labels: Azure PS Team | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Description | ||
|
||
## Cost |
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# Azure PowerShell specific | ||
Net472Tests/ | ||
artifacts/ | ||
src/Stack/ | ||
src/local-artifacts/* | ||
|
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.