Azure / Azure/azure-functions-powershell-worker
Update Managed Dependency documentation to mention that the Az module is commented out in the requirments.psd1
- Dominant language
- C#
- Stars
- 215
- Forks
- 61
- Avg merge
- 21h 4m
- Merged PRs (30d)
- 6
Description
Update Managed Dependency documentation (https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-powershell?tabs=portal#dependency-management) to mention that the `Az` module is commented out in the requirments.psd1. Currently our documentation says that the Az module is included by default.
Here is what the requirements.psd1 file looks like after function app creation:
```powershell
# This file enables modules to be automatically managed by the Functions service.
# See https://aka.ms/functionsmanageddependency for additional information.
#
@{
# For latest supported version, go to 'https://www.powershellgallery.com/packages/Az'.
# To use the Az module in your function app, please uncomment the line below.
# 'Az' = '9.*'
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.