Skip to content

Commit 0d5a79d

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 997b74d commit 0d5a79d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • sdk/domainregistration/azure-mgmt-domainregistration/azure/mgmt/domainregistration/aio

sdk/domainregistration/azure-mgmt-domainregistration/azure/mgmt/domainregistration/aio/_client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ class DomainRegistrationMgmtClient:
5151
:keyword cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
5252
None.
5353
:paramtype cloud_setting: ~azure.core.AzureClouds
54-
:keyword api_version: The API version to use for this operation. Known values are "2024-11-01"
55-
and None. Default value is None. If not set, the operation's default API version will be used.
56-
Note that overriding this default value may result in unsupported behavior.
54+
:keyword api_version: The API version to use for this operation. Known value is "2024-11-01".
55+
Default value is "2024-11-01". Note that overriding this default value may result in
56+
unsupported behavior.
5757
:paramtype api_version: str
5858
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
5959
Retry-After header is present.

0 commit comments

Comments
 (0)