Skip to content

Conversation

@satvu
Copy link
Member

@satvu satvu commented Jan 22, 2026

Issue describing the changes in this PR

Initial draft for #11574

  • Example branch of webjobs extension this works e2e with here.
  • Example branch of dotnet worker that works e2e with this here

Pull request checklist

IMPORTANT: Currently, changes must be backported to the in-proc branch to be included in Core Tools and non-Flex deployments.

  • Backporting to the in-proc branch is not required
    • Otherwise: Link to backporting PR
  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes should not be added to the release notes for the next release
    • Otherwise: I've added my notes to release_notes.md
  • My changes do not need to be backported to a previous version
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • My changes do not require diagnostic events changes
    • Otherwise: I have added/updated all related diagnostic events and their documentation (Documentation issue linked to PR)
  • I have added all required tests (Unit tests, E2E tests)

Additional information

Additional PR information

<PropertyGroup>
<VersionPrefix>1.0.4</VersionPrefix>
<VersionSuffix>preview</VersionSuffix>
<VersionSuffix>preview2</VersionSuffix>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: remove test change

WorkerMetadata worker_metadata = 4;

// App capabilities or features (different from worker capabilities above)
map<string,string> app_capabilities = 5;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: Move this change to protobuf repo, make sure that is merged into host before this PR

{
p.AddScriptAuthenticationSchemes();
p.AddRequirements(new AuthLevelRequirement(AuthorizationLevel.Admin));
//p.AddRequirements(new AuthLevelRequirement(AuthorizationLevel.Admin));
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: remove local testing change

</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\WebJobs.Script.Abstractions\WebJobs.Script.Abstractions.csproj" />
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: remove testing change

{
private readonly Dictionary<string, string> _capabilities;

public AppCapabilitiesOptions()
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar setup to

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants