Skip to content

Commit 8468560

Browse files
CDP CLI 0.9.105
1 parent 6be5ec2 commit 8468560

File tree

22 files changed

+1436
-56
lines changed

22 files changed

+1436
-56
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.104
3+
Version: 0.9.105
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.104
3+
Version: 0.9.105
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": "2024-01-05T10:58:09-0600",
11+
"date": "2024-01-19T14:35:59-0600",
1212
"dirty": true,
1313
"error": null,
14-
"full-revisionid": "1e5cf83f73e5dd74a5d15bd98260f431c26352fb",
15-
"version": "0.9.104"
14+
"full-revisionid": "a7df39b44c7f60ce37fc3f92415276ae0016852e",
15+
"version": "0.9.105"
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.104
8+
version: 0.9.105
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.104
8+
version: 0.9.105
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.104
8+
version: 0.9.105
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.104
8+
version: 0.9.105
99
title: Cloudera DataCatalog Service
1010
license:
1111
name: Apache 2.0

cdpcli/data/datahub/datahub.yaml

Lines changed: 7 additions & 2 deletions
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.104
9+
version: 0.9.105
1010
title: Cloudera Data hub Service
1111
license:
1212
name: Apache 2.0
@@ -1119,7 +1119,7 @@ paths:
11191119
/api/v1/datahub/startClusterVerticalScaling:
11201120
post:
11211121
summary: Initiates the vertical scaling on Data Hub cluster.
1122-
description: Initiates the vertical scaling on Data Hub cluster. You have the option to either specify one of 'deleteDisks', 'modifyDisks' or 'addDisks' or 'instanceTemplate' as parameter.
1122+
description: Initiates the vertical scaling on Data Hub cluster. You have the option to either specify one of 'modifyDisks' or 'instanceTemplate' as parameter.
11231123
operationId: startClusterVerticalScaling
11241124
x-mutating: true
11251125
parameters:
@@ -2421,6 +2421,11 @@ definitions:
24212421
recoveryMode:
24222422
type: string
24232423
description: Recovery mode for the instance group.
2424+
availabilityZones:
2425+
type: array
2426+
items:
2427+
type: string
2428+
description: List of availability zones that this instance group is associated with.
24242429
GCPInstanceGroupRequest:
24252430
type: object
24262431
description: Configurations for instance group

cdpcli/data/datalake/datalake.yaml

Lines changed: 1 addition & 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.104
9+
version: 0.9.105
1010
title: Cloudera Datalake Service
1111
license:
1212
name: Apache 2.0

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.104
8+
version: 0.9.105
99
title: Cloudera Data Engineering
1010
license:
1111
name: Apache 2.0

0 commit comments

Comments
 (0)