|
27 | 27 | PrivateLinkResourcesOperations,
|
28 | 28 | QueryKeysOperations,
|
29 | 29 | SearchManagementClientOperationsMixin,
|
30 |
| - ServiceOperations, |
31 | 30 | ServicesOperations,
|
32 | 31 | SharedPrivateLinkResourcesOperations,
|
33 | 32 | UsagesOperations,
|
@@ -64,8 +63,6 @@ class SearchManagementClient(SearchManagementClientOperationsMixin): # pylint:
|
64 | 63 | NetworkSecurityPerimeterConfigurationsOperations operations
|
65 | 64 | :vartype network_security_perimeter_configurations:
|
66 | 65 | azure.mgmt.search.operations.NetworkSecurityPerimeterConfigurationsOperations
|
67 |
| - :ivar service: ServiceOperations operations |
68 |
| - :vartype service: azure.mgmt.search.operations.ServiceOperations |
69 | 66 | :param credential: Credential needed for the client to connect to Azure. Required.
|
70 | 67 | :type credential: ~azure.core.credentials.TokenCredential
|
71 | 68 | :param subscription_id: The unique identifier for a Microsoft Azure subscription. You can
|
@@ -132,7 +129,6 @@ def __init__(
|
132 | 129 | self.network_security_perimeter_configurations = NetworkSecurityPerimeterConfigurationsOperations(
|
133 | 130 | self._client, self._config, self._serialize, self._deserialize
|
134 | 131 | )
|
135 |
| - self.service = ServiceOperations(self._client, self._config, self._serialize, self._deserialize) |
136 | 132 |
|
137 | 133 | def _send_request(self, request: HttpRequest, *, stream: bool = False, **kwargs: Any) -> HttpResponse:
|
138 | 134 | """Runs the network request through the client's chained policies.
|
|
0 commit comments