Skip to content

Commit 1e7531a

Browse files
CDP CLI 0.9.103
1 parent 03bd04f commit 1e7531a

File tree

20 files changed

+112
-22
lines changed

20 files changed

+112
-22
lines changed

PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: cdpcli
3-
Version: 0.9.102
3+
Version: 0.9.103
44
Summary: Cloudera CDP Command Line Interface
55
Home-page: https://console.cdp.cloudera.com/
66
Author: Cloudera, Inc.

cdpcli.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: cdpcli
3-
Version: 0.9.102
3+
Version: 0.9.103
44
Summary: Cloudera CDP Command Line Interface
55
Home-page: https://console.cdp.cloudera.com/
66
Author: Cloudera, Inc.

cdpcli/_version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
version_json = '''
1010
{
11-
"date": "2023-12-01T12:52:37-0800",
11+
"date": "2023-12-13T14:44:43-0800",
1212
"dirty": true,
1313
"error": null,
14-
"full-revisionid": "b608e548939880739cca0966282fe7c1976d321c",
15-
"version": "0.9.102"
14+
"full-revisionid": "2d56907175c705c9b9c1c8af3711cddcddbbc2b2",
15+
"version": "0.9.103"
1616
}
1717
''' # END VERSION_JSON
1818

cdpcli/data/audit/audit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ x-products: CDP
55
x-form-factors: public
66
x-cdp-releases: PUBLIC
77
info:
8-
version: 0.9.102
8+
version: 0.9.103
99
title: Cloudera Audit Service
1010
license:
1111
name: Apache 2.0

cdpcli/data/compute/compute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ x-products: CDP
55
x-form-factors: public,private
66
x-cdp-releases: PUBLIC
77
info:
8-
version: 0.9.102
8+
version: 0.9.103
99
title: Cloudera Compute Service
1010
license:
1111
name: Apache 2.0

cdpcli/data/consumption/consumption.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ x-products: CDP
55
x-form-factors: public
66
x-cdp-releases: PUBLIC
77
info:
8-
version: 0.9.102
8+
version: 0.9.103
99
title: Cloudera Consumption API Service
1010
license:
1111
name: Apache 2.0

cdpcli/data/datacatalog/datacatalog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ x-form-factors: public
55
x-cdp-releases: PUBLIC
66
x-audit: true
77
info:
8-
version: 0.9.102
8+
version: 0.9.103
99
title: Cloudera DataCatalog Service
1010
license:
1111
name: Apache 2.0

cdpcli/data/datahub/datahub.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ x-form-factors: public
66
x-cdp-releases: PUBLIC
77
x-audit: true
88
info:
9-
version: 0.9.102
9+
version: 0.9.103
1010
title: Cloudera Data hub Service
1111
license:
1212
name: Apache 2.0
@@ -2684,6 +2684,12 @@ definitions:
26842684
enableLoadBalancer:
26852685
type: boolean
26862686
description: Flag that decides whether to provision a load-balancer to front various service endpoints for the given datahub. This will typically be used for HA cluster shapes.
2687+
databaseType:
2688+
type: string
2689+
description: The type of the azure database. FLEXIBLE_SERVER is the next generation managed PostgreSQL service in Azure that provides maximum flexibility over your database, built-in cost-optimizations. SINGLE_SERVER is a fully managed database service with minimal requirements for customizations of the database.
2690+
enum:
2691+
- FLEXIBLE_SERVER
2692+
- SINGLE_SERVER
26872693
javaVersion:
26882694
type: integer
26892695
format: int32

cdpcli/data/datalake/datalake.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ x-form-factors: public
66
x-cdp-releases: PUBLIC
77
x-audit: true
88
info:
9-
version: 0.9.102
9+
version: 0.9.103
1010
title: Cloudera Datalake Service
1111
license:
1212
name: Apache 2.0
@@ -1554,6 +1554,12 @@ definitions:
15541554
enableRangerRaz:
15551555
type: boolean
15561556
description: Whether to enable Ranger RAZ for the datalake. Defaults to not being enabled.
1557+
databaseType:
1558+
type: string
1559+
description: The type of the azure database. FLEXIBLE_SERVER is the next generation managed PostgreSQL service in Azure that provides maximum flexibility over your database, built-in cost-optimizations. SINGLE_SERVER is a fully managed database service with minimal requirements for customizations of the database.
1560+
enum:
1561+
- FLEXIBLE_SERVER
1562+
- SINGLE_SERVER
15571563
recipes:
15581564
type: array
15591565
items:

cdpcli/data/de/de.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ x-form-factors: public,private
55
x-cdp-releases: PUBLIC
66
x-audit: true
77
info:
8-
version: 0.9.102
8+
version: 0.9.103
99
title: Cloudera Data Engineering
1010
license:
1111
name: Apache 2.0

0 commit comments

Comments
 (0)