-
Notifications
You must be signed in to change notification settings - Fork 478
Implement app capabilities feature #11577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
…tration from webjobs extension
| <PropertyGroup> | ||
| <VersionPrefix>1.0.4</VersionPrefix> | ||
| <VersionSuffix>preview</VersionSuffix> | ||
| <VersionSuffix>preview2</VersionSuffix> |
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
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)); |
There was a problem hiding this comment.
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" /> |
There was a problem hiding this comment.
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() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar setup to
| public FunctionsHostingConfigOptions() |
Issue describing the changes in this PR
Initial draft for #11574
Pull request checklist
IMPORTANT: Currently, changes must be backported to the
in-procbranch to be included in Core Tools and non-Flex deployments.in-procbranch is not requiredrelease_notes.mdAdditional information
Additional PR information