oci-cli 3.62.1__py3-none-any.whl → 3.62.2__py3-none-any.whl

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.
Files changed (34) hide show
  1. oci_cli/cli_util.py +2 -0
  2. oci_cli/help_text_producer/data_files/text/cmdref/ce/cluster/create-kubeconfig.txt +0 -4
  3. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/{list.txt → list-errors.txt} +5 -5
  4. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt +1 -1
  5. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/{work-request-log-entry/list-work-request-logs.txt → work-request-log/list-logs.txt} +5 -5
  6. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/{work-request-log-entry.txt → work-request-log.txt} +3 -3
  7. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +3 -3
  8. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +3 -3
  9. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/{work-request-log-entry/list-work-request-logs.txt → work-request-log/list.txt} +5 -5
  10. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/{work-request-log-entry.txt → work-request-log.txt} +3 -3
  11. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt +2 -2
  12. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt +2 -2
  13. oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/{list.txt → list-errors.txt} +5 -5
  14. oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt +1 -1
  15. oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt +1 -1
  16. oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/{list-errors.txt → list.txt} +5 -5
  17. oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt +1 -1
  18. oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt +1 -1
  19. oci_cli/help_text_producer/data_files/text/cmdref/session/authenticate.txt +9 -9
  20. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/create.txt +4 -4
  21. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/get.txt +2 -2
  22. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/list.txt +1 -1
  23. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/update.txt +4 -4
  24. oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type/list.txt +3 -3
  25. oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response/validate-user.txt +1 -1
  26. oci_cli/version.py +1 -1
  27. {oci_cli-3.62.1.dist-info → oci_cli-3.62.2.dist-info}/METADATA +2 -2
  28. {oci_cli-3.62.1.dist-info → oci_cli-3.62.2.dist-info}/RECORD +34 -34
  29. services/container_engine/src/oci_cli_container_engine/containerengine_cli_extended.py +1 -1
  30. {oci_cli-3.62.1.dist-info → oci_cli-3.62.2.dist-info}/LICENSE.txt +0 -0
  31. {oci_cli-3.62.1.dist-info → oci_cli-3.62.2.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  32. {oci_cli-3.62.1.dist-info → oci_cli-3.62.2.dist-info}/WHEEL +0 -0
  33. {oci_cli-3.62.1.dist-info → oci_cli-3.62.2.dist-info}/entry_points.txt +0 -0
  34. {oci_cli-3.62.1.dist-info → oci_cli-3.62.2.dist-info}/top_level.txt +0 -0
oci_cli/cli_util.py CHANGED
@@ -434,6 +434,8 @@ def create_config_and_signer_based_on_click_context(ctx):
434
434
  # OCI_RESOURCE_PRINCIPAL_REGION
435
435
  # OCI_KUBERNETES_SERVICE_ACCOUNT_TOKEN_PATH or OCI_KUBERNETES_SERVICE_ACCOUNT_TOKEN_STRING in case token path other than default "/var/run/secrets/kubernetes.io/serviceaccount/token" or token string is used
436
436
 
437
+ if ctx.obj['region']:
438
+ client_config["region"] = ctx.obj['region']
437
439
  if ctx.obj['debug']:
438
440
  logger.debug("auth: oke_workload_identity")
439
441
 
@@ -85,10 +85,6 @@ option or kubeconfig file at default location if –file is not used.
85
85
 
86
86
  --token-version [text]
87
87
 
88
- The version of the kubeconfig token. Supported value 2.0.0
89
-
90
- --token-version [text]
91
-
92
88
  The version of the kubeconfig token. Supported value is 2.0.0
93
89
 
94
90
  Accepted values are:
@@ -1,5 +1,5 @@
1
- "list"
2
- ******
1
+ "list-errors"
2
+ *************
3
3
 
4
4
  * Description
5
5
 
@@ -24,7 +24,7 @@ given ID.
24
24
  Usage
25
25
  =====
26
26
 
27
- oci delegate-access-control work-request work-request-error list [OPTIONS]
27
+ oci delegate-access-control work-request work-request-error list-errors [OPTIONS]
28
28
 
29
29
 
30
30
  Required Parameters
@@ -123,6 +123,6 @@ Please note this sample will only work in the POSIX-compliant bash-
123
123
  like shell. You need to set up the OCI configuration and appropriate
124
124
  security policies before trying the examples.
125
125
 
126
- export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/delegate-access-control/work-request/work-request-error/list.html#cmdoption-work-request-id
126
+ export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/delegate-access-control/work-request/work-request-error/list-errors.html#cmdoption-work-request-id
127
127
 
128
- oci delegate-access-control work-request work-request-error list --work-request-id $work_request_id
128
+ oci delegate-access-control work-request work-request-error list-errors --work-request-id $work_request_id
@@ -11,4 +11,4 @@ An error encountered while executing a work request.
11
11
  Available Commands
12
12
  ==================
13
13
 
14
- * list
14
+ * list-errors
@@ -1,5 +1,5 @@
1
- "list-work-request-logs"
2
- ************************
1
+ "list-logs"
2
+ ***********
3
3
 
4
4
  * Description
5
5
 
@@ -24,7 +24,7 @@ ID.
24
24
  Usage
25
25
  =====
26
26
 
27
- oci delegate-access-control work-request work-request-log-entry list-work-request-logs [OPTIONS]
27
+ oci delegate-access-control work-request work-request-log list-logs [OPTIONS]
28
28
 
29
29
 
30
30
  Required Parameters
@@ -123,6 +123,6 @@ Please note this sample will only work in the POSIX-compliant bash-
123
123
  like shell. You need to set up the OCI configuration and appropriate
124
124
  security policies before trying the examples.
125
125
 
126
- export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/delegate-access-control/work-request/work-request-log-entry/list-work-request-logs.html#cmdoption-work-request-id
126
+ export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/delegate-access-control/work-request/work-request-log/list-logs.html#cmdoption-work-request-id
127
127
 
128
- oci delegate-access-control work-request work-request-log-entry list-work-request-logs --work-request-id $work_request_id
128
+ oci delegate-access-control work-request work-request-log list-logs --work-request-id $work_request_id
@@ -1,5 +1,5 @@
1
- work-request-log-entry
2
- **********************
1
+ work-request-log
2
+ ****************
3
3
 
4
4
 
5
5
  Description
@@ -11,4 +11,4 @@ A log message from the execution of a work request.
11
11
  Available Commands
12
12
  ==================
13
13
 
14
- * list-work-request-logs
14
+ * list-logs
@@ -28,8 +28,8 @@ Available Commands
28
28
 
29
29
  * work-request-error
30
30
 
31
- * list
31
+ * list-errors
32
32
 
33
- * work-request-log-entry
33
+ * work-request-log
34
34
 
35
- * list-work-request-logs
35
+ * list-logs
@@ -94,8 +94,8 @@ Available Commands
94
94
 
95
95
  * work-request-error
96
96
 
97
- * list
97
+ * list-errors
98
98
 
99
- * work-request-log-entry
99
+ * work-request-log
100
100
 
101
- * list-work-request-logs
101
+ * list-logs
@@ -1,5 +1,5 @@
1
- "list-work-request-logs"
2
- ************************
1
+ "list"
2
+ ******
3
3
 
4
4
  * Description
5
5
 
@@ -24,7 +24,7 @@ ID.
24
24
  Usage
25
25
  =====
26
26
 
27
- oci governance-rules-control-plane work-request work-request-log-entry list-work-request-logs [OPTIONS]
27
+ oci governance-rules-control-plane work-request work-request-log list [OPTIONS]
28
28
 
29
29
 
30
30
  Required Parameters
@@ -124,6 +124,6 @@ Please note this sample will only work in the POSIX-compliant bash-
124
124
  like shell. You need to set up the OCI configuration and appropriate
125
125
  security policies before trying the examples.
126
126
 
127
- export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/governance-rules-control-plane/work-request/work-request-log-entry/list-work-request-logs.html#cmdoption-work-request-id
127
+ export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/governance-rules-control-plane/work-request/work-request-log/list.html#cmdoption-work-request-id
128
128
 
129
- oci governance-rules-control-plane work-request work-request-log-entry list-work-request-logs --work-request-id $work_request_id
129
+ oci governance-rules-control-plane work-request work-request-log list --work-request-id $work_request_id
@@ -1,5 +1,5 @@
1
- work-request-log-entry
2
- **********************
1
+ work-request-log
2
+ ****************
3
3
 
4
4
 
5
5
  Description
@@ -11,4 +11,4 @@ A log message from the execution of a work request.
11
11
  Available Commands
12
12
  ==================
13
13
 
14
- * list-work-request-logs
14
+ * list
@@ -23,6 +23,6 @@ Available Commands
23
23
 
24
24
  * list
25
25
 
26
- * work-request-log-entry
26
+ * work-request-log
27
27
 
28
- * list-work-request-logs
28
+ * list
@@ -79,6 +79,6 @@ Available Commands
79
79
 
80
80
  * list
81
81
 
82
- * work-request-log-entry
82
+ * work-request-log
83
83
 
84
- * list-work-request-logs
84
+ * list
@@ -1,5 +1,5 @@
1
- "list"
2
- ******
1
+ "list-errors"
2
+ *************
3
3
 
4
4
  * Description
5
5
 
@@ -23,7 +23,7 @@ Lists the errors for the specified work request.
23
23
  Usage
24
24
  =====
25
25
 
26
- oci ocvs work-request-error list [OPTIONS]
26
+ oci ocvs work-request-error list-errors [OPTIONS]
27
27
 
28
28
 
29
29
  Required Parameters
@@ -108,6 +108,6 @@ Please note this sample will only work in the POSIX-compliant bash-
108
108
  like shell. You need to set up the OCI configuration and appropriate
109
109
  security policies before trying the examples.
110
110
 
111
- export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ocvs/work-request-error/list.html#cmdoption-work-request-id
111
+ export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/ocvs/work-request-error/list-errors.html#cmdoption-work-request-id
112
112
 
113
- oci ocvs work-request-error list --work-request-id $work_request_id
113
+ oci ocvs work-request-error list-errors --work-request-id $work_request_id
@@ -12,4 +12,4 @@ work request.
12
12
  Available Commands
13
13
  ==================
14
14
 
15
- * list
15
+ * list-errors
@@ -80,7 +80,7 @@ Available Commands
80
80
 
81
81
  * work-request-error
82
82
 
83
- * list
83
+ * list-errors
84
84
 
85
85
  * work-request-log
86
86
 
@@ -1,5 +1,5 @@
1
- "list-errors"
2
- *************
1
+ "list"
2
+ ******
3
3
 
4
4
  * Description
5
5
 
@@ -23,7 +23,7 @@ Return a (paginated) list of errors for a given work request.
23
23
  Usage
24
24
  =====
25
25
 
26
- oci organizations work-request-error list-errors [OPTIONS]
26
+ oci organizations work-request-error list [OPTIONS]
27
27
 
28
28
 
29
29
  Required Parameters
@@ -113,6 +113,6 @@ Please note this sample will only work in the POSIX-compliant bash-
113
113
  like shell. You need to set up the OCI configuration and appropriate
114
114
  security policies before trying the examples.
115
115
 
116
- export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/organizations/work-request-error/list-errors.html#cmdoption-work-request-id
116
+ export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/organizations/work-request-error/list.html#cmdoption-work-request-id
117
117
 
118
- oci organizations work-request-error list-errors --work-request-id $work_request_id
118
+ oci organizations work-request-error list --work-request-id $work_request_id
@@ -11,4 +11,4 @@ An error encountered while executing a work request.
11
11
  Available Commands
12
12
  ==================
13
13
 
14
- * list-errors
14
+ * list
@@ -141,7 +141,7 @@ Available Commands
141
141
 
142
142
  * work-request-error
143
143
 
144
- * list-errors
144
+ * list
145
145
 
146
146
  * work-request-log
147
147
 
@@ -53,15 +53,15 @@ saopaulo-1,uk-cardiff-1,uk-london-1,us-ashburn-1,us-phoenix-1,us-
53
53
  sanjose-1,sa-vinhedo-1,sa-santiago-1,il-jerusalem-1,eu-marseille-1,ap-
54
54
  singapore-1,me-abudhabi-1,eu-milan-1,eu-stockholm-1,af-johannesburg-1
55
55
  ,eu-paris-1,mx-queretaro-1,eu-madrid-1,us-chicago-1,mx-monterrey-1,us-
56
- saltlake-2,sa-bogota-1,sa-valparaiso-1,ap-singapore-2,me-riyadh-1,us-
57
- langley-1,us-luke-1,us-gov-ashburn-1,us-gov-chicago-1,us-gov-phoenix-1
58
- ,uk-gov-london-1,uk-gov-cardiff-1,ap-chiyoda-1,ap-ibaraki-1,me-dcc-
59
- muscat-1,ap-dcc-canberra-1,eu-dcc-milan-1,eu-dcc-milan-2,eu-dcc-
60
- dublin-2,eu-dcc-rating-2,eu-dcc-rating-1,eu-dcc-dublin-1,ap-dcc-
61
- gazipur-1,eu-madrid-2,eu-frankfurt-2,eu-jovanovac-1,me-dcc-doha-1,us-
62
- somerset-1,us-thames-1,eu-dcc-zurich-1,eu-crissier-1,me-abudhabi-3,me-
63
- alain-1,me-abudhabi-2,me-abudhabi-4,ap-seoul-2,ap-suwon-1,ap-
64
- chuncheon-2,us-ashburn-2
56
+ saltlake-2,sa-bogota-1,sa-valparaiso-1,ap-singapore-2,me-riyadh-1,ap-
57
+ delhi-1,us-langley-1,us-luke-1,us-gov-ashburn-1,us-gov-chicago-1,us-
58
+ gov-phoenix-1,uk-gov-london-1,uk-gov-cardiff-1,ap-chiyoda-1,ap-
59
+ ibaraki-1,me-dcc-muscat-1,ap-dcc-canberra-1,eu-dcc-milan-1,eu-dcc-
60
+ milan-2,eu-dcc-dublin-2,eu-dcc-rating-2,eu-dcc-rating-1,eu-dcc-
61
+ dublin-1,ap-dcc-gazipur-1,eu-madrid-2,eu-frankfurt-2,eu-jovanovac-1
62
+ ,me-dcc-doha-1,us-somerset-1,us-thames-1,eu-dcc-zurich-1,eu-crissier-1
63
+ ,me-abudhabi-3,me-alain-1,me-abudhabi-2,me-abudhabi-4,ap-seoul-2,ap-
64
+ suwon-1,ap-chuncheon-2,us-ashburn-2
65
65
 
66
66
  --session-expiration-in-minutes [text]
67
67
 
@@ -45,10 +45,10 @@ provide the results of those.
45
45
  --problem-type [text]
46
46
 
47
47
  The kind of support ticket (type of support request). For information
48
- about *ACCOUNT* support tickets, see [Creating a Billing Support
49
- Request]. For information about *LIMIT* support tickets, see [Creating
50
- a Service Limit Increase Request]. For information about *TECH*
51
- support tickets, see [Creating a Technical Support Request].
48
+ about *ACCOUNT* support tickets, see Creating a Billing Support
49
+ Request. For information about *LIMIT* support tickets, see Creating a
50
+ Service Limit Increase Request. For information about *TECH* support
51
+ tickets, see Creating a Technical Support Request.
52
52
 
53
53
  Accepted values are:
54
54
 
@@ -15,8 +15,8 @@
15
15
  Description
16
16
  ===========
17
17
 
18
- Gets the specified support ticket. For more information, see [Getting
19
- Details for a Support Request].
18
+ Gets the specified support ticket. For more information, see Getting
19
+ Details for a Support Request.
20
20
 
21
21
 
22
22
  Usage
@@ -16,7 +16,7 @@ Description
16
16
  ===========
17
17
 
18
18
  Lists support tickets for the specified tenancy. For more information,
19
- see [Listing Support Requests].
19
+ see Listing Support Requests.
20
20
 
21
21
 
22
22
  Usage
@@ -126,10 +126,10 @@ mandatory for OCI Users and optional for Multicloud users.
126
126
  --problem-type [text]
127
127
 
128
128
  The kind of support ticket (type of support request). For information
129
- about *ACCOUNT* support tickets, see [Creating a Billing Support
130
- Request]. For information about *LIMIT* support tickets, see [Creating
131
- a Service Limit Increase Request]. For information about *TECH*
132
- support tickets, see [Creating a Technical Support Request].
129
+ about *ACCOUNT* support tickets, see Creating a Billing Support
130
+ Request. For information about *LIMIT* support tickets, see Creating a
131
+ Service Limit Increase Request. For information about *TECH* support
132
+ tickets, see Creating a Technical Support Request.
133
133
 
134
134
  Accepted values are:
135
135
 
@@ -20,9 +20,9 @@ products (service groups, services, service categories, and
20
20
  subcategories) for technical support tickets or lists limits and
21
21
  current usage for limit increase tickets. This operation is called
22
22
  during creation of technical support and limit increase tickets. For
23
- more information about listing products, see [Listing Products for
24
- Support Requests]. For more information about listing limits, see
25
- [Listing Limits for Service Limit Increase Requests].
23
+ more information about listing products, see Listing Products for
24
+ Support Requests. For more information about listing limits, see
25
+ Listing Limits for Service Limit Increase Requests.
26
26
 
27
27
 
28
28
  Usage
@@ -14,7 +14,7 @@ Description
14
14
  ===========
15
15
 
16
16
  Checks whether the requested user is valid. For more information, see
17
- [Validating a User].
17
+ Validating a User.
18
18
 
19
19
 
20
20
  Usage
oci_cli/version.py CHANGED
@@ -2,4 +2,4 @@
2
2
  # Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
3
3
  # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4
4
 
5
- __version__ = '3.62.1'
5
+ __version__ = '3.62.2'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: oci-cli
3
- Version: 3.62.1
3
+ Version: 3.62.2
4
4
  Summary: Oracle Cloud Infrastructure CLI
5
5
  Home-page: https://docs.cloud.oracle.com/iaas/Content/API/Concepts/cliconcepts.htm
6
6
  Author: Oracle
@@ -19,7 +19,7 @@ Classifier: Programming Language :: Python :: 3.7
19
19
  Classifier: Programming Language :: Python :: 3.8
20
20
  Classifier: Programming Language :: Python :: 3.9
21
21
  Requires-Python: >=3.6
22
- Requires-Dist: oci (==2.155.1)
22
+ Requires-Dist: oci (==2.155.2)
23
23
  Requires-Dist: arrow (>=1.0.0)
24
24
  Requires-Dist: certifi (>=2025.1.31)
25
25
  Requires-Dist: click (==8.0.4)
@@ -26,7 +26,7 @@ oci_cli/cli_root.py,sha256=D1Uhww_FpdDUc8CM3no-2Cs6bww-IEujqeqMXu6GXTM,33957
26
26
  oci_cli/cli_session.py,sha256=rIfTyV6ViE9owA4DmKfMX-060g8rFMjiu1fORzpBu40,18899
27
27
  oci_cli/cli_setup.py,sha256=Obqp6ndb2zAc_iZRWviCdmYnkjX3Wx0za7EajACpTNo,51733
28
28
  oci_cli/cli_setup_bootstrap.py,sha256=R0if3oXV7DHVUJSoxV0wPvg6vyUUvzle6-AaADn0Aek,14097
29
- oci_cli/cli_util.py,sha256=Zihw0-fzTjVgeJnMUH06ePBKExHsQ1tNhSDw9EOiOAQ,126252
29
+ oci_cli/cli_util.py,sha256=Qr_hN2QR7qPnMeN4m3frBCLAqI_dZfKSvnufWCa4ZLU,126338
30
30
  oci_cli/dynamic_loader.py,sha256=L3HvLcQeQzDFLwwpCdugQ0uxnCFqNkKtf6kmHicNgzc,5461
31
31
  oci_cli/final_command_processor.py,sha256=DewhCXcPr4t5fY0x6plyRXqi6aCAojr6GCWj1kmNgHg,2005
32
32
  oci_cli/formatting.py,sha256=KmGSUO0ojeA-AE3ASL96jJoTq-twsFcs11Ygv5wd4y4,1552
@@ -35,7 +35,7 @@ oci_cli/oci_template.py,sha256=oTri7oxH6efITNW5IvQTRMUKVhbdjPtDPS14W8sf8zA,1466
35
35
  oci_cli/raw_request_cli.py,sha256=47wpowcWbUYbvV7qvULJn3dN5DPfuhAybXa_j7VURvw,5614
36
36
  oci_cli/service_mapping.py,sha256=NVMAWljGbF-RxEMK1CCiWmjLtAxuX98n6Q7amAmj0kU,17638
37
37
  oci_cli/string_utils.py,sha256=3Y3NxTdIUPC2s1GydK4NvYbGcgof1yVVIO3SRCWWL9U,1247
38
- oci_cli/version.py,sha256=HgNAzJJCoPnt5mAP5z77KjZeI7gJHmYZpzvZcElr3Ow,366
38
+ oci_cli/version.py,sha256=gqwTX8fQSxAYVo0FzP6qiQEoqZHzcVcBygR1mQqXA4A,366
39
39
  oci_cli/aliasing/__init__.py,sha256=uJwxV0GYycBZsWaI-c4Ont8howS5O-mqFKp41dWAhUg,440
40
40
  oci_cli/aliasing/command_group_with_alias.py,sha256=7CEDGeegZCby30KMxmempqhvgg3IWsGLZFVmjoWLGWY,3354
41
41
  oci_cli/aliasing/parameter_alias.py,sha256=HAKD9P9dr8fQCJtto_7RuzIMwraP0xi349GTRIdVgH8,2420
@@ -214,7 +214,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/db.txt,sha256=bJWEBWVAXq8V_OTD
214
214
  oci_cli/help_text_producer/data_files/text/cmdref/dblm.txt,sha256=cm_bZHc7d2QUkJ2Iqzt_nVdoFlfR2-pqiJFWZDMmXkQ,668
215
215
  oci_cli/help_text_producer/data_files/text/cmdref/dbmulticloud.txt,sha256=vR4LCaYbbQy13zONGTXMakJj4l0LF1GT-aGY8DSj1Pw,1603
216
216
  oci_cli/help_text_producer/data_files/text/cmdref/dbtools.txt,sha256=vAXRghWo8TpKJVj8g3ZA-fPMYt8dCXpXKUs9Dqi9UKA,863
217
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt,sha256=NDpS9m5PdBwiwfIvtV6yE-evx_Avjuuo_2O2Xi-0xuQ,1551
217
+ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt,sha256=Ird1f7kpoGdjW2EGlqUU-T5o0wK4DR1FIRXJ06E7i3w,1539
218
218
  oci_cli/help_text_producer/data_files/text/cmdref/demand-signal.txt,sha256=t0gSzE-DvO2Q0J2PT_v1LWJP1midlZiJyyu1TRZuK_4,328
219
219
  oci_cli/help_text_producer/data_files/text/cmdref/desktops.txt,sha256=RFMT_82TkQa70pcbilNJHgyJDOqHeW_-T_Bib50dJq8,498
220
220
  oci_cli/help_text_producer/data_files/text/cmdref/devops.txt,sha256=f2qzDDa_hTHfygvMNej4rRBkamZQJLhzFOWMGFAl7V0,6819
@@ -237,7 +237,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent.txt,sha256
237
237
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-inference.txt,sha256=fIv97C_nKwevrNn8O9boR-mQbxzxe5cRmcGdXPpH8f4,1689
238
238
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai.txt,sha256=CuoAL1ui0C6o8gkcpehYnIkmsisf8yRexLNAbdoqG8Y,1466
239
239
  oci_cli/help_text_producer/data_files/text/cmdref/goldengate.txt,sha256=r3y3FNfdbrjMR3Y_UUVgV9NFTfDG862Wvk3OMTgEHfU,4107
240
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt,sha256=RvN08dy0w53GE-KqZipPYYPxzTPeIcmwNHJBV1O7VHw,1013
240
+ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt,sha256=Hri8tZdNGxYxTF7WiE-xLVpvxerm8YZG4w4_5YVIzAI,989
241
241
  oci_cli/help_text_producer/data_files/text/cmdref/health-checks.txt,sha256=sAb7CMAf0ymUk717V0t1tgyNvmwWhhe38GETK3-HsU4,599
242
242
  oci_cli/help_text_producer/data_files/text/cmdref/iam.txt,sha256=VcHCSEaY5X5DX1E7_5cxrDe5PtGEJteHKKkXlMTJKg8,3329
243
243
  oci_cli/help_text_producer/data_files/text/cmdref/identity-domains.txt,sha256=K-kxHuWvT327BA60gsTlueC3Ftfy7bXFMsz23mDokTw,6544
@@ -270,7 +270,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/nlb.txt,sha256=6Xxftcr815CSKp9
270
270
  oci_cli/help_text_producer/data_files/text/cmdref/nosql.txt,sha256=3xc3L6zGK7xyNWYlw7uAtaEVUou1KaIGj2N6-RXhClM,771
271
271
  oci_cli/help_text_producer/data_files/text/cmdref/occ.txt,sha256=vo_hGQnp3HyLcDtWYOa36Dbe3DYkHJu-8Lc1KMjte8Q,488
272
272
  oci_cli/help_text_producer/data_files/text/cmdref/oce.txt,sha256=1Ik9gLpk6PS5-sT4MBTjujCIayo8jYRGrkIgtS6hN2I,405
273
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt,sha256=KZRz0H-aRs1ilCG-cB3ATyRs_Ru2OAfsCljd8QolTNc,783
273
+ oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt,sha256=a6lQ_tfhMiSpSCicfuI68t6Ik6byf5ErrpVa7t1m-o4,790
274
274
  oci_cli/help_text_producer/data_files/text/cmdref/oda.txt,sha256=UsrajcmOwMFWhiIJgfowZGcyOLlgMMkwK6RoR3VP9Pw,3713
275
275
  oci_cli/help_text_producer/data_files/text/cmdref/oma.txt,sha256=66xhqSlxkYwJ8VniVXKMjwuxnTyJFwZR0zis3ceQzd0,853
276
276
  oci_cli/help_text_producer/data_files/text/cmdref/onesubscription.txt,sha256=kKBkOlZUGwQBnT50EmsPb_Irkx9qmAs4ym7epwcA9tA,705
@@ -280,7 +280,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/opctl.txt,sha256=QQnMX7w2Fd6oC
280
280
  oci_cli/help_text_producer/data_files/text/cmdref/opensearch.txt,sha256=RSGoRSnfkTKnXncj26oA70EtsUOx3LK8-jQMaiTh2gQ,635
281
281
  oci_cli/help_text_producer/data_files/text/cmdref/opsi.txt,sha256=M1U7rderbrIosglDYEn00wr24MOEUsu2qC9Qa5XOQ4Y,7996
282
282
  oci_cli/help_text_producer/data_files/text/cmdref/optimizer.txt,sha256=7ZqsrntO0cGbaXqZaRa23ajjuGa0WY7kfJZJ0IgdcvY,1070
283
- oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt,sha256=ia8dZawSO10_y1cSR3ybyiGUp5NaWJcEeVZtxximQEo,1278
283
+ oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt,sha256=nu9cTjNeqT6ZpYXNzNmW0MlBQ8bIuBx-ptRamBlZkaA,1271
284
284
  oci_cli/help_text_producer/data_files/text/cmdref/os-management-hub.txt,sha256=Cpfr2MGdJq5kkjZWhXCLqsYB32bIFPFY85WlOakcK2s,4103
285
285
  oci_cli/help_text_producer/data_files/text/cmdref/os-management.txt,sha256=2L0L2zQC80CJcj4QTrvV8AL0MYd-YVOW4dsigOUIMU0,1820
286
286
  oci_cli/help_text_producer/data_files/text/cmdref/os.txt,sha256=9Yomemh8e5T6Ac4nOeJy_Kf80kx2PA2rkvuNE0_DesY,1128
@@ -1309,7 +1309,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/ce/workload-mapping.txt,sha256
1309
1309
  oci_cli/help_text_producer/data_files/text/cmdref/ce/addon-option/list.txt,sha256=--_wQKGJHZlDx6c_e4KhSOxvDS-ekWrVphML_zfP14k,3714
1310
1310
  oci_cli/help_text_producer/data_files/text/cmdref/ce/cluster/cluster-migrate-to-native-vcn.txt,sha256=In1innNDYlenI0yXV4DPMicScRvGxAI9idUukgkKvn4,5740
1311
1311
  oci_cli/help_text_producer/data_files/text/cmdref/ce/cluster/complete-credential-rotation.txt,sha256=UzjqSvnwW0ssXPLv7ih3BQ-ozWcrmwqfqyHgf5GMYJ8,4843
1312
- oci_cli/help_text_producer/data_files/text/cmdref/ce/cluster/create-kubeconfig.txt,sha256=npE1Lu9hApy-hc0Vw6YScYv8CpOBXT61cyuix0hGwZU,4589
1312
+ oci_cli/help_text_producer/data_files/text/cmdref/ce/cluster/create-kubeconfig.txt,sha256=Frzi1N4GIVJUCMQjAp9J9aLXZ3zoXQF79ZKgfMp2HVc,4505
1313
1313
  oci_cli/help_text_producer/data_files/text/cmdref/ce/cluster/create.txt,sha256=o0n0LyrvLWgb7b5B2WL_bpRRo9RskOZihjT4GLKqL50,15973
1314
1314
  oci_cli/help_text_producer/data_files/text/cmdref/ce/cluster/delete.txt,sha256=xhPJVlCgtfZU40J7ZccVEDZ-RIWh59lc-i63v69noJA,4747
1315
1315
  oci_cli/help_text_producer/data_files/text/cmdref/ce/cluster/disable-addon.txt,sha256=611Lv-5izO0M8UQmXonww1NPasyPLf6aGUaZzLva-Bc,5508
@@ -4289,7 +4289,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delega
4289
4289
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegation-subscription.txt,sha256=NkKtm_Ic9AVj88tkB_00_wP_4RPLXk2YDuwiWiWCySw,222
4290
4290
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action.txt,sha256=K1pxnczoLn3fXEb69RjEEnoCrS6mA4J4nmCKhWfcrv0,491
4291
4291
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider.txt,sha256=XaTh_oQfhdSgURsZ4xHjC2ncX9eZmqSaIH5e-_KDic4,234
4292
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt,sha256=DrHUia8C1K-U8x9X4B8_XXp2tjmDeB98tiXuU6Tncn0,876
4292
+ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt,sha256=xGHWwnhYOOT_HEKQOFNp-slMNdYSab4m_f50Km0ISeo,864
4293
4293
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegated-resource-access-request/approve.txt,sha256=6PjFoSvqBqHuh08LUh3fmf7BQza63Z8bpQ1_in69lg8,6530
4294
4294
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegated-resource-access-request/get.txt,sha256=c_2SBQYChMgLKqtnU78Mv2bSDy4Gzwl5DYiROYbE7ok,2976
4295
4295
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegated-resource-access-request/list-delegated-resource-access-request-histories.txt,sha256=QdODn3pGRKpio43yNuIrioxLaZhHmw4A5ruFbTMkuQY,4029
@@ -4316,13 +4316,13 @@ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/servic
4316
4316
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider/list.txt,sha256=zGi_GMT3_RpZOZMQ_JvyKwJJoO4t0UtTQT1aA7BKISk,4303
4317
4317
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action/get.txt,sha256=4nixS58TsFlTGMpZsGjXOM61no6ow_BlPkI3Hgb0WcE,2951
4318
4318
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action/list.txt,sha256=a4JICkvZ80VVUQpFwrJryXV-Ip9C7omdFSb_U8_fU5c,4252
4319
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt,sha256=AqoCbmP2_hXnHtRuUmo4dpiG1SoBy-XsWSeXIbpw5cw,166
4320
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log-entry.txt,sha256=P0-f9ZjBa3cTGd7N5TrNAtuB-6c0vVKFqTmoPvR4avA,191
4319
+ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt,sha256=rivEQ094k4chVe7rLhnzUE3U6HveVjmqHEPljx4Fxsc,173
4320
+ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log.txt,sha256=lsFbykzyaFjAKvFk7IjfWYi0mRdrBEwcAi66pxZSbzo,166
4321
4321
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request.txt,sha256=dxEKeiMav_lfjcdaaI9-_UGvwhBIh67w2lt6jnsHDUU,144
4322
4322
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request/get.txt,sha256=wRJWGf79YA_EQDf9ggjS7zwZ1N7XDxKDbHaH-DAHKjM,2809
4323
4323
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request/list.txt,sha256=1kSp6RsD1bTvDmnABqIrtXpXYF09Xcle6eER9sJHpps,3891
4324
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/list.txt,sha256=ddjDMJwZJRex-dwQVeUWiFYyI01OIzGW_NYv0Ypgsh8,3601
4325
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log-entry/list-work-request-logs.txt,sha256=TpTtHdkzQjWhZhPGt8PqgDgZf2dqpZ7Eh7bM3eUZWNE,3701
4324
+ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/list-errors.txt,sha256=HT-Y8wuPUr_sjehhAXfybaZNmyns98S-VQYh_qhNqlg,3636
4325
+ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log/list-logs.txt,sha256=_MKKlEMT-vERsRJpCGigWPfu7XasMuGQAPScpmnbjls,3618
4326
4326
  oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal-collection.txt,sha256=R9lAYqkLxobM6BMsxiIeokL-Fk3nn7LIN-2UrwWDaH4,273
4327
4327
  oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal.txt,sha256=GfHJjMEBUGSMNQzK26MRashovglq-RB0hAB0KabZzmE,486
4328
4328
  oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal/change-compartment.txt,sha256=tXJoIaU5Ov_JPPNF27qWDRXdAFoLh4m46h0qkR738pg,4052
@@ -5719,7 +5719,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request/list.t
5719
5719
  oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request-error/list.txt,sha256=rWOBa_VKTYY-MaaQpgbAvAeJ8nZoctQDWho2s4wX1pU,3205
5720
5720
  oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request-log-entry/list.txt,sha256=EzdsVrBmWQZBCwi4UKkZHywQkCQgRcg62ml-YTpknEk,3215
5721
5721
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule.txt,sha256=TGKSIFXpaqCm_i79P_45Ebd4PsucVoWuEsI7tZ5QNjY,747
5722
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt,sha256=6E1JPWJwkYEKei7hivYXIADvPwAB0ucuJipfNVVWev0,279
5722
+ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt,sha256=T9mb98Efr1yf1139kwH80nlRvEjKOKTgm_WcIanUJ3o,255
5723
5723
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/enforced-governance-rule.txt,sha256=RDRdSpzYGqJnCo6y7PuBQ_ZkcVJ2onD8j7eJ_XzkJqI,247
5724
5724
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/governance-rule.txt,sha256=2-seomAEnKzfLBZpyOXCnbQGzFsJUEIf7ADX-cnRFpU,495
5725
5725
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/inclusion-criterion.txt,sha256=JEuQKkXKeNrLIzj1w1jWA5bFCHTplrdt4DvoPgwAtLA,337
@@ -5747,13 +5747,13 @@ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane
5747
5747
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/list.txt,sha256=C1OwOb_C4apZNRAuNj6jxLtUkhk90WkP0f5wqxkSPJo,3935
5748
5748
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/retry.txt,sha256=POX41lH0Qn6XpnZwcygZ65NOx2GwDcLQJZ7A_qfpzjw,4320
5749
5749
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt,sha256=AqoCbmP2_hXnHtRuUmo4dpiG1SoBy-XsWSeXIbpw5cw,166
5750
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry.txt,sha256=P0-f9ZjBa3cTGd7N5TrNAtuB-6c0vVKFqTmoPvR4avA,191
5750
+ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log.txt,sha256=u_O3_3-Ja6fz2jbCPg6XvluwEumXI7lMlfhl8KYNrqM,161
5751
5751
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request.txt,sha256=XhA8S7RfdK8Ov6-V5ASYx1yUrY-4TGbAgx6pBLlyMDw,154
5752
5752
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/cancel.txt,sha256=ppMuQa-4dyhZHDxvLHlBGTwEW2nE90rA6AlEmp_sDJE,3222
5753
5753
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/get.txt,sha256=AWzzQWw-HEt2EAe2NJitsSUjK9q3--4im71X7Dh7Kr0,2830
5754
5754
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/list.txt,sha256=UM49uAHi8HQnmiYbuvGE10M6R7J_jkMz3nZKOu7uqxA,3620
5755
5755
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/list.txt,sha256=8jOc0ExsTUxkuTxZ2FARQqKWHdbnVWnCBxlMUFe38FY,3649
5756
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry/list-work-request-logs.txt,sha256=QhTIaagELUGg6VHqLwz76LZ_wCIgTJnFMc5F1tsSYdo,3749
5756
+ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log/list.txt,sha256=j1bzTpiVx0vcMBgv1UwxrsA6Fmpf-8oLDLmMTK_pwxc,3641
5757
5757
  oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-monitor.txt,sha256=WJlsQ1wPbzczvAUiVMicgaFHnPscAMDiPb8Kj0xMxc4,245
5758
5758
  oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-probe-result.txt,sha256=zcygFnKRIn4cHdPQafl50bhiLeErptIAUpven3duA6k,387
5759
5759
  oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-probe.txt,sha256=f2WhMEjdazb6skkMW2nlG0NRt4KB6Jhwv2m58NBIcDA,196
@@ -8043,7 +8043,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/oce/work-request-log-entry/lis
8043
8043
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/cluster.txt,sha256=JXlcuMuSjhT0bfM4eVO9KdMfjQ42Nmmkbr08ur6vSag,317
8044
8044
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/esxi-host.txt,sha256=3XlzzgEm2_30zY7U1GLsczXjydpyaQPbhfQe0QZOyNk,595
8045
8045
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/sddc.txt,sha256=CQIa9hSYJnwoobEX5L5exWya62jdTqef1MeFHPTHJfA,869
8046
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt,sha256=kDeXQH694uqh8esZ4MoemZm7V7j_dov1PaR_15H3-NU,198
8046
+ oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt,sha256=ZxoepGdGREXWenGVP3Qyls1wdmx62TKkJKmerSEzXtk,205
8047
8047
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-log.txt,sha256=fs9KJ3jJXaOETQPekNTmRBNWcIKD2RR73TqDpDwqg0w,186
8048
8048
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request.txt,sha256=JsRn0O40f8wgM-fzmtn9GwtokAjlBR-JxCZhkR4Gs7Q,138
8049
8049
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/cluster/cluster-summary.txt,sha256=pLPiks81e3MqChnbwdgxDE7clmIpPTpXEFgIW6Ltmu0,142
@@ -8075,7 +8075,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/ocvs/sddc/upgrade-hcx.txt,sha2
8075
8075
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/sddc/vmware-versions.txt,sha256=ascNyFoBcCt26Q4UAgwoBoAWDfCHwii5mZK42NyB_CQ,3807
8076
8076
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request/get.txt,sha256=BDhlVowHKrm4397oiuufIaFo1HKXsq0iWqZRl5uClAQ,2704
8077
8077
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request/list.txt,sha256=nwFC4CBQrRClXioQAUy3nl41C55ZV6f4CA2jJo08kp4,3426
8078
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/list.txt,sha256=TvYquZLxpn5GubF4Mm68_WpHVEXW-A2AqBBGQhnKBLo,3393
8078
+ oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/list-errors.txt,sha256=2iiSTkukrI0U5deKDL3X9hVOSZFydMPsVaW-cfQzIss,3428
8079
8079
  oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-log/list.txt,sha256=b9eaCzDCp6M9E3T84RMCutKxcQym-4sDAhqmShnLqow,3385
8080
8080
  oci_cli/help_text_producer/data_files/text/cmdref/oda/instance.txt,sha256=_b_Ex624M19PWRxvuNsTxRZ0zFDgRrg5OTPEEZwfGQs,213
8081
8081
  oci_cli/help_text_producer/data_files/text/cmdref/oda/management.txt,sha256=R6tp9PluDlG4rGspEEwcEPtlTVwc3es0AhfckcgoarM,2997
@@ -8678,7 +8678,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/organizations/recipient-invita
8678
8678
  oci_cli/help_text_producer/data_files/text/cmdref/organizations/sender-invitation.txt,sha256=LvBcZIPE8MckCZXFt-eNFLe1BBKS1p_bAhnThYtLLwk,358
8679
8679
  oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-mapping.txt,sha256=mbw2t-OP0ADliaCjfcdUOOBRjMz9PJ39gZbLC8ace5Q,178
8680
8680
  oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription.txt,sha256=lnJu1PYHCPCeSWdWV6inKAMLsAQY-Ww0gtXqNULrQ40,220
8681
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt,sha256=rivEQ094k4chVe7rLhnzUE3U6HveVjmqHEPljx4Fxsc,173
8681
+ oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt,sha256=AqoCbmP2_hXnHtRuUmo4dpiG1SoBy-XsWSeXIbpw5cw,166
8682
8682
  oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log.txt,sha256=u_O3_3-Ja6fz2jbCPg6XvluwEumXI7lMlfhl8KYNrqM,161
8683
8683
  oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request.txt,sha256=CqqYgMRHLcb9v40j_5zXV2wEzzXEkDylVzIvshuOTU4,318
8684
8684
  oci_cli/help_text_producer/data_files/text/cmdref/organizations/assigned-subscription/get.txt,sha256=MeGsKlwUcxS9GV35lwdZ-Bot6hy1kmyIw8sugn7NSe0,2848
@@ -8730,7 +8730,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-map
8730
8730
  oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-mapping/list.txt,sha256=jNujfSQyyK2rmVKHsvewRGd7CQEzOU_w2wnKqZNjvrw,4032
8731
8731
  oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request/get.txt,sha256=pN90IakAwEh5CC6dVEpDmytF3HZrgqzTjc1m_TEwh7k,2743
8732
8732
  oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request/list.txt,sha256=wrQR1xUsAUEbMnVrDooXxVB-ke5NczG-K35W3azrOZI,3339
8733
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/list-errors.txt,sha256=ZnZihQnLf9JI8MZJHEYsI9lZrVs655mYN483fzoE8ww,3396
8733
+ oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/list.txt,sha256=AB5PNzclNCSJWqOu-vBpMFT3XqmrcbXGsQ-KDZjOM1M,3361
8734
8734
  oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log/list.txt,sha256=ERh53LH73r69Ov5Fo9h4QeXie_TOpU9XHGh2j7EFlGA,3353
8735
8735
  oci_cli/help_text_producer/data_files/text/cmdref/os/bucket.txt,sha256=C_uqazUqUyr_c5g9WVWFuADexOW0phQcpxu6BUSq3N4,678
8736
8736
  oci_cli/help_text_producer/data_files/text/cmdref/os/multipart.txt,sha256=0bzYywL0aSnkDEALLRBzGMur-kLC4MdpXEVSS60lFpM,109
@@ -9603,7 +9603,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/service-mesh/work-request/get.
9603
9603
  oci_cli/help_text_producer/data_files/text/cmdref/service-mesh/work-request/list-work-request-errors.txt,sha256=hpf9siBonGoRJ9jPU2RVz1NOzEV-fjQAhuGPVANbfk0,3617
9604
9604
  oci_cli/help_text_producer/data_files/text/cmdref/service-mesh/work-request/list-work-request-logs.txt,sha256=fdAlq0ha51eeBKhtxV4xXDGxn0QD6hxf5UQuEasRtI4,3605
9605
9605
  oci_cli/help_text_producer/data_files/text/cmdref/service-mesh/work-request/list.txt,sha256=k5uaCzd3zR84K4tBSqaL6sspO6w42o8L2akYrlbt6GU,3891
9606
- oci_cli/help_text_producer/data_files/text/cmdref/session/authenticate.txt,sha256=kaMGblgFnl8kupXG_YD2K-nP3P5QUdJc8pp2Wp4Vhz0,2880
9606
+ oci_cli/help_text_producer/data_files/text/cmdref/session/authenticate.txt,sha256=blsgZtR7AJndyrViJwp6hNaHbGucSFiGYPRcSs7C2PM,2891
9607
9607
  oci_cli/help_text_producer/data_files/text/cmdref/session/export.txt,sha256=TLg1or41EXUOZaTezQJmgdJ-rIQKIoQpp_HP1HbcE-0,1299
9608
9608
  oci_cli/help_text_producer/data_files/text/cmdref/session/import.txt,sha256=ej-pnKU8N6KwwzU_cvZWVyMc6WdJdcVJrriRPOqvtZk,1119
9609
9609
  oci_cli/help_text_producer/data_files/text/cmdref/session/refresh.txt,sha256=SC5oZnPRzBhgrp2f-Z2zXflYauM68ej9TSTUr5E7AWg,801
@@ -9805,12 +9805,12 @@ oci_cli/help_text_producer/data_files/text/cmdref/streaming/stream/message/put.t
9805
9805
  oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type.txt,sha256=VJByWoKDcYI9FTe4NxPpKE-SYLjGvGIYNnWuodNA8Cg,185
9806
9806
  oci_cli/help_text_producer/data_files/text/cmdref/support/incident.txt,sha256=PB2Nlf3dXZa4o8sAxGUqCrFqFa6LrSEWh7ALON75qTo,154
9807
9807
  oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response.txt,sha256=SX1rgBJ0weBVHR6pLPiaIjLOW-AUnp_QGEvhSGoQaoo,208
9808
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/create.txt,sha256=MAH39YO1E4Zd5dc0Hk4vM5xDVz-mfKJu-DUAhRbucmo,4722
9809
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/get.txt,sha256=73ZKNr9dYvdpGxLc851xcQas6E9NX8tzwVrLPJpaLMQ,2973
9810
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/list.txt,sha256=FGGewxpgWDCG138NORrxeHTgcVNbWvJQb3qF3_m3ei4,3881
9811
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/update.txt,sha256=j1h0Cm6rup0GtdYvmfFwl8OyPDwVq_pjdW9oCU2Ead8,4121
9812
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type/list.txt,sha256=ZySiyfxOAr9ftUqTPRHYSO-vC9wbalxA0eJAAsJMm70,3971
9813
- oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response/validate-user.txt,sha256=WVTidtYFAbrjtQdI1CWNVnr7Q3tDqwsTYJzxS0-hEiE,2889
9808
+ oci_cli/help_text_producer/data_files/text/cmdref/support/incident/create.txt,sha256=PjD_xiPaTomVW3Foa-GP3Ym55KsONZrKkKAzBrw-cRg,4716
9809
+ oci_cli/help_text_producer/data_files/text/cmdref/support/incident/get.txt,sha256=vitvcHmDeIRiDx_bKJ529RZY-Ro0cX5UBBWcEyfdoWA,2971
9810
+ oci_cli/help_text_producer/data_files/text/cmdref/support/incident/list.txt,sha256=A-PntEcl8BknDHqbt64zR8RT5ambzVekevLX1Bm8loY,3879
9811
+ oci_cli/help_text_producer/data_files/text/cmdref/support/incident/update.txt,sha256=RRWCx1xHoSlto7WtbZq9PGSg7j_1klYebZcQCB6SI6w,4115
9812
+ oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type/list.txt,sha256=y0dugA3czjAL95wOVaz0DA25Bdv7nefUVenXZTlpPMo,3967
9813
+ oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response/validate-user.txt,sha256=_FryR8_DBcBmdkFM322MXKAb7HGn9zcx-ijeKlU9uiU,2887
9814
9814
  oci_cli/help_text_producer/data_files/text/cmdref/threat-intelligence/indicator-counts.txt,sha256=L0l5cjtkknEEAOf2rmUkg-ISUfvJKltHIlAFRxxGSmo,172
9815
9815
  oci_cli/help_text_producer/data_files/text/cmdref/threat-intelligence/indicator-summaries.txt,sha256=IX0fJmkY3qrfnTKWy8K9k-lDOauZjk69q5BaTOzVvJ0,161
9816
9816
  oci_cli/help_text_producer/data_files/text/cmdref/threat-intelligence/indicator.txt,sha256=AGoIxHrbMfykN-x81bKA58fiSHLy5jk6OgF5Y7oWYwk,256
@@ -10652,7 +10652,7 @@ services/compute_instance_agent/tests/__init__.py,sha256=Yh9kLq5ZhIRMGeI2kdq-7qI
10652
10652
  services/container_engine/__init__.py,sha256=v5Dz5sPp7_ou6e3lrRs-13H-iMfzA1hF1IUrUYaLkbI,437
10653
10653
  services/container_engine/src/__init__.py,sha256=v5Dz5sPp7_ou6e3lrRs-13H-iMfzA1hF1IUrUYaLkbI,437
10654
10654
  services/container_engine/src/oci_cli_container_engine/__init__.py,sha256=v5Dz5sPp7_ou6e3lrRs-13H-iMfzA1hF1IUrUYaLkbI,437
10655
- services/container_engine/src/oci_cli_container_engine/containerengine_cli_extended.py,sha256=VCf60JYCUiRpPNLJ3CXT2GCKIV4rZBlDaDJG7HKSzDQ,52631
10655
+ services/container_engine/src/oci_cli_container_engine/containerengine_cli_extended.py,sha256=M7HAX91ODhLSbnAuwi4Bxt27_ww1LQvkzZIN-LBuyX8,52631
10656
10656
  services/container_engine/src/oci_cli_container_engine/generated/__init__.py,sha256=v5Dz5sPp7_ou6e3lrRs-13H-iMfzA1hF1IUrUYaLkbI,437
10657
10657
  services/container_engine/src/oci_cli_container_engine/generated/client_mappings.py,sha256=yROuVMlwbZaCedv0NqTjRfFs5YOvzANDTkJ-T4SOGkk,870
10658
10658
  services/container_engine/src/oci_cli_container_engine/generated/containerengine_cli.py,sha256=_d9kvGkPT8whgYyxlJjpfY4wyn13wq54Wp67PZzEkTU,233176
@@ -12294,10 +12294,10 @@ services/zpr/src/oci_cli_zpr/generated/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDv
12294
12294
  services/zpr/src/oci_cli_zpr/generated/client_mappings.py,sha256=eTLXQDImyDyG8dX8CJdYEjz3h6rCCJb3BFRyeCUAlWs,742
12295
12295
  services/zpr/src/oci_cli_zpr/generated/zpr_cli.py,sha256=DZnnwX1MKDrT3zWXrkw2-8Q5hwWOWS0usU-kNsPdye4,58668
12296
12296
  services/zpr/tests/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDvNxrBw_If15F0TRiYZKYes,437
12297
- oci_cli-3.62.1.dist-info/LICENSE.txt,sha256=ueIO48H0oqClJKqp08lneEyFBdtKhwGsa_jOxi8m7Ro,41278
12298
- oci_cli-3.62.1.dist-info/METADATA,sha256=B5X9wl4OPq6DpXr-dN6wP5WCFfzWLCvw5mIgkR9ErMM,7066
12299
- oci_cli-3.62.1.dist-info/THIRD_PARTY_LICENSES.txt,sha256=aTaXCqNxR1izL8cRvUcnsyswdP74vi4D4dd9FcoRmiA,88189
12300
- oci_cli-3.62.1.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
12301
- oci_cli-3.62.1.dist-info/entry_points.txt,sha256=Rzwlt90Fk4kXpuMTmspwgtY69KnkJeoUj1-Cgw_Ti4E,126
12302
- oci_cli-3.62.1.dist-info/top_level.txt,sha256=qaPmB8Lr9XWqQLRmy6aKLBHCfkwLZKopOFxYbJp-R9o,47
12303
- oci_cli-3.62.1.dist-info/RECORD,,
12297
+ oci_cli-3.62.2.dist-info/LICENSE.txt,sha256=ueIO48H0oqClJKqp08lneEyFBdtKhwGsa_jOxi8m7Ro,41278
12298
+ oci_cli-3.62.2.dist-info/METADATA,sha256=dw9pFDkbP_uNCP0Z-O0quZfl-Qerr9UJqL4sligKlNM,7066
12299
+ oci_cli-3.62.2.dist-info/THIRD_PARTY_LICENSES.txt,sha256=aTaXCqNxR1izL8cRvUcnsyswdP74vi4D4dd9FcoRmiA,88189
12300
+ oci_cli-3.62.2.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
12301
+ oci_cli-3.62.2.dist-info/entry_points.txt,sha256=Rzwlt90Fk4kXpuMTmspwgtY69KnkJeoUj1-Cgw_Ti4E,126
12302
+ oci_cli-3.62.2.dist-info/top_level.txt,sha256=qaPmB8Lr9XWqQLRmy6aKLBHCfkwLZKopOFxYbJp-R9o,47
12303
+ oci_cli-3.62.2.dist-info/RECORD,,
@@ -586,7 +586,7 @@ def update_node_pool(ctx, **kwargs):
586
586
  # new one, if it does not exist.
587
587
  # 3. Running CLI command to obtain new kubeconfig always sets the default context to the new cluster.
588
588
  # 4. A ‘merged’ kubeconfig file does not have any duplicates and the information is not lost or corrupted in any way.
589
- @cli_util.copy_params_from_generated_command(containerengine_cli.create_kubeconfig, params_to_exclude=['endpoint_parameterconflict', 'file', 'token-version'])
589
+ @cli_util.copy_params_from_generated_command(containerengine_cli.create_kubeconfig, params_to_exclude=['endpoint_parameterconflict', 'file', 'token_version'])
590
590
  @containerengine_cli.cluster_group.command(name=cli_util.override('create_kubeconfig.command_name', 'create-kubeconfig'),
591
591
  help="""Create the Kubeconfig YAML for a cluster.""")
592
592
  @cli_util.option('--file', type=click.Path(), default=DEFAULT_KUBECONFIG_LOCATION, show_default=True,