We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FileShare raised an awareness that common ARM internal APIs has a pattern for extension resource provider level action.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{sourceResourceProviderName}/{sourceResourceProviderType}/{sourceResourceName}/providers/Microsoft.FileShares/notify
Proposed adding following extension resource action scope to produce
/{resourceUri}/providers/Microsoft.FileShares/notify
@armVirtualResource @extensionResource model ExtensionResourceActionScope { @doc("Symbolic name of scope") @path @visibility(Lifecycle.Read) @key @segment("extensionresource") name: string; }
Playground
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
FileShare raised an awareness that common ARM internal APIs has a pattern for extension resource provider level action.
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{sourceResourceProviderName}/{sourceResourceProviderType}/{sourceResourceName}/providers/Microsoft.FileShares/notify
Proposed adding following extension resource action scope to produce
/{resourceUri}/providers/Microsoft.FileShares/notify
Reproduction
Playground
Checklist
The text was updated successfully, but these errors were encountered: