Skip to content

Commit ee15680

Browse files
author
Emile
authored
Merge branch 'master' into patch-2
2 parents b6d8ff3 + b59b1d5 commit ee15680

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Steps to reproduce**
11+
12+
Describe the steps to reproduce the issue.
13+
14+
**Expected behavior**
15+
16+
A clear and concise description of what you expected to happen.
17+
18+
**Actual behavior**
19+
20+
Describe the actual behavior
21+
22+
**Screenshots**
23+
24+
If applicable, please add screenshots to help describe the issue.
25+
26+
**Environment**
27+
28+
Please share additional details about your environment. Version information for:
29+
* PowerShell
30+
* ITGlueAPI
31+
* Operating System
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

ITGlueAPI/ITGlueAPI.psd1

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RootModule = '.\ITGlueAPI.psm1'
1717
# -- MAJOR version when you make incompatible API changes,
1818
# -- MINOR version when you add functionality in a backwards-compatible manner, and
1919
# -- PATCH version when you make backwards-compatible bug fixes.
20+
2021
ModuleVersion = '2.0.4'
2122

2223
# ID used to uniquely identify this module
@@ -123,6 +124,7 @@ FunctionsToExport = 'Add-ITGlueAPIKey',
123124
'New-ITGlueConfigurations',
124125
'Get-ITGlueConfigurations',
125126
'Set-ITGlueConfigurations',
127+
'Remove-ITGlueConfigurations',
126128

127129
'New-ITGlueContactTypes',
128130
'Get-ITGlueContactTypes',
@@ -131,6 +133,7 @@ FunctionsToExport = 'Add-ITGlueAPIKey',
131133
'New-ITGlueContacts',
132134
'Get-ITGlueContacts',
133135
'Set-ITGlueContacts',
136+
'Remove-ITGlueContacts',
134137

135138
'Get-ITGlueCountries',
136139

0 commit comments

Comments
 (0)