Skip to content

Commit

Permalink
add missing ref
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhidaLiu committed Sep 8, 2023
1 parent 1540c94 commit f21b6b5
Showing 1 changed file with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6087,6 +6087,44 @@
},
"x-ms-discriminator-value": "ServiceTag"
},
"ServiceTagDestination": {
"type": "object",
"description": "Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.",
"properties": {
"action": {
"$ref": "#/definitions/RuleAction"
},
"addressPrefixes": {
"description": "Optional, if provided, the ServiceTag property will be ignored.",
"type": "array",
"items": {
"type": "string"
},
"readOnly": true
},
"portRanges": {
"type": "string"
},
"protocol": {
"type": "string"
},
"serviceTag": {
"type": "string"
}
}
},
"RuleAction": {
"description": "The action enum for networking rule.",
"enum": [
"Allow",
"Deny"
],
"type": "string",
"x-ms-enum": {
"name": "RuleAction",
"modelAsString": true
}
},
"FqdnOutboundRule": {
"type": "object",
"description": "FQDN Outbound Rule for the managed network of a machine learning workspace.",
Expand Down

0 comments on commit f21b6b5

Please sign in to comment.