File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sdk/ml/azure-ai-ml/azure/ai/ml/entities/_workspace Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -191,9 +191,9 @@ class ServiceTagDestination(OutboundRule):
191191 :param port_ranges: A comma-separated list of single ports and/or range of ports, such as "80,1024-65535".
192192 Traffics should be allowed to these port ranges.
193193 :type port_ranges: str
194- :ivar address_prefixes: Optional list of CIDR prefixes or IP ranges, when provided, service_tag argument will
194+ :param address_prefixes: Optional list of CIDR prefixes or IP ranges, when provided, service_tag argument will
195195 be ignored and address_prefixes will be used instead.
196- :vartype address_prefixes: List[str]
196+ :type address_prefixes: List[str]
197197 :ivar type: Type of the outbound rule. Set to "ServiceTag" for this class.
198198 :vartype type: str
199199
You can’t perform that action at this time.
0 commit comments