Skip to content

Commit c891b8d

Browse files
Renamed files to account for error-tolerance (#1021)
* Renamed files to account for error-tolerance * Update to latest * Update to latest
1 parent 02ac911 commit c891b8d

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

.azuredevops/modulePipelines/ms.network.virtualHubs.yml renamed to .azuredevops/modulePipelines/ms.network.virtualhubs.yml

File renamed without changes.
File renamed without changes.

utilities/tools/helper/Get-ModulesAsMarkdownTable.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function Get-PipelineStatusUrl {
4949

5050
$pipelineFileGitUri = 'https://github.com/{0}/{1}/actions/workflows/{2}' -f $Organization, $RepositoryName, $pipelineFileName
5151

52-
# Note: Bade name is automatically the pipeline name
52+
# Note: Badge name is automatically the pipeline name
5353
return ('[![{0}]({1}/badge.svg)]({1})' -f $pipelineName, $pipelineFileGitUri).Replace('\', '/')
5454
}
5555

0 commit comments

Comments
 (0)