Nathaniel Webb
Nathaniel Webb
#### Is your Enhancement request related to a problem? Please describe No, this is not related to a problem. #### Describe the solution you'd like The ability to run endpoints...
**Steps to Reproduce:** 1) Create 3 New-UDInput Fields with a select in the middle: ````powershell New-UDInputField -Type 'textbox' -Name 'Email' -Placeholder 'Email' New-UDInputField -Type 'select' -Name 'IssueType' -Placeholder 'Choose A...
Each cmdlet sets the TLS negotiation at a minimum of TLS 1.2. Obviously trying to connect over HTTP would not work in this case. There have been a few reports...
This might be a documentation bug or a problem with the endpoint itself. This should not be exposed until it has been fixed upstream or the docs are updated with...
I can successfully retrieve the archival status of an asset with Get-SmaAsset, using `-QueryParameters "?filtering=asset.archive eq completed,asset.id eq 1234"`, however, running `Get-SmaArchiveAsset` against the same AssetID returns a 500 error....
If the ORG feature is not licensed, the module can authenticate but possibly returns 401 un-authorized for all subsequent POST requests
Leveraging `Register-EditorCommand` to create a new project via command palette would be nice.
There should be an option to include Authentication (Azure, Forms,IIS,etc) during setup. This should only present itself if the Module Loaded is not the community edition, as those cmdlets are...
Example: Some modules require additional parameters for successful unattended installation. `Install-Module UniversalDashboard -AcceptLicense` When run from DSC, the following error is produced: ``` License Acceptance is required for module 'UniversalDashboard'....