Skip to content

Commit a2072e6

Browse files
committed
[Internal] Update Doc generation to fix formatting usse
1 parent 8975d07 commit a2072e6

File tree

134 files changed

+829
-946
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+829
-946
lines changed

docs/account/billing/billable_usage.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,3 @@
4141
false.
4242

4343
:returns: :class:`DownloadResponse`
44-

docs/account/billing/budgets.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
Properties of the new budget configuration.
5656

5757
:returns: :class:`CreateBudgetConfigurationResponse`
58-
58+
5959

6060
.. py:method:: delete(budget_id: str)
6161
@@ -67,8 +67,8 @@
6767
:param budget_id: str
6868
The Databricks budget configuration ID.
6969

70-
71-
70+
71+
7272

7373
.. py:method:: get(budget_id: str) -> GetBudgetConfigurationResponse
7474
@@ -118,7 +118,7 @@
118118
The budget configuration ID
119119

120120
:returns: :class:`GetBudgetConfigurationResponse`
121-
121+
122122

123123
.. py:method:: list( [, page_token: Optional[str]]) -> Iterator[BudgetConfiguration]
124124
@@ -143,7 +143,7 @@
143143
retrieve the subsequent page. Requests first page if absent.
144144

145145
:returns: Iterator over :class:`BudgetConfiguration`
146-
146+
147147

148148
.. py:method:: update(budget_id: str, budget: UpdateBudgetConfigurationBudget) -> UpdateBudgetConfigurationResponse
149149
@@ -215,4 +215,3 @@
215215
The updated budget. This will overwrite the budget specified by the budget ID.
216216

217217
:returns: :class:`UpdateBudgetConfigurationResponse`
218-

docs/account/billing/log_delivery.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
:param log_delivery_configuration: :class:`CreateLogDeliveryConfigurationParams` (optional)
114114

115115
:returns: :class:`WrappedLogDeliveryConfiguration`
116-
116+
117117

118118
.. py:method:: get(log_delivery_configuration_id: str) -> WrappedLogDeliveryConfiguration
119119
@@ -161,7 +161,7 @@
161161
Databricks log delivery configuration ID
162162

163163
:returns: :class:`WrappedLogDeliveryConfiguration`
164-
164+
165165

166166
.. py:method:: list( [, credentials_id: Optional[str], status: Optional[LogDeliveryConfigStatus], storage_configuration_id: Optional[str]]) -> Iterator[LogDeliveryConfiguration]
167167
@@ -189,7 +189,7 @@
189189
Filter by storage configuration ID.
190190

191191
:returns: Iterator over :class:`LogDeliveryConfiguration`
192-
192+
193193

194194
.. py:method:: patch_status(log_delivery_configuration_id: str, status: LogDeliveryConfigStatus)
195195
@@ -208,5 +208,4 @@
208208
configuration](#operation/patch-log-delivery-config-status) later. Deletion of a configuration is
209209
not supported, so disable a log delivery configuration that is no longer needed.
210210

211-
212-
211+

docs/account/billing/usage_dashboards.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
The workspace ID of the workspace in which the usage dashboard is created.
2222

2323
:returns: :class:`CreateBillingUsageDashboardResponse`
24-
24+
2525

2626
.. py:method:: get( [, dashboard_type: Optional[UsageDashboardType], workspace_id: Optional[int]]) -> GetBillingUsageDashboardResponse
2727
@@ -36,4 +36,3 @@
3636
The workspace ID of the workspace in which the usage dashboard is created.
3737

3838
:returns: :class:`GetBillingUsageDashboardResponse`
39-

docs/account/catalog/metastore_assignments.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
Unity Catalog metastore ID
1919
:param metastore_assignment: :class:`CreateMetastoreAssignment` (optional)
2020

21-
22-
21+
22+
2323

2424
.. py:method:: delete(workspace_id: int, metastore_id: str)
2525
@@ -32,8 +32,8 @@
3232
:param metastore_id: str
3333
Unity Catalog metastore ID
3434

35-
36-
35+
36+
3737

3838
.. py:method:: get(workspace_id: int) -> AccountsMetastoreAssignment
3939
@@ -47,7 +47,7 @@
4747
Workspace ID.
4848

4949
:returns: :class:`AccountsMetastoreAssignment`
50-
50+
5151

5252
.. py:method:: list(metastore_id: str) -> Iterator[int]
5353
@@ -72,7 +72,7 @@
7272
Unity Catalog metastore ID
7373

7474
:returns: Iterator over int
75-
75+
7676

7777
.. py:method:: update(workspace_id: int, metastore_id: str [, metastore_assignment: Optional[UpdateMetastoreAssignment]])
7878
@@ -87,5 +87,4 @@
8787
Unity Catalog metastore ID
8888
:param metastore_assignment: :class:`UpdateMetastoreAssignment` (optional)
8989

90-
91-
90+

docs/account/catalog/metastores.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
:param metastore_info: :class:`CreateMetastore` (optional)
1717

1818
:returns: :class:`AccountsMetastoreInfo`
19-
19+
2020

2121
.. py:method:: delete(metastore_id: str [, force: Optional[bool]])
2222
@@ -29,8 +29,8 @@
2929
:param force: bool (optional)
3030
Force deletion even if the metastore is not empty. Default is false.
3131

32-
33-
32+
33+
3434

3535
.. py:method:: get(metastore_id: str) -> AccountsMetastoreInfo
3636
@@ -42,7 +42,7 @@
4242
Unity Catalog metastore ID
4343

4444
:returns: :class:`AccountsMetastoreInfo`
45-
45+
4646

4747
.. py:method:: list() -> Iterator[MetastoreInfo]
4848
@@ -51,7 +51,7 @@
5151
Gets all Unity Catalog metastores associated with an account specified by ID.
5252

5353
:returns: Iterator over :class:`MetastoreInfo`
54-
54+
5555

5656
.. py:method:: update(metastore_id: str [, metastore_info: Optional[UpdateMetastore]]) -> AccountsMetastoreInfo
5757
@@ -64,4 +64,3 @@
6464
:param metastore_info: :class:`UpdateMetastore` (optional)
6565

6666
:returns: :class:`AccountsMetastoreInfo`
67-

docs/account/catalog/storage_credentials.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
:param credential_info: :class:`CreateStorageCredential` (optional)
2424

2525
:returns: :class:`AccountsStorageCredentialInfo`
26-
26+
2727

2828
.. py:method:: delete(metastore_id: str, storage_credential_name: str [, force: Optional[bool]])
2929
@@ -39,8 +39,8 @@
3939
:param force: bool (optional)
4040
Force deletion even if the Storage Credential is not empty. Default is false.
4141

42-
43-
42+
43+
4444

4545
.. py:method:: get(metastore_id: str, storage_credential_name: str) -> AccountsStorageCredentialInfo
4646
@@ -55,7 +55,7 @@
5555
Name of the storage credential.
5656

5757
:returns: :class:`AccountsStorageCredentialInfo`
58-
58+
5959

6060
.. py:method:: list(metastore_id: str) -> Iterator[StorageCredentialInfo]
6161
@@ -67,7 +67,7 @@
6767
Unity Catalog metastore ID
6868

6969
:returns: Iterator over :class:`StorageCredentialInfo`
70-
70+
7171

7272
.. py:method:: update(metastore_id: str, storage_credential_name: str [, credential_info: Optional[UpdateStorageCredential]]) -> AccountsStorageCredentialInfo
7373
@@ -83,4 +83,3 @@
8383
:param credential_info: :class:`UpdateStorageCredential` (optional)
8484

8585
:returns: :class:`AccountsStorageCredentialInfo`
86-

docs/account/iam/access_control.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
The resource name for which assignable roles will be listed.
2020

2121
:returns: :class:`GetAssignableRolesForResourceResponse`
22-
22+
2323

2424
.. py:method:: get_rule_set(name: str, etag: str) -> RuleSetResponse
2525
@@ -39,7 +39,7 @@
3939
version you are updating.
4040

4141
:returns: :class:`RuleSetResponse`
42-
42+
4343

4444
.. py:method:: update_rule_set(name: str, rule_set: RuleSetUpdateRequest) -> RuleSetResponse
4545
@@ -53,4 +53,3 @@
5353
:param rule_set: :class:`RuleSetUpdateRequest`
5454

5555
:returns: :class:`RuleSetResponse`
56-

docs/account/iam/groups.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
The schema of the group.
3838

3939
:returns: :class:`Group`
40-
40+
4141

4242
.. py:method:: delete(id: str)
4343
@@ -48,8 +48,8 @@
4848
:param id: str
4949
Unique ID for a group in the Databricks account.
5050

51-
52-
51+
52+
5353

5454
.. py:method:: get(id: str) -> Group
5555
@@ -61,7 +61,7 @@
6161
Unique ID for a group in the Databricks account.
6262

6363
:returns: :class:`Group`
64-
64+
6565

6666
.. py:method:: list( [, attributes: Optional[str], count: Optional[int], excluded_attributes: Optional[str], filter: Optional[str], sort_by: Optional[str], sort_order: Optional[ListSortOrder], start_index: Optional[int]]) -> Iterator[Group]
6767
@@ -90,7 +90,7 @@
9090
Specifies the index of the first result. First item is number 1.
9191

9292
:returns: Iterator over :class:`Group`
93-
93+
9494

9595
.. py:method:: patch(id: str [, operations: Optional[List[Patch]], schemas: Optional[List[PatchSchema]]])
9696
@@ -104,8 +104,8 @@
104104
:param schemas: List[:class:`PatchSchema`] (optional)
105105
The schema of the patch request. Must be ["urn:ietf:params:scim:api:messages:2.0:PatchOp"].
106106

107-
108-
107+
108+
109109

110110
.. py:method:: update(id: str [, display_name: Optional[str], entitlements: Optional[List[ComplexValue]], external_id: Optional[str], groups: Optional[List[ComplexValue]], members: Optional[List[ComplexValue]], meta: Optional[ResourceMeta], roles: Optional[List[ComplexValue]], schemas: Optional[List[GroupSchema]]])
111111
@@ -132,5 +132,4 @@
132132
:param schemas: List[:class:`GroupSchema`] (optional)
133133
The schema of the group.
134134

135-
136-
135+

docs/account/iam/service_principals.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
The schema of the List response.
5454

5555
:returns: :class:`ServicePrincipal`
56-
56+
5757

5858
.. py:method:: delete(id: str)
5959
@@ -64,8 +64,8 @@
6464
:param id: str
6565
Unique ID for a service principal in the Databricks account.
6666

67-
68-
67+
68+
6969

7070
.. py:method:: get(id: str) -> ServicePrincipal
7171
@@ -95,7 +95,7 @@
9595
Unique ID for a service principal in the Databricks account.
9696

9797
:returns: :class:`ServicePrincipal`
98-
98+
9999

100100
.. py:method:: list( [, attributes: Optional[str], count: Optional[int], excluded_attributes: Optional[str], filter: Optional[str], sort_by: Optional[str], sort_order: Optional[ListSortOrder], start_index: Optional[int]]) -> Iterator[ServicePrincipal]
101101
@@ -144,7 +144,7 @@
144144
Specifies the index of the first result. First item is number 1.
145145

146146
:returns: Iterator over :class:`ServicePrincipal`
147-
147+
148148

149149
.. py:method:: patch(id: str [, operations: Optional[List[Patch]], schemas: Optional[List[PatchSchema]]])
150150
@@ -181,8 +181,8 @@
181181
:param schemas: List[:class:`PatchSchema`] (optional)
182182
The schema of the patch request. Must be ["urn:ietf:params:scim:api:messages:2.0:PatchOp"].
183183

184-
185-
184+
185+
186186

187187
.. py:method:: update(id: str [, active: Optional[bool], application_id: Optional[str], display_name: Optional[str], entitlements: Optional[List[ComplexValue]], external_id: Optional[str], groups: Optional[List[ComplexValue]], roles: Optional[List[ComplexValue]], schemas: Optional[List[ServicePrincipalSchema]]])
188188
@@ -232,5 +232,4 @@
232232
:param schemas: List[:class:`ServicePrincipalSchema`] (optional)
233233
The schema of the List response.
234234

235-
236-
235+

0 commit comments

Comments
 (0)