Skip to content

Commit

Permalink
made ps1 clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
bradygaster committed Jun 8, 2020
1 parent bac459a commit 744127e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions import-api-to-apim.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Variables
# Azure-specific variables
Set-Variable -Name ResourceGroupName "COVIDScreeningAPI"
Set-Variable -Name ApimInstance "screening-app-apis"
Set-Variable -Name SwaggerFilePath "./src/COVIDScreeningApi/bin/Debug/netcoreapp3.1/swagger.json"
Set-Variable -Name ServiceUrl "https://covid-screening-api.azurewebsites.net"

# Variables
Set-Variable -Name SwaggerFilePath "./src/COVIDScreeningApi/bin/Debug/netcoreapp3.1/swagger.json"
Set-Variable -Name ApiId "COVIDScreeningApi"
Set-Variable -Name ApiVersion "v1"
Set-Variable -Name AzureSubscriptionId ""
Expand Down

0 comments on commit 744127e

Please sign in to comment.