Skip to content

Commit 7f19c35

Browse files
committed
data-plane-controller: dns_name should be optional for Azure privatelink
1 parent 90213cf commit 7f19c35

File tree

1 file changed

+1
-0
lines changed
  • crates/data-plane-controller/src

1 file changed

+1
-0
lines changed

crates/data-plane-controller/src/stack.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ pub struct AWSPrivateLink {
163163
pub struct AzurePrivateLink {
164164
pub service_name: String,
165165
pub location: String,
166+
#[serde(default, skip_serializing_if = "String::is_empty")]
166167
pub dns_name: String,
167168
#[serde(default, skip_serializing_if = "String::is_empty")]
168169
pub resource_type: String,

0 commit comments

Comments
 (0)