Bryant

Results 20 comments of Bryant

```powershell PS C:\Windows\system32> $ErrorActionPreference='Stop' PS C:\Windows\system32> $DebugPreference='Continue' PS C:\Windows\system32> $VerbosePreference='Continue' PS C:\Windows\system32> Install-Module -Name AzureStack -Repository azrc -RequiredVersion 2.0.0-preview -AllowPrerelease -Scope AllUsers VERBOSE: Populating RepositorySourceLocation property for module PackageManagement. VERBOSE:...

@alerickson Sorry, above was not for PowerShell core, just normal PowerShell. Changing the scope to "CurrentUser" functions as a workaround for me on full PowerShell.

Fix for this issue is here, however it won't be merged into MSAL PY directly so need to consume MSAL PY from this fork / branch. MSAL PY will release...

> Same problem here. I can close the dropdown by clicking outside from the [official doc](https://daisyui.com/components/dropdown/) using iOS Safari but not on my own project. > > Edit: I have...

@andrueastman I have verified this still repros with the latest release (version 5.69.0). This code works and produces a correct request: ```c# var application = new Application { DisplayName =...

Please fix before this behavior makes it into the next version of Azure PowerShell and other dotnet SDKs!

@jiasli will this fix the same when the subsequent call to /subscriptions is made? Take a look at this: on the left we see the result from ISE, which just...

looks like it uses that same helper function. Repro above was found on: PS C:\Users\Administrator> az --version azure-cli 2.71.0 * core 2.71.0 * telemetry 1.1.0 Dependencies: msal 1.31.2b1 azure-mgmt-resource 23.1.1...

will try with latest release

confirmed fixed in latest release!