|
25 | 25 | from ._models_py3 import BatchAccount |
26 | 26 | from ._models_py3 import BatchAccountCreateParameters |
27 | 27 | from ._models_py3 import BatchAccountIdentity |
| 28 | + from ._models_py3 import BatchAccountIdentityUserAssignedIdentitiesValue |
28 | 29 | from ._models_py3 import BatchAccountKeys |
29 | 30 | from ._models_py3 import BatchAccountRegenerateKeyParameters |
30 | 31 | from ._models_py3 import BatchAccountUpdateParameters |
31 | 32 | from ._models_py3 import BatchLocationQuota |
| 33 | + from ._models_py3 import BatchPoolIdentity |
| 34 | + from ._models_py3 import BatchPoolIdentityUserAssignedIdentitiesValue |
32 | 35 | from ._models_py3 import Certificate |
33 | 36 | from ._models_py3 import CertificateBaseProperties |
34 | 37 | from ._models_py3 import CertificateCreateOrUpdateParameters |
|
56 | 59 | from ._models_py3 import NetworkConfiguration |
57 | 60 | from ._models_py3 import NetworkSecurityGroupRule |
58 | 61 | from ._models_py3 import NFSMountConfiguration |
| 62 | + from ._models_py3 import NodePlacementConfiguration |
59 | 63 | from ._models_py3 import Operation |
60 | 64 | from ._models_py3 import OperationDisplay |
61 | 65 | from ._models_py3 import Pool |
|
78 | 82 | from ._models_py3 import UserIdentity |
79 | 83 | from ._models_py3 import VirtualMachineConfiguration |
80 | 84 | from ._models_py3 import VirtualMachineFamilyCoreQuota |
| 85 | + from ._models_py3 import VMExtension |
81 | 86 | from ._models_py3 import WindowsConfiguration |
82 | 87 | from ._models_py3 import WindowsUserConfiguration |
83 | 88 | except (SyntaxError, ImportError): |
|
96 | 101 | from ._models import BatchAccount |
97 | 102 | from ._models import BatchAccountCreateParameters |
98 | 103 | from ._models import BatchAccountIdentity |
| 104 | + from ._models import BatchAccountIdentityUserAssignedIdentitiesValue |
99 | 105 | from ._models import BatchAccountKeys |
100 | 106 | from ._models import BatchAccountRegenerateKeyParameters |
101 | 107 | from ._models import BatchAccountUpdateParameters |
102 | 108 | from ._models import BatchLocationQuota |
| 109 | + from ._models import BatchPoolIdentity |
| 110 | + from ._models import BatchPoolIdentityUserAssignedIdentitiesValue |
103 | 111 | from ._models import Certificate |
104 | 112 | from ._models import CertificateBaseProperties |
105 | 113 | from ._models import CertificateCreateOrUpdateParameters |
|
127 | 135 | from ._models import NetworkConfiguration |
128 | 136 | from ._models import NetworkSecurityGroupRule |
129 | 137 | from ._models import NFSMountConfiguration |
| 138 | + from ._models import NodePlacementConfiguration |
130 | 139 | from ._models import Operation |
131 | 140 | from ._models import OperationDisplay |
132 | 141 | from ._models import Pool |
|
149 | 158 | from ._models import UserIdentity |
150 | 159 | from ._models import VirtualMachineConfiguration |
151 | 160 | from ._models import VirtualMachineFamilyCoreQuota |
| 161 | + from ._models import VMExtension |
152 | 162 | from ._models import WindowsConfiguration |
153 | 163 | from ._models import WindowsUserConfiguration |
154 | 164 | from ._paged_models import ApplicationPackagePaged |
|
176 | 186 | CachingType, |
177 | 187 | StorageAccountType, |
178 | 188 | DiskEncryptionTarget, |
| 189 | + NodePlacementPolicyType, |
179 | 190 | ComputeNodeDeallocationOption, |
180 | 191 | InterNodeCommunicationState, |
181 | 192 | InboundEndpointProtocol, |
|
188 | 199 | ContainerWorkingDirectory, |
189 | 200 | CertificateStoreLocation, |
190 | 201 | CertificateVisibility, |
191 | | - ContainerType, |
192 | | - ResourceType, |
| 202 | + PoolIdentityType, |
193 | 203 | NameAvailabilityReason, |
194 | 204 | ) |
195 | 205 |
|
|
209 | 219 | 'BatchAccount', |
210 | 220 | 'BatchAccountCreateParameters', |
211 | 221 | 'BatchAccountIdentity', |
| 222 | + 'BatchAccountIdentityUserAssignedIdentitiesValue', |
212 | 223 | 'BatchAccountKeys', |
213 | 224 | 'BatchAccountRegenerateKeyParameters', |
214 | 225 | 'BatchAccountUpdateParameters', |
215 | 226 | 'BatchLocationQuota', |
| 227 | + 'BatchPoolIdentity', |
| 228 | + 'BatchPoolIdentityUserAssignedIdentitiesValue', |
216 | 229 | 'Certificate', |
217 | 230 | 'CertificateBaseProperties', |
218 | 231 | 'CertificateCreateOrUpdateParameters', |
|
240 | 253 | 'NetworkConfiguration', |
241 | 254 | 'NetworkSecurityGroupRule', |
242 | 255 | 'NFSMountConfiguration', |
| 256 | + 'NodePlacementConfiguration', |
243 | 257 | 'Operation', |
244 | 258 | 'OperationDisplay', |
245 | 259 | 'Pool', |
|
262 | 276 | 'UserIdentity', |
263 | 277 | 'VirtualMachineConfiguration', |
264 | 278 | 'VirtualMachineFamilyCoreQuota', |
| 279 | + 'VMExtension', |
265 | 280 | 'WindowsConfiguration', |
266 | 281 | 'WindowsUserConfiguration', |
267 | 282 | 'BatchAccountPaged', |
|
288 | 303 | 'CachingType', |
289 | 304 | 'StorageAccountType', |
290 | 305 | 'DiskEncryptionTarget', |
| 306 | + 'NodePlacementPolicyType', |
291 | 307 | 'ComputeNodeDeallocationOption', |
292 | 308 | 'InterNodeCommunicationState', |
293 | 309 | 'InboundEndpointProtocol', |
|
300 | 316 | 'ContainerWorkingDirectory', |
301 | 317 | 'CertificateStoreLocation', |
302 | 318 | 'CertificateVisibility', |
303 | | - 'ContainerType', |
304 | | - 'ResourceType', |
| 319 | + 'PoolIdentityType', |
305 | 320 | 'NameAvailabilityReason', |
306 | 321 | ] |
0 commit comments