Larry Silverman

Results 19 comments of Larry Silverman

Also experiencing this with `Update-AzTag` in pwsh `Az.Resources` v 6.0.1

I see. Is implementing support for 7.1 on the roadmap? Any ETA on adding that to the PowerShell cmdlets? Do we leave this open until it's resolved?

Is this the endpoint https://docs.microsoft.com/en-us/rest/api/automation/module/create-or-update If so, I'm not sure I see any argument that specifies the target runtime.

Same here. Keeps happening in a variety of repos I work on that contain .yaml files.

@fabiocav and @jeffhollan - Any hope here? Thanks.

Came here looking for an API for SnapPass. Any progress on getting this baked in? Thank you.

Here's my PowerShell function taking advantage of the recent addition of JSON support. ```powershell function Get-OneTimeUsePasswordLink { param ( [String] $password, [ValidateSet("Week", "Day", "Hour")] [String] $ttl ) $postParams = @{password...

FYI for the sysinternals suite of power tools, they all require you to accept an EULA on first invocation only (in my experience). If it's a GUI tool, the tool...

Also installed locally: ``` ❯ Get-InstalledModule PackageManagement Version Name Repository Description ------- ---- ---------- ----------- 1.4.8.1 PackageManagement PSGallery PackageManagement (a.k.a. OneGet) is a new way to discover and install software...