Skip to content

Conversation

@benbp
Copy link
Member

@benbp benbp commented Nov 11, 2020

Fixes #1189

This fixes a bug where a username may contain spaces or other invalid characters, e.g.

(py39_new) PS C:\github.com\azure-sdk-for-python> .\eng\common\TestResources\New-TestResources.ps1 'schemaregistry'
New-TestResources.ps1: The variable cannot be validated because the value Sean Kaneschemaregistry is not a valid value for the BaseName variable.

@benbp benbp added the Central-EngSys This issue is owned by the Engineering System team. label Nov 11, 2020
@azure-sdk
Copy link
Collaborator

The following pipelines have been queued for testing:
java - template
js - template
net - template
python - template
You can sign off on the approval gate to test the release stage of each pipeline.
See eng/common workflow

@ghost
Copy link

ghost commented Nov 11, 2020

Hello @azure-sdk!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@ghost ghost merged commit 4985971 into Azure:master Nov 11, 2020
@benbp benbp deleted the benbp/basename-characters branch November 11, 2020 21:54
benbp added a commit that referenced this pull request Dec 1, 2020
Fixes #1189

This fixes a bug where a username may contain spaces or other invalid characters, e.g.
```
(py39_new) PS C:\github.com\azure-sdk-for-python> .\eng\common\TestResources\New-TestResources.ps1 'schemaregistry'
New-TestResources.ps1: The variable cannot be validated because the value Sean Kaneschemaregistry is not a valid value for the BaseName variable.
```
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Central-EngSys This issue is owned by the Engineering System team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Running locally you have to use -BaseName '<my_username'

3 participants