Skip to content

Commit 14da8f5

Browse files
author
SDKAuto
committed
CodeGen from PR 16648 in Azure/azure-rest-api-specs
Merge cf6515b622a1817f9d11d4a140ed58c9ab25779b into bf84d93
1 parent 7c2943a commit 14da8f5

File tree

6 files changed

+111
-588
lines changed

6 files changed

+111
-588
lines changed

sdk/azurearcdata/azure-mgmt-azurearcdata/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@autorest/[email protected]",
55
"@autorest/[email protected]"
66
],
7-
"commit": "b28a542b3eb4f2f4f384b14b635d0a835df818cd",
7+
"commit": "d43feb2df8216b96cfca9e48d1dae87c83d43e81",
88
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
99
"autorest_command": "autorest specification/azurearcdata/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --track2 --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.4.5",
1010
"readme": "specification/azurearcdata/resource-manager/readme.md"

sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "1.0.0"
9+
VERSION = "1.1.0b1"

sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/models/__init__.py

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,22 @@
88

99
try:
1010
from ._models_py3 import BasicLoginInformation
11-
from ._models_py3 import CommonSku
1211
from ._models_py3 import DataControllerProperties
1312
from ._models_py3 import DataControllerResource
1413
from ._models_py3 import DataControllerUpdate
1514
from ._models_py3 import ErrorResponse
1615
from ._models_py3 import ErrorResponseBody
1716
from ._models_py3 import ExtendedLocation
18-
from ._models_py3 import Identity
1917
from ._models_py3 import K8SResourceRequirements
2018
from ._models_py3 import K8SScheduling
2119
from ._models_py3 import K8SSchedulingOptions
2220
from ._models_py3 import LogAnalyticsWorkspaceConfig
23-
from ._models_py3 import ODataError
2421
from ._models_py3 import OnPremiseProperty
2522
from ._models_py3 import Operation
2623
from ._models_py3 import OperationDisplay
2724
from ._models_py3 import OperationListResult
2825
from ._models_py3 import PageOfDataControllerResource
29-
from ._models_py3 import Plan
30-
from ._models_py3 import ProxyResource
3126
from ._models_py3 import Resource
32-
from ._models_py3 import ResourceSku
3327
from ._models_py3 import SqlManagedInstance
3428
from ._models_py3 import SqlManagedInstanceK8SRaw
3529
from ._models_py3 import SqlManagedInstanceK8SSpec
@@ -47,28 +41,22 @@
4741
from ._models_py3 import UploadWatermark
4842
except (SyntaxError, ImportError):
4943
from ._models import BasicLoginInformation # type: ignore
50-
from ._models import CommonSku # type: ignore
5144
from ._models import DataControllerProperties # type: ignore
5245
from ._models import DataControllerResource # type: ignore
5346
from ._models import DataControllerUpdate # type: ignore
5447
from ._models import ErrorResponse # type: ignore
5548
from ._models import ErrorResponseBody # type: ignore
5649
from ._models import ExtendedLocation # type: ignore
57-
from ._models import Identity # type: ignore
5850
from ._models import K8SResourceRequirements # type: ignore
5951
from ._models import K8SScheduling # type: ignore
6052
from ._models import K8SSchedulingOptions # type: ignore
6153
from ._models import LogAnalyticsWorkspaceConfig # type: ignore
62-
from ._models import ODataError # type: ignore
6354
from ._models import OnPremiseProperty # type: ignore
6455
from ._models import Operation # type: ignore
6556
from ._models import OperationDisplay # type: ignore
6657
from ._models import OperationListResult # type: ignore
6758
from ._models import PageOfDataControllerResource # type: ignore
68-
from ._models import Plan # type: ignore
69-
from ._models import ProxyResource # type: ignore
7059
from ._models import Resource # type: ignore
71-
from ._models import ResourceSku # type: ignore
7260
from ._models import SqlManagedInstance # type: ignore
7361
from ._models import SqlManagedInstanceK8SRaw # type: ignore
7462
from ._models import SqlManagedInstanceK8SSpec # type: ignore
@@ -89,10 +77,10 @@
8977
ArcSqlManagedInstanceLicenseType,
9078
ArcSqlServerLicenseType,
9179
ConnectionStatus,
80+
CreatedByType,
9281
DefenderStatus,
9382
EditionType,
9483
ExtendedLocationTypes,
95-
IdentityType,
9684
Infrastructure,
9785
OperationOrigin,
9886
SqlManagedInstanceSkuTier,
@@ -101,28 +89,22 @@
10189

10290
__all__ = [
10391
'BasicLoginInformation',
104-
'CommonSku',
10592
'DataControllerProperties',
10693
'DataControllerResource',
10794
'DataControllerUpdate',
10895
'ErrorResponse',
10996
'ErrorResponseBody',
11097
'ExtendedLocation',
111-
'Identity',
11298
'K8SResourceRequirements',
11399
'K8SScheduling',
114100
'K8SSchedulingOptions',
115101
'LogAnalyticsWorkspaceConfig',
116-
'ODataError',
117102
'OnPremiseProperty',
118103
'Operation',
119104
'OperationDisplay',
120105
'OperationListResult',
121106
'PageOfDataControllerResource',
122-
'Plan',
123-
'ProxyResource',
124107
'Resource',
125-
'ResourceSku',
126108
'SqlManagedInstance',
127109
'SqlManagedInstanceK8SRaw',
128110
'SqlManagedInstanceK8SSpec',
@@ -141,10 +123,10 @@
141123
'ArcSqlManagedInstanceLicenseType',
142124
'ArcSqlServerLicenseType',
143125
'ConnectionStatus',
126+
'CreatedByType',
144127
'DefenderStatus',
145128
'EditionType',
146129
'ExtendedLocationTypes',
147-
'IdentityType',
148130
'Infrastructure',
149131
'OperationOrigin',
150132
'SqlManagedInstanceSkuTier',

sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/models/_azure_arc_data_management_client_enums.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@ class ConnectionStatus(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):
5050
DISCONNECTED = "Disconnected"
5151
UNKNOWN = "Unknown"
5252

53+
class CreatedByType(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):
54+
"""The type of identity that created the resource.
55+
"""
56+
57+
USER = "User"
58+
APPLICATION = "Application"
59+
MANAGED_IDENTITY = "ManagedIdentity"
60+
KEY = "Key"
61+
5362
class DefenderStatus(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):
5463
"""Status of Azure Defender.
5564
"""
@@ -75,15 +84,6 @@ class ExtendedLocationTypes(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum))
7584

7685
CUSTOM_LOCATION = "CustomLocation"
7786

78-
class IdentityType(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):
79-
"""The type of identity that creates/modifies resources
80-
"""
81-
82-
USER = "User"
83-
APPLICATION = "Application"
84-
MANAGED_IDENTITY = "ManagedIdentity"
85-
KEY = "Key"
86-
8787
class Infrastructure(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)):
8888
"""The infrastructure the data controller is running on.
8989
"""

0 commit comments

Comments
 (0)