Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -504,12 +504,33 @@
"ImmediatePurgeDataOn30Days": {
"type": "boolean",
"description": "Purge data immediately after 30 days."
},
"PrivateLinkScopedResources": {
"readOnly": true,
"type": "array",
"items": {
"$ref": "#/definitions/PrivateLinkScopedResource"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

since I'm also working on this feature for Azure CLI, I have a quick question for this one. Does it mean several private link scoped resource can be linked to one app component?

},
"description": "List of linked private link scope resources."
}
},
"required": [
"Application_Type"
]
},
"PrivateLinkScopedResource": {
"properties": {
"ResourceId": {
"type": "string",
"description": "The full resource Id of the private link scope resource."
},
"ScopeId": {
"type": "string",
"description": "The private link scope unique Identifier."
}
},
"description": "The private link scope resource reference."
},
"ApplicationInsightsComponentListResult": {
"description": "Describes the list of Application Insights Resources.",
"required": [
Expand Down