Skip to content

Conversation

@scbedd
Copy link
Member

@scbedd scbedd commented Apr 13, 2021

No description provided.


- pwsh: |
Get-ChildItem $(Build.SourcesDirectory)/sdk/${{parameters.ServiceDirectory}} -Filter *.md -Recurse `
| eng/scripts/Find-InvalidSlug.ps1 -IncludeParents
Copy link
Member

Choose a reason for hiding this comment

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

This should go into eng/common if we're going to use it across language repos. The step should too.

Copy link
Member

Choose a reason for hiding this comment

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

I updated https://gist.github.com/heaths/08a395af1800a2826be8b8759e735394 with some improvements (no change in desired behavior), including Write-Error instead of Write-Warning. File info is only passed back now if you pass -PassThru - not exactly recommended with the Find standard verb, but 🤷‍♂️.

Copy link
Member

Choose a reason for hiding this comment

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

I'll start a PR. If we're discussing adding more validation, I'm going to rename this to be less-specific to slugs and more general, e.g. Test-SampleMetadata.ps1.

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

Azure/azure-sdk-tools#1555 has been merged.

heaths added a commit to heaths/azure-sdk-tools that referenced this pull request Apr 14, 2021
Replaces Azure/azure-sdk-for-python#17999 for use in all language repos.
azure-sdk pushed a commit to Azure/azure-sdk-for-android that referenced this pull request Apr 14, 2021
Replaces Azure/azure-sdk-for-python#17999 for use in all language repos.
azure-sdk pushed a commit to Azure/azure-sdk-for-c that referenced this pull request Apr 14, 2021
Replaces Azure/azure-sdk-for-python#17999 for use in all language repos.
azure-sdk pushed a commit to Azure/azure-sdk-for-cpp that referenced this pull request Apr 14, 2021
Replaces Azure/azure-sdk-for-python#17999 for use in all language repos.
azure-sdk pushed a commit to Azure/azure-sdk-for-go that referenced this pull request Apr 14, 2021
Replaces Azure/azure-sdk-for-python#17999 for use in all language repos.
azure-sdk pushed a commit to Azure/azure-sdk-for-ios that referenced this pull request Apr 14, 2021
Replaces Azure/azure-sdk-for-python#17999 for use in all language repos.
azure-sdk pushed a commit to Azure/azure-sdk-for-android that referenced this pull request Apr 14, 2021
Replaces Azure/azure-sdk-for-python#17999 for use in all language repos.
azure-sdk pushed a commit to Azure/azure-sdk-for-c that referenced this pull request Apr 14, 2021
Replaces Azure/azure-sdk-for-python#17999 for use in all language repos.
azure-sdk pushed a commit to Azure/azure-sdk-for-cpp that referenced this pull request Apr 14, 2021
Replaces Azure/azure-sdk-for-python#17999 for use in all language repos.
azure-sdk pushed a commit to Azure/azure-sdk-for-go that referenced this pull request Apr 14, 2021
Replaces Azure/azure-sdk-for-python#17999 for use in all language repos.
azure-sdk pushed a commit to Azure/azure-sdk-for-ios that referenced this pull request Apr 14, 2021
Replaces Azure/azure-sdk-for-python#17999 for use in all language repos.
azure-sdk pushed a commit to Azure/azure-sdk-for-java that referenced this pull request Apr 14, 2021
Replaces Azure/azure-sdk-for-python#17999 for use in all language repos.
azure-sdk pushed a commit to Azure/azure-sdk-for-js that referenced this pull request Apr 14, 2021
Replaces Azure/azure-sdk-for-python#17999 for use in all language repos.
azure-sdk pushed a commit to Azure/azure-sdk-for-net that referenced this pull request Apr 14, 2021
Replaces Azure/azure-sdk-for-python#17999 for use in all language repos.
azure-sdk pushed a commit that referenced this pull request Apr 14, 2021
Replaces #17999 for use in all language repos.
azure-sdk added a commit to Azure/azure-sdk-for-android that referenced this pull request Apr 15, 2021
* Verify samples during CIs

Replaces Azure/azure-sdk-for-python#17999 for use in all language repos.

* Move exit to proper scope

Co-authored-by: Heath Stewart <[email protected]>
azure-sdk added a commit to Azure/azure-sdk-for-c that referenced this pull request Apr 15, 2021
* Verify samples during CIs

Replaces Azure/azure-sdk-for-python#17999 for use in all language repos.

* Move exit to proper scope

Co-authored-by: Heath Stewart <[email protected]>
azure-sdk added a commit to Azure/azure-sdk-for-cpp that referenced this pull request Apr 15, 2021
* Verify samples during CIs

Replaces Azure/azure-sdk-for-python#17999 for use in all language repos.

* Move exit to proper scope

Co-authored-by: Heath Stewart <[email protected]>
azure-sdk added a commit to Azure/azure-sdk-for-go that referenced this pull request Apr 15, 2021
* Verify samples during CIs

Replaces Azure/azure-sdk-for-python#17999 for use in all language repos.

* Move exit to proper scope

Co-authored-by: Heath Stewart <[email protected]>
azure-sdk added a commit to Azure/azure-sdk-for-ios that referenced this pull request Apr 15, 2021
* Verify samples during CIs

Replaces Azure/azure-sdk-for-python#17999 for use in all language repos.

* Move exit to proper scope

Co-authored-by: Heath Stewart <[email protected]>
azure-sdk added a commit to Azure/azure-sdk-for-java that referenced this pull request Apr 15, 2021
* Verify samples during CIs

Replaces Azure/azure-sdk-for-python#17999 for use in all language repos.

* Move exit to proper scope

Co-authored-by: Heath Stewart <[email protected]>
azure-sdk added a commit to Azure/azure-sdk-for-js that referenced this pull request Apr 15, 2021
* Verify samples during CIs

Replaces Azure/azure-sdk-for-python#17999 for use in all language repos.

* Move exit to proper scope

* Use verify-samples template

Co-authored-by: Heath Stewart <[email protected]>
azure-sdk added a commit to Azure/azure-sdk-for-net that referenced this pull request Apr 15, 2021
* Verify samples during CIs

Replaces Azure/azure-sdk-for-python#17999 for use in all language repos.

* Move exit to proper scope

* Use verify-sample template

Co-authored-by: Heath Stewart <[email protected]>
azure-sdk added a commit that referenced this pull request Apr 15, 2021
* Verify samples during CIs

Replaces #17999 for use in all language repos.

* Move exit to proper scope

* Use verify-samples template

Co-authored-by: Heath Stewart <[email protected]>
ghost pushed a commit to Azure/azure-sdk-tools that referenced this pull request Apr 15, 2021
benbp pushed a commit to Azure/azure-sdk-for-java that referenced this pull request Apr 28, 2021
* Verify samples during CIs

Replaces Azure/azure-sdk-for-python#17999 for use in all language repos.

* Move exit to proper scope

Co-authored-by: Heath Stewart <[email protected]>
@scbedd scbedd closed this Jul 12, 2021
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