Azure / Azure/azure-powershell
Fix Update-AzFunctionApp -InputObject $functionApp to work on Playback mode
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 54
Description
### Description
Currently, the `Update-AzFunctionApp -InputObject $functionApp` tests are failing on Playback because the parameters (`$HttpPipelineAppend` and `$HttpPipelinePrepend`) used for playback are not properly populated.
Scenario:
Update-AzFunctionApp -InputObject $functionApp
In the cmdlet logic, we make a call to retrieve the app settings (previously the app settings were appended to the $functionApp object).
Need to follow up with the Azure-PowerShell team on how to fix this.
### Issue script & Debug output
```PowerShell
N/A
```
### Environment data
```PowerShell
N/A
```
### Module versions
```PowerShell
N/A
```
### Error output
```PowerShell
N/A
```
Contributor guide
Assessment
This issue has not been assessed yet.