Skip to content

Commit

Permalink
Update HelperFunctions.psm1
Browse files Browse the repository at this point in the history
  • Loading branch information
azurekid authored Aug 21, 2023
1 parent a3b456d commit ab09a18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/HelperFunctions.psm1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Convert-YamlToArm {
function Convert-AsimToArm {
[CmdletBinding()]
param (
[Parameter(Mandatory = $true)]
Expand Down Expand Up @@ -131,4 +131,5 @@ function Convert-YamlToArm {
}
}
}
}
#EndRegion HelperFunctions

0 comments on commit ab09a18

Please sign in to comment.