Skip to content

Commit

Permalink
include empty requestMessage for private endpoint (#8962)
Browse files Browse the repository at this point in the history
  • Loading branch information
hallipr authored Sep 13, 2024
1 parent 1324230 commit f2d31ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ resource kustoCluster 'Microsoft.Kusto/Clusters@2022-02-01' = {
properties: {
groupId: 'blob'
privateLinkResourceId: logsStorageAccount.id
requestMessage: ''
}
}
}
Expand Down

0 comments on commit f2d31ae

Please sign in to comment.