Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing several issues in Azure Batch contribution #3

Merged
merged 1 commit into from
May 18, 2024

Conversation

WhitWaldo
Copy link
Contributor

Found a couple of issues (property bags not added, typos, etc.) in the Azure Batch implementation, so passing those forward.

@@ -46,7 +46,7 @@ public BatchAccountResource(string name) : base(resourceType)

protected override void ValidateResourceType()
{
if (Name.MatchesConstraints(3, 24, StringExtensions.CharacterClass.LowercaseLetter))
if (!AccountName.MatchesConstraints(3, 24, StringExtensions.CharacterClass.LowercaseLetter))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes, this "Name" has tripped me up a couple of times too given the ambiguity, something else to look at for the internal API.

@rudiv rudiv merged commit 0ffd1a4 into rudiv:main May 18, 2024
1 check passed
@WhitWaldo WhitWaldo deleted the batch-fixes branch May 18, 2024 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants