Skip to content

Commit c0f6077

Browse files
joshharrinJosh Harrington
andauthored
correct docstring for address_prefixes (Azure#37276)
Co-authored-by: Josh Harrington <[email protected]>
1 parent c48adf7 commit c0f6077

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/ml/azure-ai-ml/azure/ai/ml/entities/_workspace/networking.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)