File tree 3 files changed +54
-0
lines changed
3 files changed +54
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ RootModule = '.\ITGlueAPI.psm1'
17
17
# -- MAJOR version when you make incompatible API changes,
18
18
# -- MINOR version when you add functionality in a backwards-compatible manner, and
19
19
# -- PATCH version when you make backwards-compatible bug fixes.
20
+
20
21
ModuleVersion = ' 2.0.4'
21
22
22
23
# ID used to uniquely identify this module
@@ -123,6 +124,7 @@ FunctionsToExport = 'Add-ITGlueAPIKey',
123
124
' New-ITGlueConfigurations' ,
124
125
' Get-ITGlueConfigurations' ,
125
126
' Set-ITGlueConfigurations' ,
127
+ ' Remove-ITGlueConfigurations' ,
126
128
127
129
' New-ITGlueContactTypes' ,
128
130
' Get-ITGlueContactTypes' ,
@@ -131,6 +133,7 @@ FunctionsToExport = 'Add-ITGlueAPIKey',
131
133
' New-ITGlueContacts' ,
132
134
' Get-ITGlueContacts' ,
133
135
' Set-ITGlueContacts' ,
136
+ ' Remove-ITGlueContacts' ,
134
137
135
138
' Get-ITGlueCountries' ,
136
139
You can’t perform that action at this time.
0 commit comments