|
20 | 20 | RootModule = 'PSMSGraph.psm1'
|
21 | 21 |
|
22 | 22 | # Version number of this module.
|
23 |
| - ModuleVersion = '1.0.23.40' |
| 23 | + ModuleVersion = '1.0.24.41' |
24 | 24 |
|
25 | 25 | # ID used to uniquely identify this module
|
26 | 26 | GUID = '15978dcc-d5ad-4024-ab2a-28bdf946ece7'
|
|
129 | 129 | # IconUri = ''
|
130 | 130 |
|
131 | 131 | # ReleaseNotes of this module
|
132 |
| - ReleaseNotes = '# Version 1.0.23.40 (2017-03-05) |
133 |
| -## Functions |
| 132 | + ReleaseNotes = '# Version 1.0.24.41 (2017-04-15) |
| 133 | +## Module Manifest |
| 134 | +* Cleaned up white space at end of file |
134 | 135 |
|
135 |
| -### All |
136 |
| -* Added HelpUri and .LINK''s to Comment based Help |
| 136 | +## Functions |
| 137 | +### Import-GraphApplication |
| 138 | +* Now provides its own error instead of Import-clixml |
137 | 139 |
|
138 |
| -### OAuth functions |
139 |
| -* Standardized on "Oauth" in the function and file names (was a mix of "OAuth" and "Oath") |
| 140 | +### Import-GraphOauthAccessToken |
| 141 | +* Now provides its own error instead of Import-clixml |
140 | 142 |
|
141 | 143 | ### Get-AADGroupMember
|
142 |
| -* Made function singular instead of plural (was Get-AADGroupMembers) |
143 |
| -* Added Get-AADGroupMembers alias |
144 |
| -* Fixed all the problems this rename caused and exposed with the build process and documentation |
| 144 | +* Added ResultsPerPage Paramter to provide access to ''$top'' query filter. |
| 145 | +* Addeed .LINK to Get-AADGroupById |
| 146 | +* Addeed .LINK to Get-AADGroupByDisplayName |
| 147 | +* Added .INPUTS MSGraphAPI.DirectoryObject.Group |
| 148 | +* Added .OUTPUTS MSGraphAPI.DirectoryObject.User |
145 | 149 |
|
146 |
| -## Build Tools |
| 150 | +### Get-AADGroupById |
| 151 | +* Addeed .LINK to Get-AADGroupByDisplayName |
| 152 | +* Addeed .LINK to Get-AADGroupMember |
147 | 153 |
|
148 |
| -### psake.ps1 |
149 |
| -* Restructured psake.ps1 |
150 |
| - - Init > UnitTests > Build > Test > BuildDocs > Deploy > Post Deploy |
151 |
| -* Added AST based Function and Alias module manifest population (now typos in file names will not cause function export issues) |
152 |
| -* Added NestedModule Population |
153 |
| -* Added Release notes and change log auto processing and documentation |
154 |
| -* PostDeploy is now local build friendly |
| 154 | +### Get-AADGroupByDisplayName |
| 155 | +* Addeed .LINK to Get-AADGroupMember |
| 156 | +* Addeed .LINK to Get-AADGroupById |
155 | 157 |
|
156 |
| -## Tests |
| 158 | +### Get-GraphOauthAccessToken |
| 159 | +* **Breaking Change**: Removed ```ResultVariable``` and related debugging code that should never have been in production |
| 160 | +* Removed ```ResultVariable``` parameter help |
| 161 | +* Improved error reporting |
| 162 | +* Fixed ```Resource``` parameter documentation |
| 163 | +* Imrpoved Example |
| 164 | +* Removed dangling ```&``` from ```$Body``` creation |
157 | 165 |
|
158 |
| -### PSScriptAnalyzer.tests.Ps1 |
159 |
| -* Moved out of Project.Tests.ps1 |
160 |
| -* Re-wroded the tests so they display better in AppVeyor test logs |
161 |
| -* Removed .psd1 from the tests because it dose not appear to support suppression and certain test will falsely fail due to the text in RealseNotes |
| 166 | +## Build Tools |
| 167 | +### psake.ps1 |
| 168 | +* Block ```staging``` branch recommits so clean pull requests can be made |
| 169 | +* Add ```!skiprecommit``` commit tag to block recommits |
162 | 170 |
|
163 |
| -### Project.Tests.ps1 |
164 |
| -* Moved the PSScriptAnalyzer tests to PSScriptAnalyzer.tests.Ps1 |
165 |
| -* Added Unit tag to "General project validation" so it test before and after build |
| 171 | +## Tests |
| 172 | +### Get-AADGroupMember.Unit.Tests.ps1 |
| 173 | +* Created tests for Get-AADGroupMember |
166 | 174 |
|
167 |
| -### New-GraphApplication.Unit.Tests.ps1 |
168 |
| -* Added Unit test for New-GraphApplication |
| 175 | +### Import-GraphApplication.Unit.Tests.ps1 |
| 176 | +* Created tests for Import-GraphApplication |
169 | 177 |
|
170 |
| -### New-GraphOauthAccessToken.Unit.Tests.ps1 |
171 |
| -* Added Unit test for New-GraphOauthAccessToken |
| 178 | +### Import-GraphOauthAccessToken.Unit.Tests.ps1 |
| 179 | +* Created tests for Import-GraphOauthAccessToken |
172 | 180 |
|
173 |
| -## Project |
| 181 | +### Get-AADGroupById.Unit.Tests.ps1 |
| 182 | +* Created tests for Get-AADGroupById |
174 | 183 |
|
175 |
| -### RELEASE.md |
176 |
| -* Added this to server as the current release notes |
177 |
| -* Integrates automatically with ChangeLog.md through build pipeline |
178 |
| -* Gets copied to ```docs/``` |
| 184 | +### Get-AADGroupByDisplayName.Unit.Tests.ps1 |
| 185 | +* Created tests for Get-AADGroupByDisplayName |
179 | 186 |
|
180 |
| -### ChangeLog.md |
181 |
| -* Added to ```docs/``` |
182 |
| -* Automatically managed by build process' |
| 187 | +### Get-GraphOauthAccessToken.Unit.Tests.ps1 |
| 188 | +* Created tests for Get-GraphOauthAccessToken' |
183 | 189 |
|
184 | 190 | } # End of PSData hashtable
|
185 | 191 |
|
|
0 commit comments