Azure / Azure/azure-functions-powershell-worker

Update managed dependencies template to include new DF SDK

Open
#962 0 comments 0 reactions 0 assignees View on GitHub
feature:durable functions
Dominant language
C#
Stars
215
Forks
61
Avg merge
21h 4m
Merged PRs (30d)
6

Description

As in title. We want to update the template to look like this:

```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.*'

# For latest supported version, go to 'https://www.powershellgallery.com/packages/AzureFunctions.PowerShell.Durable.SDK'.
# To enable using the PowerShell Durable Functions SDK, please uncomment the line below.
# 'AzureFunctions.PowerShell.Durable.SDK' = '1.*'
}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Search the repository for the managed dependencies template and compare it with the exact PowerShell block in the issue. Update the matching template to include the AzureFunctions.PowerShell.Durable.SDK entry, then verify that its contents match the requested wording and formatting.

Written by the indexing model from the issue text.

Assessment

Tech stack
powershell
Domain
tooling
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.