Skip to content

Commit 45768ba

Browse files
author
SDKAuto
committed
CodeGen from PR 13476 in Azure/azure-rest-api-specs
dataBricks readme t2 config (Azure#13476) * dataBricks readme t2 config * dataBricks readme change * databox readme misoperation change
1 parent 388beb9 commit 45768ba

File tree

4 files changed

+64
-4
lines changed

4 files changed

+64
-4
lines changed

sdk/databricks/azure-mgmt-databricks/azure/mgmt/databricks/_databricks_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def __init__(
5656

5757
client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)}
5858
self._serialize = Serializer(client_models)
59-
self._serialize.client_side_validation = False
6059
self._deserialize = Deserializer(client_models)
6160

6261
self.workspaces = WorkspacesOperations(
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"chosen_version": "2018-04-01",
3+
"total_api_version_list": ["2018-04-01"],
4+
"client": {
5+
"name": "DatabricksClient",
6+
"filename": "_databricks_client",
7+
"description": "ARM Databricks.",
8+
"base_url": "\u0027https://management.azure.com\u0027",
9+
"custom_base_url": null,
10+
"azure_arm": true,
11+
"has_lro_operations": true,
12+
"client_side_validation": true
13+
},
14+
"global_parameters": {
15+
"sync": {
16+
"credential": {
17+
"signature": "credential, # type: \"TokenCredential\"",
18+
"description": "Credential needed for the client to connect to Azure.",
19+
"docstring_type": "~azure.core.credentials.TokenCredential",
20+
"required": true
21+
},
22+
"subscription_id": {
23+
"signature": "subscription_id, # type: str",
24+
"description": "The ID of the target subscription.",
25+
"docstring_type": "str",
26+
"required": true
27+
}
28+
},
29+
"async": {
30+
"credential": {
31+
"signature": "credential, # type: \"AsyncTokenCredential\"",
32+
"description": "Credential needed for the client to connect to Azure.",
33+
"docstring_type": "~azure.core.credentials_async.AsyncTokenCredential",
34+
"required": true
35+
},
36+
"subscription_id": {
37+
"signature": "subscription_id, # type: str",
38+
"description": "The ID of the target subscription.",
39+
"docstring_type": "str",
40+
"required": true
41+
}
42+
},
43+
"constant": {
44+
},
45+
"call": "credential, subscription_id"
46+
},
47+
"config": {
48+
"credential": true,
49+
"credential_scopes": ["https://management.azure.com/.default"],
50+
"credential_default_policy_type": "BearerTokenCredentialPolicy",
51+
"credential_default_policy_type_has_async_version": true,
52+
"credential_key_header_name": null
53+
},
54+
"operation_groups": {
55+
"workspaces": "WorkspacesOperations",
56+
"vnet_peering": "VNetPeeringOperations",
57+
"operations": "Operations"
58+
},
59+
"operation_mixins": {
60+
},
61+
"sync_imports": "None",
62+
"async_imports": "None"
63+
}

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

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

9-
VERSION = "1.0.0b1"
10-
9+
VERSION = "0.1.0"

sdk/databricks/azure-mgmt-databricks/azure/mgmt/databricks/aio/_databricks_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def __init__(
5353

5454
client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)}
5555
self._serialize = Serializer(client_models)
56-
self._serialize.client_side_validation = False
5756
self._deserialize = Deserializer(client_models)
5857

5958
self.workspaces = WorkspacesOperations(

0 commit comments

Comments
 (0)