...
1---
2name: Bug Report
3about: Report bugs in Azure Go SDK packages.
4---
5
6### Bug Report
7
8<!--
9Thank you for opening a bug report. For faster processing, please include:
10-->
11
12- import path of package in question, e.g. `.../services/compute/mgmt/2018-06-01/compute`
13- SDK version e.g. `master`, `latest`, `18.1.0`
14 - Specify the exact commit if possible; one way to get this is the REVISION
15 column output by `dep status "github.com/Azure/azure-sdk-for-go`.
16- output of `go version`
17
18<!--
19and please describe:
20-->
21
22- What happened?
23- What did you expect or want to happen?
24- How can we reproduce it?
25- Anything we should know about your environment.
26
27<!--
28Thanks!
29-->
View as plain text