-
Notifications
You must be signed in to change notification settings - Fork 387
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
fix: res/insights/private-link-scope
deploys private endpoints in the subnet resource group
#4132
base: main
Are you sure you want to change the base?
Conversation
@description('Required. List of exclusions that override the default access mode settings for specific private endpoint connections. Exclusions for the current created Private endpoints can only be applied post initial provisioning.') | ||
exclusions: { | ||
@description('Required. The private endpoint connection name associated to the private endpoint on which we want to apply the specific access mode settings.') | ||
privateEndpointConnectionName: string | ||
@description('Optional. The private endpoint connection name associated to the private endpoint on which we want to apply the specific access mode settings.') | ||
privateEndpointConnectionName: string? |
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.
Why did both change the state?
@description('Required. Specifies the default access mode of ingestion through associated private endpoints in scope. Default is "Open" if no private endpoints are configured and will be set to "PrivateOnly" if private endpoints are configured. Override default behaviour by explicitly providing a value.') | ||
ingestionAccessMode: 'Open' | 'PrivateOnly' | ||
|
||
@description('Optional. Specifies the default access mode of queries through associated private endpoints in scope. Default is "Open" if no private endpoints are configured and will be set to "PrivateOnly" if private endpoints are configured. Override default behaviour by explicitly providing a value.') | ||
queryAccessMode: 'Open' | 'PrivateOnly'? | ||
}? | ||
@description('Required. Specifies the default access mode of queries through associated private endpoints in scope. Default is "Open" if no private endpoints are configured and will be set to "PrivateOnly" if private endpoints are configured. Override default behaviour by explicitly providing a value.') |
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.
Why did both change the state?
Hey @ReneHezser, |
Description
Closes #3835
Pipeline Reference
Type of Change
version.json
:version.json
.version.json
.Checklist
Set-AVMModule
locally to generate the supporting module files.