You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed typo in Get-AzContextAutosaveSetting class name: GetzureRmContextAutosaveSetting -> GetAzureRmContextAutosaveSetting (#20420)
* Fixed typo in Get-AzContextAutosaveSetting
class name was missing an 'A'
- from: GetzureRmContextAutosaveSetting -> GetAzureRmContextAutosaveSetting
* Updated the Account modules CHANGELOG to include the typo fix.
* Reverted serialized cmdlet metadata setting
Copy file name to clipboardExpand all lines: src/Accounts/Accounts/ChangeLog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@
20
20
21
21
## Upcoming Release
22
22
* Enabled AzKeyStore with keyring in Linux.
23
+
* Fixed a typo in GetAzureRmContextAutosaveSetting.cs changing the cmdlet class name from GetzureRmContextAutosaveSetting to GetAzureRmContextAutosaveSetting
23
24
24
25
## Version 2.10.4
25
26
* Enabled caching tokens when logging in with a client assertion. This fixed the incorrectly short lifespan of tokens.
0 commit comments