You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/appplatform/azure-mgmt-appplatform/azure/mgmt/appplatform/v2021_09_01_preview/models/_app_platform_management_client_enums.py
+14
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,8 @@ class ProvisioningState(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)):
97
97
98
98
CREATING="Creating"
99
99
UPDATING="Updating"
100
+
STARTING="Starting"
101
+
STOPPING="Stopping"
100
102
DELETING="Deleting"
101
103
DELETED="Deleted"
102
104
SUCCEEDED="Succeeded"
@@ -136,6 +138,12 @@ class SkuScaleType(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)):
Copy file name to clipboardExpand all lines: sdk/appplatform/azure-mgmt-appplatform/azure/mgmt/appplatform/v2022_01_01_preview/models/_app_platform_management_client_enums.py
+14
Original file line number
Diff line number
Diff line change
@@ -202,6 +202,8 @@ class ProvisioningState(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)):
202
202
203
203
CREATING="Creating"
204
204
UPDATING="Updating"
205
+
STARTING="Starting"
206
+
STOPPING="Stopping"
205
207
DELETING="Deleting"
206
208
DELETED="Deleted"
207
209
SUCCEEDED="Succeeded"
@@ -243,6 +245,12 @@ class SkuScaleType(with_metaclass(CaseInsensitiveEnumMeta, str, Enum)):
0 commit comments