Azure / Azure/azure-powershell
[Improvement]: fix resource string spelling - no breaking changes, just ocd :)
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 54
Description
### Description of the new feature
in \src\Accounts\Accounts\Models\RMProfileClient.cs
lines 365 and 369, there is a reference to: SubscriptionNotFouldPleaseCheckConfig <- spelling
which comes from \src\Accounts\Accounts\Properties\Resources.resx
line 543
### Proposed implementation details (optional)
should be SubscriptionNotFoundPleaseCheckConfig <- correct spelling
will require ebuilding the project or running ResGen to generate the new Resources.Designer.cs
I can provide a PR, im just not sure if i should also fix the res file, or its already done by the PR checks / Build
Contributor guide
Research direction
Open src/Accounts/Accounts/Models/RMProfileClient.cs at lines 365 and 369, then check the matching entry in src/Accounts/Accounts/Properties/Resources.resx at line 543. Correct the misspelled resource name and rebuild the project or run ResGen so Resources.Designer.cs is regenerated. Done means the spelling is consistent across the referenced resource files without breaking changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 88/100