|
18 | 18 | from ._models_py3 import AmlComputeNodeInformation |
19 | 19 | from ._models_py3 import AmlComputeNodesInformation |
20 | 20 | from ._models_py3 import AmlComputeProperties |
| 21 | + from ._models_py3 import AmlUserFeature |
21 | 22 | from ._models_py3 import ClusterUpdateParameters |
22 | 23 | from ._models_py3 import Compute |
| 24 | + from ._models_py3 import ComputeInstance |
| 25 | + from ._models_py3 import ComputeInstanceApplication |
| 26 | + from ._models_py3 import ComputeInstanceConnectivityEndpoints |
| 27 | + from ._models_py3 import ComputeInstanceCreatedBy |
| 28 | + from ._models_py3 import ComputeInstanceProperties |
| 29 | + from ._models_py3 import ComputeInstanceSshSettings |
23 | 30 | from ._models_py3 import ComputeNodesInformation |
24 | 31 | from ._models_py3 import ComputeResource |
25 | 32 | from ._models_py3 import ComputeSecrets |
|
29 | 36 | from ._models_py3 import DataFactory |
30 | 37 | from ._models_py3 import DataLakeAnalytics |
31 | 38 | from ._models_py3 import DataLakeAnalyticsProperties |
| 39 | + from ._models_py3 import EncryptionProperty |
32 | 40 | from ._models_py3 import ErrorDetail |
33 | | - from ._models_py3 import ErrorResponse |
| 41 | + from ._models_py3 import ErrorResponse, ErrorResponseException |
34 | 42 | from ._models_py3 import HDInsight |
35 | 43 | from ._models_py3 import HDInsightProperties |
36 | 44 | from ._models_py3 import Identity |
| 45 | + from ._models_py3 import IdentityUserAssignedIdentitiesValue |
| 46 | + from ._models_py3 import KeyVaultProperties |
37 | 47 | from ._models_py3 import ListWorkspaceKeysResult |
38 | 48 | from ._models_py3 import MachineLearningServiceError, MachineLearningServiceErrorException |
39 | 49 | from ._models_py3 import NodeStateCounts |
| 50 | + from ._models_py3 import NotebookListCredentialsResult |
| 51 | + from ._models_py3 import NotebookPreparationError |
| 52 | + from ._models_py3 import NotebookResourceInfo |
40 | 53 | from ._models_py3 import Operation |
41 | 54 | from ._models_py3 import OperationDisplay |
42 | 55 | from ._models_py3 import Password |
| 56 | + from ._models_py3 import PrivateEndpoint |
| 57 | + from ._models_py3 import PrivateEndpointConnection |
| 58 | + from ._models_py3 import PrivateLinkResource |
| 59 | + from ._models_py3 import PrivateLinkResourceListResult |
| 60 | + from ._models_py3 import PrivateLinkServiceConnectionState |
| 61 | + from ._models_py3 import QuotaBaseProperties |
| 62 | + from ._models_py3 import QuotaUpdateParameters |
43 | 63 | from ._models_py3 import RegistryListCredentialsResult |
44 | 64 | from ._models_py3 import Resource |
45 | 65 | from ._models_py3 import ResourceId |
| 66 | + from ._models_py3 import ResourceName |
| 67 | + from ._models_py3 import ResourceQuota |
| 68 | + from ._models_py3 import ResourceSkuLocationInfo |
| 69 | + from ._models_py3 import ResourceSkuZoneDetails |
| 70 | + from ._models_py3 import Restriction |
46 | 71 | from ._models_py3 import ScaleSettings |
47 | 72 | from ._models_py3 import ServicePrincipalCredentials |
| 73 | + from ._models_py3 import SharedPrivateLinkResource |
| 74 | + from ._models_py3 import Sku |
| 75 | + from ._models_py3 import SKUCapability |
48 | 76 | from ._models_py3 import SslConfiguration |
49 | 77 | from ._models_py3 import SystemService |
| 78 | + from ._models_py3 import UpdateWorkspaceQuotas |
| 79 | + from ._models_py3 import UpdateWorkspaceQuotasResult |
50 | 80 | from ._models_py3 import Usage |
51 | 81 | from ._models_py3 import UsageName |
52 | 82 | from ._models_py3 import UserAccountCredentials |
|
57 | 87 | from ._models_py3 import VirtualMachineSizeListResult |
58 | 88 | from ._models_py3 import VirtualMachineSshCredentials |
59 | 89 | from ._models_py3 import Workspace |
| 90 | + from ._models_py3 import WorkspaceConnection |
| 91 | + from ._models_py3 import WorkspaceConnectionDto |
| 92 | + from ._models_py3 import WorkspaceSku |
60 | 93 | from ._models_py3 import WorkspaceUpdateParameters |
61 | 94 | except (SyntaxError, ImportError): |
62 | 95 | from ._models import AKS |
|
67 | 100 | from ._models import AmlComputeNodeInformation |
68 | 101 | from ._models import AmlComputeNodesInformation |
69 | 102 | from ._models import AmlComputeProperties |
| 103 | + from ._models import AmlUserFeature |
70 | 104 | from ._models import ClusterUpdateParameters |
71 | 105 | from ._models import Compute |
| 106 | + from ._models import ComputeInstance |
| 107 | + from ._models import ComputeInstanceApplication |
| 108 | + from ._models import ComputeInstanceConnectivityEndpoints |
| 109 | + from ._models import ComputeInstanceCreatedBy |
| 110 | + from ._models import ComputeInstanceProperties |
| 111 | + from ._models import ComputeInstanceSshSettings |
72 | 112 | from ._models import ComputeNodesInformation |
73 | 113 | from ._models import ComputeResource |
74 | 114 | from ._models import ComputeSecrets |
|
78 | 118 | from ._models import DataFactory |
79 | 119 | from ._models import DataLakeAnalytics |
80 | 120 | from ._models import DataLakeAnalyticsProperties |
| 121 | + from ._models import EncryptionProperty |
81 | 122 | from ._models import ErrorDetail |
82 | | - from ._models import ErrorResponse |
| 123 | + from ._models import ErrorResponse, ErrorResponseException |
83 | 124 | from ._models import HDInsight |
84 | 125 | from ._models import HDInsightProperties |
85 | 126 | from ._models import Identity |
| 127 | + from ._models import IdentityUserAssignedIdentitiesValue |
| 128 | + from ._models import KeyVaultProperties |
86 | 129 | from ._models import ListWorkspaceKeysResult |
87 | 130 | from ._models import MachineLearningServiceError, MachineLearningServiceErrorException |
88 | 131 | from ._models import NodeStateCounts |
| 132 | + from ._models import NotebookListCredentialsResult |
| 133 | + from ._models import NotebookPreparationError |
| 134 | + from ._models import NotebookResourceInfo |
89 | 135 | from ._models import Operation |
90 | 136 | from ._models import OperationDisplay |
91 | 137 | from ._models import Password |
| 138 | + from ._models import PrivateEndpoint |
| 139 | + from ._models import PrivateEndpointConnection |
| 140 | + from ._models import PrivateLinkResource |
| 141 | + from ._models import PrivateLinkResourceListResult |
| 142 | + from ._models import PrivateLinkServiceConnectionState |
| 143 | + from ._models import QuotaBaseProperties |
| 144 | + from ._models import QuotaUpdateParameters |
92 | 145 | from ._models import RegistryListCredentialsResult |
93 | 146 | from ._models import Resource |
94 | 147 | from ._models import ResourceId |
| 148 | + from ._models import ResourceName |
| 149 | + from ._models import ResourceQuota |
| 150 | + from ._models import ResourceSkuLocationInfo |
| 151 | + from ._models import ResourceSkuZoneDetails |
| 152 | + from ._models import Restriction |
95 | 153 | from ._models import ScaleSettings |
96 | 154 | from ._models import ServicePrincipalCredentials |
| 155 | + from ._models import SharedPrivateLinkResource |
| 156 | + from ._models import Sku |
| 157 | + from ._models import SKUCapability |
97 | 158 | from ._models import SslConfiguration |
98 | 159 | from ._models import SystemService |
| 160 | + from ._models import UpdateWorkspaceQuotas |
| 161 | + from ._models import UpdateWorkspaceQuotasResult |
99 | 162 | from ._models import Usage |
100 | 163 | from ._models import UsageName |
101 | 164 | from ._models import UserAccountCredentials |
|
106 | 169 | from ._models import VirtualMachineSizeListResult |
107 | 170 | from ._models import VirtualMachineSshCredentials |
108 | 171 | from ._models import Workspace |
| 172 | + from ._models import WorkspaceConnection |
| 173 | + from ._models import WorkspaceConnectionDto |
| 174 | + from ._models import WorkspaceSku |
109 | 175 | from ._models import WorkspaceUpdateParameters |
| 176 | +from ._paged_models import AmlUserFeaturePaged |
110 | 177 | from ._paged_models import ComputeResourcePaged |
111 | 178 | from ._paged_models import OperationPaged |
| 179 | +from ._paged_models import ResourceQuotaPaged |
112 | 180 | from ._paged_models import UsagePaged |
| 181 | +from ._paged_models import WorkspaceConnectionPaged |
113 | 182 | from ._paged_models import WorkspacePaged |
| 183 | +from ._paged_models import WorkspaceSkuPaged |
114 | 184 | from ._azure_machine_learning_workspaces_enums import ( |
115 | 185 | ProvisioningState, |
| 186 | + EncryptionStatus, |
| 187 | + PrivateEndpointServiceConnectionStatus, |
| 188 | + PrivateEndpointConnectionProvisioningState, |
116 | 189 | UsageUnit, |
| 190 | + QuotaUnit, |
| 191 | + Status, |
117 | 192 | ResourceIdentityType, |
118 | 193 | VmPriority, |
| 194 | + RemoteLoginPortPublicAccess, |
119 | 195 | AllocationState, |
| 196 | + ApplicationSharingPolicy, |
| 197 | + SshPublicAccess, |
| 198 | + ComputeInstanceState, |
| 199 | + NodeState, |
120 | 200 | ComputeType, |
| 201 | + ReasonCode, |
121 | 202 | UnderlyingResourceAction, |
122 | 203 | ) |
123 | 204 |
|
|
130 | 211 | 'AmlComputeNodeInformation', |
131 | 212 | 'AmlComputeNodesInformation', |
132 | 213 | 'AmlComputeProperties', |
| 214 | + 'AmlUserFeature', |
133 | 215 | 'ClusterUpdateParameters', |
134 | 216 | 'Compute', |
| 217 | + 'ComputeInstance', |
| 218 | + 'ComputeInstanceApplication', |
| 219 | + 'ComputeInstanceConnectivityEndpoints', |
| 220 | + 'ComputeInstanceCreatedBy', |
| 221 | + 'ComputeInstanceProperties', |
| 222 | + 'ComputeInstanceSshSettings', |
135 | 223 | 'ComputeNodesInformation', |
136 | 224 | 'ComputeResource', |
137 | 225 | 'ComputeSecrets', |
|
141 | 229 | 'DataFactory', |
142 | 230 | 'DataLakeAnalytics', |
143 | 231 | 'DataLakeAnalyticsProperties', |
| 232 | + 'EncryptionProperty', |
144 | 233 | 'ErrorDetail', |
145 | | - 'ErrorResponse', |
| 234 | + 'ErrorResponse', 'ErrorResponseException', |
146 | 235 | 'HDInsight', |
147 | 236 | 'HDInsightProperties', |
148 | 237 | 'Identity', |
| 238 | + 'IdentityUserAssignedIdentitiesValue', |
| 239 | + 'KeyVaultProperties', |
149 | 240 | 'ListWorkspaceKeysResult', |
150 | 241 | 'MachineLearningServiceError', 'MachineLearningServiceErrorException', |
151 | 242 | 'NodeStateCounts', |
| 243 | + 'NotebookListCredentialsResult', |
| 244 | + 'NotebookPreparationError', |
| 245 | + 'NotebookResourceInfo', |
152 | 246 | 'Operation', |
153 | 247 | 'OperationDisplay', |
154 | 248 | 'Password', |
| 249 | + 'PrivateEndpoint', |
| 250 | + 'PrivateEndpointConnection', |
| 251 | + 'PrivateLinkResource', |
| 252 | + 'PrivateLinkResourceListResult', |
| 253 | + 'PrivateLinkServiceConnectionState', |
| 254 | + 'QuotaBaseProperties', |
| 255 | + 'QuotaUpdateParameters', |
155 | 256 | 'RegistryListCredentialsResult', |
156 | 257 | 'Resource', |
157 | 258 | 'ResourceId', |
| 259 | + 'ResourceName', |
| 260 | + 'ResourceQuota', |
| 261 | + 'ResourceSkuLocationInfo', |
| 262 | + 'ResourceSkuZoneDetails', |
| 263 | + 'Restriction', |
158 | 264 | 'ScaleSettings', |
159 | 265 | 'ServicePrincipalCredentials', |
| 266 | + 'SharedPrivateLinkResource', |
| 267 | + 'Sku', |
| 268 | + 'SKUCapability', |
160 | 269 | 'SslConfiguration', |
161 | 270 | 'SystemService', |
| 271 | + 'UpdateWorkspaceQuotas', |
| 272 | + 'UpdateWorkspaceQuotasResult', |
162 | 273 | 'Usage', |
163 | 274 | 'UsageName', |
164 | 275 | 'UserAccountCredentials', |
|
169 | 280 | 'VirtualMachineSizeListResult', |
170 | 281 | 'VirtualMachineSshCredentials', |
171 | 282 | 'Workspace', |
| 283 | + 'WorkspaceConnection', |
| 284 | + 'WorkspaceConnectionDto', |
| 285 | + 'WorkspaceSku', |
172 | 286 | 'WorkspaceUpdateParameters', |
173 | 287 | 'OperationPaged', |
174 | 288 | 'WorkspacePaged', |
| 289 | + 'AmlUserFeaturePaged', |
175 | 290 | 'UsagePaged', |
| 291 | + 'ResourceQuotaPaged', |
| 292 | + 'WorkspaceConnectionPaged', |
176 | 293 | 'ComputeResourcePaged', |
| 294 | + 'WorkspaceSkuPaged', |
177 | 295 | 'ProvisioningState', |
| 296 | + 'EncryptionStatus', |
| 297 | + 'PrivateEndpointServiceConnectionStatus', |
| 298 | + 'PrivateEndpointConnectionProvisioningState', |
178 | 299 | 'UsageUnit', |
| 300 | + 'QuotaUnit', |
| 301 | + 'Status', |
179 | 302 | 'ResourceIdentityType', |
180 | 303 | 'VmPriority', |
| 304 | + 'RemoteLoginPortPublicAccess', |
181 | 305 | 'AllocationState', |
| 306 | + 'ApplicationSharingPolicy', |
| 307 | + 'SshPublicAccess', |
| 308 | + 'ComputeInstanceState', |
| 309 | + 'NodeState', |
182 | 310 | 'ComputeType', |
| 311 | + 'ReasonCode', |
183 | 312 | 'UnderlyingResourceAction', |
184 | 313 | ] |
0 commit comments