Skip to content
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

Update MinimalPermissionsGuidancePlugin snippets #108

Closed
garrytrinder opened this issue Jul 4, 2024 · 0 comments · Fixed by #111
Closed

Update MinimalPermissionsGuidancePlugin snippets #108

garrytrinder opened this issue Jul 4, 2024 · 0 comments · Fixed by #111
Milestone

Comments

@garrytrinder
Copy link
Owner

{
    "$schema": "https://raw.githubusercontent.com/microsoft/dev-proxy/main/schemas/v0.18.0/rc.schema.json",
    "plugins": [
        {
            "name": "MinimalPermissionsGuidancePlugin",
            "enabled": true,
            "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll",
            "configSection": "minimalPermissionsGuidancePlugin"
        }
    ],
    "minimalPermissionsGuidancePlugin": {
        "filePath": "permissions-summary.json"
    }
}

configSection is no longer needed as we recommend that you should now use a reporter to obtain the output in a file, which means the config snippet can be removed as it won't be needed.

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 a pull request may close this issue.

1 participant