Skip to content

Commit fe380e7

Browse files
authored
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
1 parent 348555a commit fe380e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Accounts/Accounts/AutoSave/GetAzureRmContextAutosaveSetting.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace Microsoft.Azure.Commands.Profile.Context
2323

2424
[Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "ContextAutosaveSetting")]
2525
[OutputType(typeof(ContextAutosaveSettings))]
26-
public class GetzureRmContextAutosaveSetting : AzureContextModificationCmdlet
26+
public class GetAzureRmContextAutosaveSetting : AzureContextModificationCmdlet
2727
{
2828
const string NoDirectory = "None";
2929

src/Accounts/Accounts/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
## Upcoming Release
2222
* Enabled AzKeyStore with keyring in Linux.
23+
* Fixed a typo in GetAzureRmContextAutosaveSetting.cs changing the cmdlet class name from GetzureRmContextAutosaveSetting to GetAzureRmContextAutosaveSetting
2324

2425
## Version 2.10.4
2526
* Enabled caching tokens when logging in with a client assertion. This fixed the incorrectly short lifespan of tokens.

0 commit comments

Comments
 (0)