|
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 |
23 | 24 | from ._models_py3 import ComputeNodesInformation |
|
29 | 30 | from ._models_py3 import DataFactory |
30 | 31 | from ._models_py3 import DataLakeAnalytics |
31 | 32 | from ._models_py3 import DataLakeAnalyticsProperties |
| 33 | + from ._models_py3 import EncryptionProperty |
32 | 34 | from ._models_py3 import ErrorDetail |
33 | | - from ._models_py3 import ErrorResponse |
| 35 | + from ._models_py3 import ErrorResponse, ErrorResponseException |
34 | 36 | from ._models_py3 import HDInsight |
35 | 37 | from ._models_py3 import HDInsightProperties |
36 | 38 | from ._models_py3 import Identity |
| 39 | + from ._models_py3 import IdentityUserAssignedIdentitiesValue |
| 40 | + from ._models_py3 import KeyVaultProperties |
37 | 41 | from ._models_py3 import ListWorkspaceKeysResult |
38 | 42 | from ._models_py3 import MachineLearningServiceError, MachineLearningServiceErrorException |
39 | 43 | from ._models_py3 import NodeStateCounts |
| 44 | + from ._models_py3 import NotebookListCredentialsResult |
| 45 | + from ._models_py3 import NotebookPreparationError |
| 46 | + from ._models_py3 import NotebookResourceInfo |
40 | 47 | from ._models_py3 import Operation |
41 | 48 | from ._models_py3 import OperationDisplay |
42 | 49 | from ._models_py3 import Password |
| 50 | + from ._models_py3 import PrivateEndpoint |
| 51 | + from ._models_py3 import PrivateEndpointConnection |
| 52 | + from ._models_py3 import PrivateLinkResource |
| 53 | + from ._models_py3 import PrivateLinkResourceListResult |
| 54 | + from ._models_py3 import PrivateLinkServiceConnectionState |
| 55 | + from ._models_py3 import QuotaBaseProperties |
| 56 | + from ._models_py3 import QuotaUpdateParameters |
43 | 57 | from ._models_py3 import RegistryListCredentialsResult |
44 | 58 | from ._models_py3 import Resource |
45 | 59 | from ._models_py3 import ResourceId |
| 60 | + from ._models_py3 import ResourceName |
| 61 | + from ._models_py3 import ResourceQuota |
| 62 | + from ._models_py3 import ResourceSkuLocationInfo |
| 63 | + from ._models_py3 import ResourceSkuZoneDetails |
| 64 | + from ._models_py3 import Restriction |
46 | 65 | from ._models_py3 import ScaleSettings |
47 | 66 | from ._models_py3 import ServicePrincipalCredentials |
| 67 | + from ._models_py3 import SharedPrivateLinkResource |
| 68 | + from ._models_py3 import Sku |
| 69 | + from ._models_py3 import SKUCapability |
48 | 70 | from ._models_py3 import SslConfiguration |
49 | 71 | from ._models_py3 import SystemService |
| 72 | + from ._models_py3 import UpdateWorkspaceQuotas |
| 73 | + from ._models_py3 import UpdateWorkspaceQuotasResult |
50 | 74 | from ._models_py3 import Usage |
51 | 75 | from ._models_py3 import UsageName |
52 | 76 | from ._models_py3 import UserAccountCredentials |
|
57 | 81 | from ._models_py3 import VirtualMachineSizeListResult |
58 | 82 | from ._models_py3 import VirtualMachineSshCredentials |
59 | 83 | from ._models_py3 import Workspace |
| 84 | + from ._models_py3 import WorkspaceSku |
60 | 85 | from ._models_py3 import WorkspaceUpdateParameters |
61 | 86 | except (SyntaxError, ImportError): |
62 | 87 | from ._models import AKS |
|
67 | 92 | from ._models import AmlComputeNodeInformation |
68 | 93 | from ._models import AmlComputeNodesInformation |
69 | 94 | from ._models import AmlComputeProperties |
| 95 | + from ._models import AmlUserFeature |
70 | 96 | from ._models import ClusterUpdateParameters |
71 | 97 | from ._models import Compute |
72 | 98 | from ._models import ComputeNodesInformation |
|
78 | 104 | from ._models import DataFactory |
79 | 105 | from ._models import DataLakeAnalytics |
80 | 106 | from ._models import DataLakeAnalyticsProperties |
| 107 | + from ._models import EncryptionProperty |
81 | 108 | from ._models import ErrorDetail |
82 | | - from ._models import ErrorResponse |
| 109 | + from ._models import ErrorResponse, ErrorResponseException |
83 | 110 | from ._models import HDInsight |
84 | 111 | from ._models import HDInsightProperties |
85 | 112 | from ._models import Identity |
| 113 | + from ._models import IdentityUserAssignedIdentitiesValue |
| 114 | + from ._models import KeyVaultProperties |
86 | 115 | from ._models import ListWorkspaceKeysResult |
87 | 116 | from ._models import MachineLearningServiceError, MachineLearningServiceErrorException |
88 | 117 | from ._models import NodeStateCounts |
| 118 | + from ._models import NotebookListCredentialsResult |
| 119 | + from ._models import NotebookPreparationError |
| 120 | + from ._models import NotebookResourceInfo |
89 | 121 | from ._models import Operation |
90 | 122 | from ._models import OperationDisplay |
91 | 123 | from ._models import Password |
| 124 | + from ._models import PrivateEndpoint |
| 125 | + from ._models import PrivateEndpointConnection |
| 126 | + from ._models import PrivateLinkResource |
| 127 | + from ._models import PrivateLinkResourceListResult |
| 128 | + from ._models import PrivateLinkServiceConnectionState |
| 129 | + from ._models import QuotaBaseProperties |
| 130 | + from ._models import QuotaUpdateParameters |
92 | 131 | from ._models import RegistryListCredentialsResult |
93 | 132 | from ._models import Resource |
94 | 133 | from ._models import ResourceId |
| 134 | + from ._models import ResourceName |
| 135 | + from ._models import ResourceQuota |
| 136 | + from ._models import ResourceSkuLocationInfo |
| 137 | + from ._models import ResourceSkuZoneDetails |
| 138 | + from ._models import Restriction |
95 | 139 | from ._models import ScaleSettings |
96 | 140 | from ._models import ServicePrincipalCredentials |
| 141 | + from ._models import SharedPrivateLinkResource |
| 142 | + from ._models import Sku |
| 143 | + from ._models import SKUCapability |
97 | 144 | from ._models import SslConfiguration |
98 | 145 | from ._models import SystemService |
| 146 | + from ._models import UpdateWorkspaceQuotas |
| 147 | + from ._models import UpdateWorkspaceQuotasResult |
99 | 148 | from ._models import Usage |
100 | 149 | from ._models import UsageName |
101 | 150 | from ._models import UserAccountCredentials |
|
106 | 155 | from ._models import VirtualMachineSizeListResult |
107 | 156 | from ._models import VirtualMachineSshCredentials |
108 | 157 | from ._models import Workspace |
| 158 | + from ._models import WorkspaceSku |
109 | 159 | from ._models import WorkspaceUpdateParameters |
| 160 | +from ._paged_models import AmlUserFeaturePaged |
110 | 161 | from ._paged_models import ComputeResourcePaged |
111 | 162 | from ._paged_models import OperationPaged |
| 163 | +from ._paged_models import ResourceQuotaPaged |
112 | 164 | from ._paged_models import UsagePaged |
113 | 165 | from ._paged_models import WorkspacePaged |
| 166 | +from ._paged_models import WorkspaceSkuPaged |
114 | 167 | from ._azure_machine_learning_workspaces_enums import ( |
115 | 168 | ProvisioningState, |
| 169 | + EncryptionStatus, |
| 170 | + PrivateEndpointServiceConnectionStatus, |
| 171 | + PrivateEndpointConnectionProvisioningState, |
116 | 172 | UsageUnit, |
| 173 | + QuotaUnit, |
| 174 | + Status, |
117 | 175 | ResourceIdentityType, |
118 | 176 | VmPriority, |
| 177 | + RemoteLoginPortPublicAccess, |
119 | 178 | AllocationState, |
| 179 | + NodeState, |
120 | 180 | ComputeType, |
| 181 | + ReasonCode, |
121 | 182 | UnderlyingResourceAction, |
122 | 183 | ) |
123 | 184 |
|
|
130 | 191 | 'AmlComputeNodeInformation', |
131 | 192 | 'AmlComputeNodesInformation', |
132 | 193 | 'AmlComputeProperties', |
| 194 | + 'AmlUserFeature', |
133 | 195 | 'ClusterUpdateParameters', |
134 | 196 | 'Compute', |
135 | 197 | 'ComputeNodesInformation', |
|
141 | 203 | 'DataFactory', |
142 | 204 | 'DataLakeAnalytics', |
143 | 205 | 'DataLakeAnalyticsProperties', |
| 206 | + 'EncryptionProperty', |
144 | 207 | 'ErrorDetail', |
145 | | - 'ErrorResponse', |
| 208 | + 'ErrorResponse', 'ErrorResponseException', |
146 | 209 | 'HDInsight', |
147 | 210 | 'HDInsightProperties', |
148 | 211 | 'Identity', |
| 212 | + 'IdentityUserAssignedIdentitiesValue', |
| 213 | + 'KeyVaultProperties', |
149 | 214 | 'ListWorkspaceKeysResult', |
150 | 215 | 'MachineLearningServiceError', 'MachineLearningServiceErrorException', |
151 | 216 | 'NodeStateCounts', |
| 217 | + 'NotebookListCredentialsResult', |
| 218 | + 'NotebookPreparationError', |
| 219 | + 'NotebookResourceInfo', |
152 | 220 | 'Operation', |
153 | 221 | 'OperationDisplay', |
154 | 222 | 'Password', |
| 223 | + 'PrivateEndpoint', |
| 224 | + 'PrivateEndpointConnection', |
| 225 | + 'PrivateLinkResource', |
| 226 | + 'PrivateLinkResourceListResult', |
| 227 | + 'PrivateLinkServiceConnectionState', |
| 228 | + 'QuotaBaseProperties', |
| 229 | + 'QuotaUpdateParameters', |
155 | 230 | 'RegistryListCredentialsResult', |
156 | 231 | 'Resource', |
157 | 232 | 'ResourceId', |
| 233 | + 'ResourceName', |
| 234 | + 'ResourceQuota', |
| 235 | + 'ResourceSkuLocationInfo', |
| 236 | + 'ResourceSkuZoneDetails', |
| 237 | + 'Restriction', |
158 | 238 | 'ScaleSettings', |
159 | 239 | 'ServicePrincipalCredentials', |
| 240 | + 'SharedPrivateLinkResource', |
| 241 | + 'Sku', |
| 242 | + 'SKUCapability', |
160 | 243 | 'SslConfiguration', |
161 | 244 | 'SystemService', |
| 245 | + 'UpdateWorkspaceQuotas', |
| 246 | + 'UpdateWorkspaceQuotasResult', |
162 | 247 | 'Usage', |
163 | 248 | 'UsageName', |
164 | 249 | 'UserAccountCredentials', |
|
169 | 254 | 'VirtualMachineSizeListResult', |
170 | 255 | 'VirtualMachineSshCredentials', |
171 | 256 | 'Workspace', |
| 257 | + 'WorkspaceSku', |
172 | 258 | 'WorkspaceUpdateParameters', |
173 | 259 | 'OperationPaged', |
174 | 260 | 'WorkspacePaged', |
| 261 | + 'AmlUserFeaturePaged', |
175 | 262 | 'UsagePaged', |
| 263 | + 'ResourceQuotaPaged', |
176 | 264 | 'ComputeResourcePaged', |
| 265 | + 'WorkspaceSkuPaged', |
177 | 266 | 'ProvisioningState', |
| 267 | + 'EncryptionStatus', |
| 268 | + 'PrivateEndpointServiceConnectionStatus', |
| 269 | + 'PrivateEndpointConnectionProvisioningState', |
178 | 270 | 'UsageUnit', |
| 271 | + 'QuotaUnit', |
| 272 | + 'Status', |
179 | 273 | 'ResourceIdentityType', |
180 | 274 | 'VmPriority', |
| 275 | + 'RemoteLoginPortPublicAccess', |
181 | 276 | 'AllocationState', |
| 277 | + 'NodeState', |
182 | 278 | 'ComputeType', |
| 279 | + 'ReasonCode', |
183 | 280 | 'UnderlyingResourceAction', |
184 | 281 | ] |
0 commit comments