Skip to content

Commit

Permalink
Porting from stable changes from Cassandra API (#28801)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjohari-ms authored Apr 23, 2024
1 parent 7333955 commit 28e77df
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1271,8 +1271,16 @@
}
},
"privateLinkResourceId": {
"type": "string",
"readOnly": true,
"type": "string",
"format": "arm-id",
"x-ms-arm-id-details": {
"allowedResources": [
{
"type": "Microsoft.Network/privateLinkServices"
}
]
},
"description": "If the Connection Method is Vpn, this is the Id of the private link resource that the datacenters need to connect to."
}
}
Expand Down

0 comments on commit 28e77df

Please sign in to comment.