Stefan Eskelid
Stefan Eskelid
## Describe the bug Adding a NuGet package to a view fails using `az devops invoke`. Using `--area nuget` seems to direct the call to `artifacts.dev.azure.com` instead of `pkgs.dev.azure.com` causing...
I just successfully performed the steps outlined here to limit the number of metrics sent to Prometheus: [Analyze and reduce metrics usage with Grafana Mimirtool](https://grafana.com/docs/grafana-cloud/billing-and-usage/control-prometheus-metrics-usage/usage-analysis-mimirtool/#analyze-and-reduce-metrics-usage-with-grafana-mimirtool) However, the part around [adding...
Following these instructions: https://docs.microsoft.com/en-us/powershell/scripting/gallery/installing-psget?view=powershell-7.1#get-the-latest-version-from-powershell-gallery This command: ``` [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 Install-PackageProvider -Name 'NuGet' -Source 'PSGallery' -Scope 'CurrentUser' -Verbose ``` Fails with: ``` Install-PackageProvider: No match was found for the specified...
Please implement a formatter for `Get-/Set-ADOPermission`.
Piping a repo object to `Get-/Set-ADOPermission` sets the `RepositoryID` parameter to the repo name instead of the repo ID. Workaround: ```pwsh $repo = Get-ADOProject -PAT $Token -Organization $Organization -Project $ProjectName...
I like to comment my pipeline parameters when writing templates. Please consider adding support for something like this: ``` param ( # List of required modules to import. [string[]] $requiredModules...
Would love to have the ability to have a monitor that alerts if an endpoint is accessible, that is the other way around from what you can do now. One...
The number of available regions was reduced recently, please consider reintroducing more available regions. Possibly under a separate more extensive list for those who needs it. Justification: Using e.g. Cloudflare...
Please consider making the number of retries performed before sending a notification configurable per monitor (and/or globally).
Please consider adding support for sending notifications to [ntfy.sh](https://ntfy.sh/): - https://docs.ntfy.sh/publish/ - https://github.com/binwiederhier/ntfy