Skip to content

Commit 7427a28

Browse files
CDP Beta API Documentation 0.9.147
1 parent 0c50710 commit 7427a28

Some content is hidden

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

45 files changed

+3161
-914
lines changed

api-docs-beta/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CDP Control Plane Public API Changelog
22

3+
## 0.9.147 (2025-09-26)
4+
* datahub: Deprecate `clusterStatus` parameter in `Cluster` and `ClusterLifecycleEvents` objects.
5+
* ml: Add `disableObjectStoreCsiDriver` parameter to `createModelRegistry` and `updateModelRegistry` commands.
6+
7+
BACKWARD INCOMPATIBILITIES:
8+
* dw: Remove deprecated commands `restartVw` and `restartDbc`.
9+
10+
## 0.9.146 (2025-09-15)
11+
* ml: Add parameter `azureOptions` in the `upgrade-model-registry` command.
12+
313
## 0.9.145 (2025-09-10)
414
* iam: Add parameter `excludeGroups` to `generateWorkloadAuthToken` command.
515
* environments: Change parameter `existingNetworkParams` as required in `createAzureEnvironment` command.
@@ -32,7 +42,7 @@ BACKWARD INCOMPATIBILITIES:
3242
* compute: Add `egressType`, `aksManagedIdentity`, `privateDnsZone`, and `oidcIssuerURL` parameters to the `describeCluster` command response.
3343
* datahub: Add `preferredZones` parameter to the `scaleCluster` command.
3444
* de: Add `sparkOSName` parameter to the `createVc` command.
35-
* environments: Add `loadBalancer` parameter to the `freeipa` parameter of the `environment` parameter.
45+
* environments: Add `loadBalancer` parameter to the `freeipa` parameter of the `environment` parameter.
3646
* iam: Add `enableUserWorkloadPasswordChangedNotifications` and `disableUserWorkloadPasswordChangedNotifications` commands.
3747
* ml: Add `createFileReplica`, `deleteFileReplica`, and `failOverFileSystem` commands.
3848
* ml: Add `enableFineGrainedAccessControl` parameter to the `createMlServingApp` command.

api-docs-beta/README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
# CDP Control Plane Public API Documentation
22

3-
*Version: 0.9.145 (BETA)*
3+
*Version: 0.9.147 (BETA)*
44

55
Available documentation is listed by service below.
66

77
| Service | Version |
88
| --- | --- |
9-
| [applications](./applications/index.html) | 0.9.145 |
10-
| [audit](./audit/index.html) | 0.9.145 |
11-
| [cloudprivatelinks](./cloudprivatelinks/index.html) | 0.9.145 |
12-
| [compute](./compute/index.html) | 0.9.145 |
13-
| [consumption](./consumption/index.html) | 0.9.145 |
14-
| [datacatalog](./datacatalog/index.html) | 0.9.145 |
15-
| [datahub](./datahub/index.html) | 0.9.145 |
16-
| [datalake](./datalake/index.html) | 0.9.145 |
17-
| [de](./de/index.html) | 0.9.145 |
18-
| [df](./df/index.html) | 0.9.145 |
19-
| [dfworkload](./dfworkload/index.html) | 0.9.145 |
20-
| [drscp](./drscp/index.html) | 0.9.145 |
21-
| [dw](./dw/index.html) | 0.9.145 |
22-
| [environments](./environments/index.html) | 0.9.145 |
23-
| [iam](./iam/index.html) | 0.9.145 |
24-
| [imagecatalog](./imagecatalog/index.html) | 0.9.145 |
25-
| [metrics](./metrics/index.html) | 0.9.145 |
26-
| [ml](./ml/index.html) | 0.9.145 |
27-
| [notification](./notification/index.html) | 0.9.145 |
28-
| [opdb](./opdb/index.html) | 0.9.145 |
29-
| [replicationmanager](./replicationmanager/index.html) | 0.9.145 |
9+
| [applications](./applications/index.html) | 0.9.147 |
10+
| [audit](./audit/index.html) | 0.9.147 |
11+
| [cloudprivatelinks](./cloudprivatelinks/index.html) | 0.9.147 |
12+
| [compute](./compute/index.html) | 0.9.147 |
13+
| [consumption](./consumption/index.html) | 0.9.147 |
14+
| [datacatalog](./datacatalog/index.html) | 0.9.147 |
15+
| [datahub](./datahub/index.html) | 0.9.147 |
16+
| [datalake](./datalake/index.html) | 0.9.147 |
17+
| [de](./de/index.html) | 0.9.147 |
18+
| [df](./df/index.html) | 0.9.147 |
19+
| [dfworkload](./dfworkload/index.html) | 0.9.147 |
20+
| [drscp](./drscp/index.html) | 0.9.147 |
21+
| [dw](./dw/index.html) | 0.9.147 |
22+
| [environments](./environments/index.html) | 0.9.147 |
23+
| [iam](./iam/index.html) | 0.9.147 |
24+
| [imagecatalog](./imagecatalog/index.html) | 0.9.147 |
25+
| [metrics](./metrics/index.html) | 0.9.147 |
26+
| [ml](./ml/index.html) | 0.9.147 |
27+
| [notification](./notification/index.html) | 0.9.147 |
28+
| [opdb](./opdb/index.html) | 0.9.147 |
29+
| [replicationmanager](./replicationmanager/index.html) | 0.9.147 |
3030

3131
API documentation uses the Adoc Riak stylesheet from
3232
[https://github.com/darshandsoni/asciidoctor-skins](https://github.com/darshandsoni/asciidoctor-skins).

0 commit comments

Comments
 (0)