Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
fd23ae1
Generated from 1dc7da5648b1bd11611de3640100ba3e8f598d9e
AutorestCI Sep 26, 2019
7747621
Generated from a49c4ae194331941508b177b5a23f0928497f351
AutorestCI Sep 26, 2019
f70b304
Generated from 7e83290428506a7d05ec9ac70697c588a9cd373f
AutorestCI Sep 26, 2019
842a467
Generated from 385cd5fc826a047a5d13cd794e580c9bc065027c
AutorestCI Sep 26, 2019
ea1cefc
Generated from 4fa488e5aa4a9b4f217aeac2ba0525aa3e439246
AutorestCI Sep 26, 2019
285f97e
Generated from c795cc5b6a8ec88374352f327d669e395b283962
AutorestCI Sep 26, 2019
313f034
Generated from de6aebce6b71fc721cd1835dcf44b775b785dd8d
AutorestCI Sep 26, 2019
2498038
Generated from 9df4d8264b2fcffcf187b2fa8df5f3e313262f94
AutorestCI Sep 26, 2019
621bf00
Generated from 5b9bb9ab05c059eb9ac80bdbc5de601b45a80d36
AutorestCI Sep 27, 2019
e9194b8
Generated from 18f28ec87c3bd48a5a4ffd60ef94ffc9f02d9d50
AutorestCI Oct 1, 2019
fd73b72
Generated from 3c4687b3bfbda1785d56469947d8c35d4bc518f8
AutorestCI Oct 1, 2019
77fe615
Generated from f0bdbdec810beb58734e85ee1209e821d42b9165
AutorestCI Oct 1, 2019
40e4a1c
Generated from fe1846c46ebd775503f9b15b159c494537ff1201
AutorestCI Oct 4, 2019
4315272
Generated from a39326d4f39b6facbdef0329cbb1a880f3ca5784
AutorestCI Oct 4, 2019
d32f023
Generated from bc06bc81ab9051f2f594cadf643a13b33d182d38
AutorestCI Oct 9, 2019
f667758
Generated from da577a8762dbad29dfc31b388f0efab66970a2aa
AutorestCI Oct 9, 2019
61f4e8b
Generated from eb66cb98f86c7eb15e4e718639bfd97e9d4cd83e
AutorestCI Oct 9, 2019
0a50ad3
Generated from 4e3a7bf2e4c213e5cffc790a43410034812b1515
AutorestCI Oct 10, 2019
6f538c8
Generated from 220de6746ff1564a4487c523a2b077ddeb004898
AutorestCI Oct 11, 2019
c020df9
Generated from 5ad61b9b6d2c13191f93e8d2ca8f12b6c116cadd
AutorestCI Oct 11, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(
super(AzureMachineLearningWorkspaces, self).__init__(self.config.credentials, self.config)

client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)}
self.api_version = '2019-06-01'
self.api_version = '2019-11-01'
self._serialize = Serializer(client_models)
self._deserialize = Deserializer(client_models)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
from ._models_py3 import AmlComputeProperties
from ._models_py3 import ClusterUpdateParameters
from ._models_py3 import Compute
from ._models_py3 import ComputeInstance
from ._models_py3 import ComputeInstanceApplication
from ._models_py3 import ComputeInstanceConnectivityEndpoints
from ._models_py3 import ComputeInstanceCreatedBy
from ._models_py3 import ComputeInstanceProperties
from ._models_py3 import ComputeInstanceSshSettings
from ._models_py3 import ComputeNodesInformation
from ._models_py3 import ComputeResource
from ._models_py3 import ComputeSecrets
Expand Down Expand Up @@ -75,6 +81,12 @@
from ._models import AmlComputeProperties
from ._models import ClusterUpdateParameters
from ._models import Compute
from ._models import ComputeInstance
from ._models import ComputeInstanceApplication
from ._models import ComputeInstanceConnectivityEndpoints
from ._models import ComputeInstanceCreatedBy
from ._models import ComputeInstanceProperties
from ._models import ComputeInstanceSshSettings
from ._models import ComputeNodesInformation
from ._models import ComputeResource
from ._models import ComputeSecrets
Expand Down Expand Up @@ -131,8 +143,12 @@
Status,
ResourceIdentityType,
VmPriority,
OsType,
RemoteLoginPortPublicAccess,
AllocationState,
ApplicationSharingPolicy,
SshPublicAccess,
ComputeInstanceState,
NodeState,
ComputeType,
UnderlyingResourceAction,
Expand All @@ -149,6 +165,12 @@
'AmlComputeProperties',
'ClusterUpdateParameters',
'Compute',
'ComputeInstance',
'ComputeInstanceApplication',
'ComputeInstanceConnectivityEndpoints',
'ComputeInstanceCreatedBy',
'ComputeInstanceProperties',
'ComputeInstanceSshSettings',
'ComputeNodesInformation',
'ComputeResource',
'ComputeSecrets',
Expand Down Expand Up @@ -204,8 +226,12 @@
'Status',
'ResourceIdentityType',
'VmPriority',
'OsType',
'RemoteLoginPortPublicAccess',
'AllocationState',
'ApplicationSharingPolicy',
'SshPublicAccess',
'ComputeInstanceState',
'NodeState',
'ComputeType',
'UnderlyingResourceAction',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ class VmPriority(str, Enum):
low_priority = "LowPriority"


class OsType(str, Enum):

linux = "Linux"
windows = "Windows"


class RemoteLoginPortPublicAccess(str, Enum):

enabled = "Enabled"
Expand All @@ -67,6 +73,38 @@ class AllocationState(str, Enum):
resizing = "Resizing"


class ApplicationSharingPolicy(str, Enum):

personal = "Personal"
shared = "Shared"


class SshPublicAccess(str, Enum):

enabled = "Enabled"
disabled = "Disabled"


class ComputeInstanceState(str, Enum):

creating = "Creating"
create_failed = "CreateFailed"
deleting = "Deleting"
ready = "Ready"
restarting = "Restarting"
restart_failed = "RestartFailed"
running = "Running"
setting_up = "SettingUp"
starting = "Starting"
start_failed = "StartFailed"
stop_failed = "StopFailed"
stopped = "Stopped"
stopping = "Stopping"
user_setting_up = "UserSettingUp"
unknown = "Unknown"
unusable = "Unusable"


class NodeState(str, Enum):

idle = "idle"
Expand All @@ -81,6 +119,7 @@ class ComputeType(str, Enum):

aks = "AKS"
aml_compute = "AmlCompute"
compute_instance = "ComputeInstance"
data_factory = "DataFactory"
virtual_machine = "VirtualMachine"
hd_insight = "HDInsight"
Expand Down
Loading