Jason Vercellone
Jason Vercellone
_Originally posted by @stefanstranger in https://github.com/DarqueWarrior/vsteam/issues/35 The REST API includes an x-ms-continuationtoken response header that, unfortunately, is not readily accessible when using Invoke-RestMethod. In order to access the response header(s)...
> Sample.dat: Sample.dat contains sample input data for each template. The Run text box in the portal will be populated by the contents of the sample.dat file. For several PowerShell...
#### Description Add outstanding support for [Codespaces organizations](https://docs.github.com/en/rest/codespaces/organizations) and [Codespaces machines](https://docs.github.com/en/rest/codespaces/machines). #### Issues Fixed - #406 #### References **[Codespaces/organizations](https://docs.github.com/en/rest/codespaces/organizations)** - [x] [Manage access control for organization codespaces](https://docs.github.com/en/rest/codespaces/organizations?apiVersion=2022-11-28#manage-access-control-for-organization-codespaces) - [x] [Add...
#### Feature Idea Summary API Coverage #70 Add support for [Codespaces](https://docs.github.com/en/rest/codespaces). #### Feature Idea Additional Details I'll be targeting coverage for all of the endpoints documented in the following areas:...
For example: ```PowerShell Get-Node -F5Session $f5session -Name BadName -Partition BadPartition # Results in a 404 Not found error: Node (/BadPartition/BadPartition) was not found. Get-Node -F5Session $f5session -Address '[B.a.d.IP]' # Will...
Reference: PR #33 I currently have 93 Pester tests in my working folder, but I haven't yet worked out how best to share them. Right now I have a lot...
## Fixes #133 - Update Send-SlackFile for new Slack API ### Summary Replaces deprecated `files.upload` API with the new 3-step upload workflow (`files.getUploadURLExternal` → upload → `files.completeUploadExternal`) as mandated by...