@databricks/sdk-networking 0.10.0 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -96,7 +96,7 @@ export declare class NetworkingClient {
96
96
  * where one CIDR counts as a single value. Attempts to exceed that number return error 400 with `error_code` value `QUOTA_EXCEEDED`.
97
97
  * * If the new list would block the calling user's current IP, error 400 is returned with `error_code` value `INVALID_STATE`.
98
98
  *
99
- * It can take a few minutes for the changes to take effect. **Note**: Your new IP access list has no effect until you enable the feature. See :method:workspaceconf/setStatus
99
+ * It can take a few minutes for the changes to take effect. **Note**: Your new IP access list has no effect until you enable the feature. See [workspaceconf/setStatus](https://docs.databricks.com/api/workspace/workspaceconf/setstatus)
100
100
  */
101
101
  createIpAccessList(req: CreateIpAccessListRequest, options?: CallOptions): Promise<CreateIpAccessListResponse>;
102
102
  /** Deletes an IP access list, specified by its list ID. */
@@ -117,7 +117,7 @@ export declare class NetworkingClient {
117
117
  * * If the resulting list would block the calling user's current IP, error 400 is returned with `error_code`
118
118
  * value `INVALID_STATE`.
119
119
  * It can take a few minutes for the changes to take effect. Note that your resulting IP access list has no
120
- * effect until you enable the feature. See :method:workspaceconf/setStatus.
120
+ * effect until you enable the feature. See [workspaceconf/setStatus](https://docs.databricks.com/api/workspace/workspaceconf/setstatus).
121
121
  */
122
122
  replaceIpAccessList(req: ReplaceIpAccessListRequest, options?: CallOptions): Promise<ReplaceIpAccessListResponse>;
123
123
  /**
@@ -133,7 +133,7 @@ export declare class NetworkingClient {
133
133
  * * If the updated list would block the calling user's current IP, error 400 is returned with `error_code` value `INVALID_STATE`.
134
134
  *
135
135
  * It can take a few minutes for the changes to take effect. Note that your resulting IP access list has no effect until you enable
136
- * the feature. See :method:workspaceconf/setStatus.
136
+ * the feature. See [workspaceconf/setStatus](https://docs.databricks.com/api/workspace/workspaceconf/setstatus).
137
137
  */
138
138
  updateIpAccessList(req: UpdateIpAccessListRequest, options?: CallOptions): Promise<UpdateIpAccessListResponse>;
139
139
  /**
package/dist/v1/client.js CHANGED
@@ -355,7 +355,7 @@ export class NetworkingClient {
355
355
  * where one CIDR counts as a single value. Attempts to exceed that number return error 400 with `error_code` value `QUOTA_EXCEEDED`.
356
356
  * * If the new list would block the calling user's current IP, error 400 is returned with `error_code` value `INVALID_STATE`.
357
357
  *
358
- * It can take a few minutes for the changes to take effect. **Note**: Your new IP access list has no effect until you enable the feature. See :method:workspaceconf/setStatus
358
+ * It can take a few minutes for the changes to take effect. **Note**: Your new IP access list has no effect until you enable the feature. See [workspaceconf/setStatus](https://docs.databricks.com/api/workspace/workspaceconf/setstatus)
359
359
  */
360
360
  async createIpAccessList(req, options) {
361
361
  const { host, workspaceId, httpClient } = await this.resolveConfig();
@@ -469,7 +469,7 @@ export class NetworkingClient {
469
469
  * * If the resulting list would block the calling user's current IP, error 400 is returned with `error_code`
470
470
  * value `INVALID_STATE`.
471
471
  * It can take a few minutes for the changes to take effect. Note that your resulting IP access list has no
472
- * effect until you enable the feature. See :method:workspaceconf/setStatus.
472
+ * effect until you enable the feature. See [workspaceconf/setStatus](https://docs.databricks.com/api/workspace/workspaceconf/setstatus).
473
473
  */
474
474
  async replaceIpAccessList(req, options) {
475
475
  const { host, workspaceId, httpClient } = await this.resolveConfig();
@@ -509,7 +509,7 @@ export class NetworkingClient {
509
509
  * * If the updated list would block the calling user's current IP, error 400 is returned with `error_code` value `INVALID_STATE`.
510
510
  *
511
511
  * It can take a few minutes for the changes to take effect. Note that your resulting IP access list has no effect until you enable
512
- * the feature. See :method:workspaceconf/setStatus.
512
+ * the feature. See [workspaceconf/setStatus](https://docs.databricks.com/api/workspace/workspaceconf/setstatus).
513
513
  */
514
514
  async updateIpAccessList(req, options) {
515
515
  const { host, workspaceId, httpClient } = await this.resolveConfig();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databricks/sdk-networking",
3
- "version": "0.10.0",
3
+ "version": "0.12.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "exports": {
@@ -33,9 +33,9 @@
33
33
  "directory": "packages/networking"
34
34
  },
35
35
  "dependencies": {
36
- "@databricks/sdk-auth": ">=0.10.0 <1.0.0",
37
- "@databricks/sdk-core": ">=0.10.0 <1.0.0",
38
- "@databricks/sdk-options": ">=0.10.0 <1.0.0",
36
+ "@databricks/sdk-auth": ">=0.12.0 <1.0.0",
37
+ "@databricks/sdk-core": ">=0.12.0 <1.0.0",
38
+ "@databricks/sdk-options": ">=0.12.0 <1.0.0",
39
39
  "@js-temporal/polyfill": "^0.5.0",
40
40
  "json-bigint": "^1.0.0",
41
41
  "zod": "^4.3.6"