Azure / Azure/azure-powershell
[Doc]: More description and code sample on how to use INPUTOBJECT
Open
customer-reported
Doc - Conceptual
feature-request
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
### Description
The notes say
To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
Looking in the list, I see the property I'd like to edit
- INPUTOBJECT
- then [Config ]: Configuration of the app
- then [NetFrameworkVersion ]: .NET Framework version.
Only I don't know how to build the hashable and Get-Help about_Hash_Tables isn't much help. Here is what I tried with no luck
```Update-AzFunctionAppSetting -Name $app -ResourceGroupName $rg -InputObject @{ "ISite" =@{ "Config" = @{"NetFrameworkVersion" = "v6.0"}}}```
Contributor guide
Assessment
This issue has not been assessed yet.