Skip to content

Commit

Permalink
Update pwsh for API registration (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo authored Apr 23, 2024
1 parent e157393 commit 17046e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/scripts/New-ApiRegistration.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ $REPOSITORY_ROOT = git rev-parse --show-toplevel
$registered = az apic api register `
-g $ResourceGroup `
-s $ApiCenterService `
--api-location "$REPOSITORY_ROOT/$FileLocation"
--api-location "$REPOSITORY_ROOT/$($FileLocation.Replace("\", "/"))"

0 comments on commit 17046e6

Please sign in to comment.