This commit is contained in:
Ken Dale 2023-09-19 08:27:37 -04:00 коммит произвёл GitHub
Родитель ae743cee6d
Коммит 5587c89d1f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -18,7 +18,7 @@ Run the PowerShell script remotely:
-UseWindows <switch indicating whether to use Windows OS or not>
```
Alternatively, you can manually download the PowerShell script and include it to your codebase: [Get-OpenApiDocument.ps1](./actions/Get-OpenApiDocument.ps1)
Alternatively, you can manually download the PowerShell script and include it to your codebase: [Get-OpenApiDocument.ps1](../actions/Get-OpenApiDocument.ps1)
```powershell
./actions/Get-OpenApiDocument.ps1 `
@ -49,7 +49,7 @@ curl -fsSL https://aka.ms/azfunc-openapi/generate-openapi.sh \
-d|--delay <delay in second between run function app and document generation>
```
Alternatively, you can manually download the PowerShell script and include it to your codebase: [get-openapi-document.sh](./actions/get-openapi-document.sh)
Alternatively, you can manually download the PowerShell script and include it to your codebase: [get-openapi-document.sh](../actions/get-openapi-document.sh)
```bash
./actions/get-openapi-document.sh \