@@ -33,7 +33,7 @@ class LinkerOperations:
3333 instantiates it for you and attaches it as an attribute.
3434
3535 :ivar models: Alias to model classes used in this operation group.
36- :type models: ~microsoft_service_linker .models
36+ :type models: ~azure.mgmt.servicelinker .models
3737 :param client: Client for service requests.
3838 :param config: Configuration of service client.
3939 :param serializer: An object model serializer.
@@ -61,7 +61,7 @@ def list(
6161 :type resource_uri: str
6262 :keyword callable cls: A custom type or function that will be passed the direct response
6363 :return: An iterator like instance of either LinkerList or the result of cls(response)
64- :rtype: ~azure.core.async_paging.AsyncItemPaged[~microsoft_service_linker .models.LinkerList]
64+ :rtype: ~azure.core.async_paging.AsyncItemPaged[~azure.mgmt.servicelinker .models.LinkerList]
6565 :raises: ~azure.core.exceptions.HttpResponseError
6666 """
6767 cls = kwargs .pop ('cls' , None ) # type: ClsType["_models.LinkerList"]
@@ -132,7 +132,7 @@ async def get(
132132 :type linker_name: str
133133 :keyword callable cls: A custom type or function that will be passed the direct response
134134 :return: LinkerResource, or the result of cls(response)
135- :rtype: ~microsoft_service_linker .models.LinkerResource
135+ :rtype: ~azure.mgmt.servicelinker .models.LinkerResource
136136 :raises: ~azure.core.exceptions.HttpResponseError
137137 """
138138 cls = kwargs .pop ('cls' , None ) # type: ClsType["_models.LinkerResource"]
@@ -232,7 +232,7 @@ async def begin_create_or_update(
232232 :param linker_name: The name Linker resource.
233233 :type linker_name: str
234234 :param parameters: Linker details.
235- :type parameters: ~microsoft_service_linker .models.LinkerResource
235+ :type parameters: ~azure.mgmt.servicelinker .models.LinkerResource
236236 :keyword callable cls: A custom type or function that will be passed the direct response
237237 :keyword str continuation_token: A continuation token to restart a poller from a saved state.
238238 :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for
@@ -243,7 +243,7 @@ async def begin_create_or_update(
243243 Retry-After header is present.
244244 :return: An instance of AsyncLROPoller that returns either LinkerResource or the result of
245245 cls(response)
246- :rtype: ~azure.core.polling.AsyncLROPoller[~microsoft_service_linker .models.LinkerResource]
246+ :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.servicelinker .models.LinkerResource]
247247 :raises: ~azure.core.exceptions.HttpResponseError
248248 """
249249 content_type = kwargs .pop ('content_type' , "application/json" ) # type: Optional[str]
@@ -448,7 +448,7 @@ async def begin_update(
448448 :param linker_name: The name Linker resource.
449449 :type linker_name: str
450450 :param parameters: Linker details.
451- :type parameters: ~microsoft_service_linker .models.LinkerPatch
451+ :type parameters: ~azure.mgmt.servicelinker .models.LinkerPatch
452452 :keyword callable cls: A custom type or function that will be passed the direct response
453453 :keyword str continuation_token: A continuation token to restart a poller from a saved state.
454454 :keyword polling: By default, your polling method will be AsyncARMPolling. Pass in False for
@@ -459,7 +459,7 @@ async def begin_update(
459459 Retry-After header is present.
460460 :return: An instance of AsyncLROPoller that returns either LinkerResource or the result of
461461 cls(response)
462- :rtype: ~azure.core.polling.AsyncLROPoller[~microsoft_service_linker .models.LinkerResource]
462+ :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.servicelinker .models.LinkerResource]
463463 :raises: ~azure.core.exceptions.HttpResponseError
464464 """
465465 content_type = kwargs .pop ('content_type' , "application/json" ) # type: Optional[str]
@@ -568,7 +568,7 @@ async def begin_validate(
568568 Retry-After header is present.
569569 :return: An instance of AsyncLROPoller that returns either ValidateResult or the result of
570570 cls(response)
571- :rtype: ~azure.core.polling.AsyncLROPoller[~microsoft_service_linker .models.ValidateResult]
571+ :rtype: ~azure.core.polling.AsyncLROPoller[~azure.mgmt.servicelinker .models.ValidateResult]
572572 :raises: ~azure.core.exceptions.HttpResponseError
573573 """
574574 polling = kwargs .pop ('polling' , True ) # type: Union[bool, azure.core.polling.AsyncPollingMethod]
@@ -626,7 +626,7 @@ async def list_configurations(
626626 :type linker_name: str
627627 :keyword callable cls: A custom type or function that will be passed the direct response
628628 :return: SourceConfigurationResult, or the result of cls(response)
629- :rtype: ~microsoft_service_linker .models.SourceConfigurationResult
629+ :rtype: ~azure.mgmt.servicelinker .models.SourceConfigurationResult
630630 :raises: ~azure.core.exceptions.HttpResponseError
631631 """
632632 cls = kwargs .pop ('cls' , None ) # type: ClsType["_models.SourceConfigurationResult"]
0 commit comments