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
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