oci-cli 3.63.1__py3-none-any.whl → 3.63.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 (26) hide show
  1. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/{list.txt → list-errors.txt} +5 -5
  2. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt +1 -1
  3. 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.txt} +5 -5
  4. oci_cli/help_text_producer/data_files/text/cmdref/{governance-rules-control-plane/work-request/work-request-log-entry.txt → delegate-access-control/work-request/work-request-log.txt} +3 -3
  5. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +3 -3
  6. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +3 -3
  7. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/{work-request-log-entry/list-logs.txt → work-request-log/list.txt} +5 -5
  8. oci_cli/help_text_producer/data_files/text/cmdref/{delegate-access-control/work-request/work-request-log-entry.txt → governance-rules-control-plane/work-request/work-request-log.txt} +3 -3
  9. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt +2 -2
  10. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt +2 -2
  11. oci_cli/help_text_producer/data_files/text/cmdref/lfs/lustre-file-system.txt +1 -1
  12. oci_cli/help_text_producer/data_files/text/cmdref/lfs.txt +1 -2
  13. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/create.txt +4 -4
  14. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/get.txt +2 -2
  15. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/list.txt +1 -1
  16. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/update.txt +4 -4
  17. oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type/list.txt +3 -3
  18. oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response/validate-user.txt +1 -1
  19. oci_cli/version.py +1 -1
  20. {oci_cli-3.63.1.dist-info → oci_cli-3.63.2.dist-info}/METADATA +2 -2
  21. {oci_cli-3.63.1.dist-info → oci_cli-3.63.2.dist-info}/RECORD +26 -26
  22. {oci_cli-3.63.1.dist-info → oci_cli-3.63.2.dist-info}/LICENSE.txt +0 -0
  23. {oci_cli-3.63.1.dist-info → oci_cli-3.63.2.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  24. {oci_cli-3.63.1.dist-info → oci_cli-3.63.2.dist-info}/WHEEL +0 -0
  25. {oci_cli-3.63.1.dist-info → oci_cli-3.63.2.dist-info}/entry_points.txt +0 -0
  26. {oci_cli-3.63.1.dist-info → oci_cli-3.63.2.dist-info}/top_level.txt +0 -0
@@ -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"
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 [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.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 --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-logs
14
+ * list
@@ -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
@@ -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
@@ -1,5 +1,5 @@
1
- "list-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-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-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-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-errors
25
25
 
26
- * work-request-log-entry
26
+ * work-request-log
27
27
 
28
- * list-logs
28
+ * list
@@ -79,6 +79,6 @@ Available Commands
79
79
 
80
80
  * list-errors
81
81
 
82
- * work-request-log-entry
82
+ * work-request-log
83
83
 
84
- * list-logs
84
+ * list
@@ -7,7 +7,7 @@ Description
7
7
 
8
8
  A Lustre file system is a parallel file system that is used as a
9
9
  storage solution for HPC/AI/ML workloads. For more information, see
10
- [File Storage with Lustre].
10
+ File Storage with Lustre.
11
11
 
12
12
  To use any of the API operations, you must be authorized in an IAM
13
13
  policy. If you’re not authorized, talk to an administrator. If you’re
@@ -6,8 +6,7 @@ Description
6
6
  ===========
7
7
 
8
8
  Use the File Storage with Lustre CLI to manage Lustre file systems and
9
- related resources. For more information, see [File Storage with
10
- Lustre].
9
+ related resources. For more information, see File Storage with Lustre.
11
10
 
12
11
 
13
12
  Available Commands
@@ -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.63.1'
5
+ __version__ = '3.63.2'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: oci-cli
3
- Version: 3.63.1
3
+ Version: 3.63.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.156.1)
22
+ Requires-Dist: oci (==2.157.0)
23
23
  Requires-Dist: arrow (>=1.0.0)
24
24
  Requires-Dist: certifi (>=2025.1.31)
25
25
  Requires-Dist: click (==8.0.4)
@@ -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=Oxet7puoLfBwOgS5IukJsLh6RCXxiea8Xw5kIKjWHVg,17735
37
37
  oci_cli/string_utils.py,sha256=3Y3NxTdIUPC2s1GydK4NvYbGcgof1yVVIO3SRCWWL9U,1247
38
- oci_cli/version.py,sha256=uuKTnA34TfG6eRKiVnTMBW6PUyPFKm7RyACmjfO3ouI,366
38
+ oci_cli/version.py,sha256=EFhPA4g07ogjF9gnRXnFvcouAS7nEgS57zqUVKkniEA,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
@@ -215,7 +215,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/db.txt,sha256=bJWEBWVAXq8V_OTD
215
215
  oci_cli/help_text_producer/data_files/text/cmdref/dblm.txt,sha256=cm_bZHc7d2QUkJ2Iqzt_nVdoFlfR2-pqiJFWZDMmXkQ,668
216
216
  oci_cli/help_text_producer/data_files/text/cmdref/dbmulticloud.txt,sha256=vR4LCaYbbQy13zONGTXMakJj4l0LF1GT-aGY8DSj1Pw,1603
217
217
  oci_cli/help_text_producer/data_files/text/cmdref/dbtools.txt,sha256=vAXRghWo8TpKJVj8g3ZA-fPMYt8dCXpXKUs9Dqi9UKA,863
218
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt,sha256=NDpS9m5PdBwiwfIvtV6yE-evx_Avjuuo_2O2Xi-0xuQ,1551
218
+ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt,sha256=RUqGHLA1YmjN3C4iR7_qAOgn2kPjtkuSFc56XOc2Qw0,1534
219
219
  oci_cli/help_text_producer/data_files/text/cmdref/demand-signal.txt,sha256=t0gSzE-DvO2Q0J2PT_v1LWJP1midlZiJyyu1TRZuK_4,328
220
220
  oci_cli/help_text_producer/data_files/text/cmdref/desktops.txt,sha256=RFMT_82TkQa70pcbilNJHgyJDOqHeW_-T_Bib50dJq8,498
221
221
  oci_cli/help_text_producer/data_files/text/cmdref/devops.txt,sha256=FCgOSPCG9NOyjaXsPZI-jCDcTGTjaQ3slPRlNbnCQmk,6850
@@ -238,7 +238,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent.txt,sha256
238
238
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-inference.txt,sha256=fIv97C_nKwevrNn8O9boR-mQbxzxe5cRmcGdXPpH8f4,1689
239
239
  oci_cli/help_text_producer/data_files/text/cmdref/generative-ai.txt,sha256=CuoAL1ui0C6o8gkcpehYnIkmsisf8yRexLNAbdoqG8Y,1466
240
240
  oci_cli/help_text_producer/data_files/text/cmdref/goldengate.txt,sha256=EfevccFx_IMufmRHiwo3BqCbAPrPUd7aDG1Et4BZ7b8,4055
241
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt,sha256=_ls4W4aaTWnf5iu1AtzWhxyMSDc54UFUrVB5MGcd05k,1007
241
+ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt,sha256=7ljiq6CMKePIZDbfF2Q6BnTQDlNYuZKdXxEKFb-k2bc,996
242
242
  oci_cli/help_text_producer/data_files/text/cmdref/health-checks.txt,sha256=sAb7CMAf0ymUk717V0t1tgyNvmwWhhe38GETK3-HsU4,599
243
243
  oci_cli/help_text_producer/data_files/text/cmdref/iam.txt,sha256=VcHCSEaY5X5DX1E7_5cxrDe5PtGEJteHKKkXlMTJKg8,3329
244
244
  oci_cli/help_text_producer/data_files/text/cmdref/identity-domains.txt,sha256=K-kxHuWvT327BA60gsTlueC3Ftfy7bXFMsz23mDokTw,6544
@@ -248,7 +248,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/jms-java-downloads.txt,sha256=
248
248
  oci_cli/help_text_producer/data_files/text/cmdref/jms.txt,sha256=bUPQMyTelGHt7tLqFYS35hZ58JHIZsyF8V0cjIWb0Sk,2666
249
249
  oci_cli/help_text_producer/data_files/text/cmdref/kms.txt,sha256=_gvnb5BaN-fitq884LJH6OIwMFYmvyi8rwtROzllE2Q,1438
250
250
  oci_cli/help_text_producer/data_files/text/cmdref/lb.txt,sha256=pATJaf0JmJFRLasi3FTI3t2ivlOVfhKZybykXrVl_uo,1233
251
- oci_cli/help_text_producer/data_files/text/cmdref/lfs.txt,sha256=FJGJnGt-w0k4Brp2UB2n3zlSdS-nw_gniEfApcMF-28,506
251
+ oci_cli/help_text_producer/data_files/text/cmdref/lfs.txt,sha256=QB83QdNO2IPGRMJG_yLy9pXPDTpN-qMXFpT97RWQ5S8,504
252
252
  oci_cli/help_text_producer/data_files/text/cmdref/license-manager.txt,sha256=Wdezqrh5AvAzWYLv1ypMLCDRHEE145qjS1BaxNtrLDA,602
253
253
  oci_cli/help_text_producer/data_files/text/cmdref/limits.txt,sha256=jYGe4_N1_PLCpDVj_KVuC8ZcyjPfLmVIp84qa9RlQB4,344
254
254
  oci_cli/help_text_producer/data_files/text/cmdref/log-analytics.txt,sha256=0LVUM5IEEfebbOwCPHz4ivNJ_5rFwhH0QiWLQyCfiss,4558
@@ -4417,7 +4417,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delega
4417
4417
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegation-subscription.txt,sha256=NkKtm_Ic9AVj88tkB_00_wP_4RPLXk2YDuwiWiWCySw,222
4418
4418
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action.txt,sha256=K1pxnczoLn3fXEb69RjEEnoCrS6mA4J4nmCKhWfcrv0,491
4419
4419
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider.txt,sha256=XaTh_oQfhdSgURsZ4xHjC2ncX9eZmqSaIH5e-_KDic4,234
4420
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt,sha256=DrHUia8C1K-U8x9X4B8_XXp2tjmDeB98tiXuU6Tncn0,876
4420
+ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt,sha256=Qu_fmCbl2Fyd17cYuZlm-jVwg7oM3p431m8zzv7B-Ts,859
4421
4421
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegated-resource-access-request/approve.txt,sha256=6PjFoSvqBqHuh08LUh3fmf7BQza63Z8bpQ1_in69lg8,6530
4422
4422
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegated-resource-access-request/get.txt,sha256=c_2SBQYChMgLKqtnU78Mv2bSDy4Gzwl5DYiROYbE7ok,2976
4423
4423
  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
@@ -4444,13 +4444,13 @@ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/servic
4444
4444
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider/list.txt,sha256=zGi_GMT3_RpZOZMQ_JvyKwJJoO4t0UtTQT1aA7BKISk,4303
4445
4445
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action/get.txt,sha256=4nixS58TsFlTGMpZsGjXOM61no6ow_BlPkI3Hgb0WcE,2951
4446
4446
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action/list.txt,sha256=a4JICkvZ80VVUQpFwrJryXV-Ip9C7omdFSb_U8_fU5c,4252
4447
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt,sha256=AqoCbmP2_hXnHtRuUmo4dpiG1SoBy-XsWSeXIbpw5cw,166
4448
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log-entry.txt,sha256=P0-f9ZjBa3cTGd7N5TrNAtuB-6c0vVKFqTmoPvR4avA,191
4447
+ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt,sha256=rivEQ094k4chVe7rLhnzUE3U6HveVjmqHEPljx4Fxsc,173
4448
+ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log.txt,sha256=u_O3_3-Ja6fz2jbCPg6XvluwEumXI7lMlfhl8KYNrqM,161
4449
4449
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request.txt,sha256=dxEKeiMav_lfjcdaaI9-_UGvwhBIh67w2lt6jnsHDUU,144
4450
4450
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request/get.txt,sha256=wRJWGf79YA_EQDf9ggjS7zwZ1N7XDxKDbHaH-DAHKjM,2809
4451
4451
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request/list.txt,sha256=1kSp6RsD1bTvDmnABqIrtXpXYF09Xcle6eER9sJHpps,3891
4452
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/list.txt,sha256=ddjDMJwZJRex-dwQVeUWiFYyI01OIzGW_NYv0Ypgsh8,3601
4453
- 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
4452
+ 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
4453
+ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log/list.txt,sha256=eyr375DkALxgveH3XwwaISB_XjIkecH4Wux80-egQvY,3593
4454
4454
  oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal-collection.txt,sha256=R9lAYqkLxobM6BMsxiIeokL-Fk3nn7LIN-2UrwWDaH4,273
4455
4455
  oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal.txt,sha256=GfHJjMEBUGSMNQzK26MRashovglq-RB0hAB0KabZzmE,486
4456
4456
  oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal/change-compartment.txt,sha256=tXJoIaU5Ov_JPPNF27qWDRXdAFoLh4m46h0qkR738pg,4052
@@ -5850,7 +5850,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request/list.t
5850
5850
  oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request-error/list.txt,sha256=rWOBa_VKTYY-MaaQpgbAvAeJ8nZoctQDWho2s4wX1pU,3205
5851
5851
  oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request-log-entry/list.txt,sha256=EzdsVrBmWQZBCwi4UKkZHywQkCQgRcg62ml-YTpknEk,3215
5852
5852
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule.txt,sha256=TGKSIFXpaqCm_i79P_45Ebd4PsucVoWuEsI7tZ5QNjY,747
5853
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt,sha256=c7YYn1QO_LFiWFuv7QE3p-4tkHM4Ki5xytbGvy-8yig,273
5853
+ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt,sha256=oUZ-3TLlzVQFu6R5HkXgqmV26XEXBRr6K6sf-B2DaJc,262
5854
5854
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/enforced-governance-rule.txt,sha256=RDRdSpzYGqJnCo6y7PuBQ_ZkcVJ2onD8j7eJ_XzkJqI,247
5855
5855
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/governance-rule.txt,sha256=2-seomAEnKzfLBZpyOXCnbQGzFsJUEIf7ADX-cnRFpU,495
5856
5856
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/inclusion-criterion.txt,sha256=JEuQKkXKeNrLIzj1w1jWA5bFCHTplrdt4DvoPgwAtLA,337
@@ -5878,13 +5878,13 @@ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane
5878
5878
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/list.txt,sha256=C1OwOb_C4apZNRAuNj6jxLtUkhk90WkP0f5wqxkSPJo,3935
5879
5879
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/retry.txt,sha256=POX41lH0Qn6XpnZwcygZ65NOx2GwDcLQJZ7A_qfpzjw,4320
5880
5880
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt,sha256=rivEQ094k4chVe7rLhnzUE3U6HveVjmqHEPljx4Fxsc,173
5881
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry.txt,sha256=yXFFNx2EggIMer0AwaJzYHrqMIuES6UE2mBg_EBPvyo,178
5881
+ 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
5882
5882
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request.txt,sha256=XhA8S7RfdK8Ov6-V5ASYx1yUrY-4TGbAgx6pBLlyMDw,154
5883
5883
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/cancel.txt,sha256=ppMuQa-4dyhZHDxvLHlBGTwEW2nE90rA6AlEmp_sDJE,3222
5884
5884
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/get.txt,sha256=AWzzQWw-HEt2EAe2NJitsSUjK9q3--4im71X7Dh7Kr0,2830
5885
5885
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/list.txt,sha256=UM49uAHi8HQnmiYbuvGE10M6R7J_jkMz3nZKOu7uqxA,3620
5886
5886
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/list-errors.txt,sha256=JDB4ieNtUv77aIcHzTzyv-3AB2HubHUE8kB6zfjllSk,3684
5887
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry/list-logs.txt,sha256=qubEsqrQpLsc39ni53MoA-y27N8HBJXdip1vvo-evS4,3684
5887
+ 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
5888
5888
  oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-monitor.txt,sha256=WJlsQ1wPbzczvAUiVMicgaFHnPscAMDiPb8Kj0xMxc4,245
5889
5889
  oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-probe-result.txt,sha256=zcygFnKRIn4cHdPQafl50bhiLeErptIAUpven3duA6k,387
5890
5890
  oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-probe.txt,sha256=f2WhMEjdazb6skkMW2nlG0NRt4KB6Jhwv2m58NBIcDA,196
@@ -6866,7 +6866,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/lb/ssl-cipher-suite/update.txt
6866
6866
  oci_cli/help_text_producer/data_files/text/cmdref/lb/work-request/get.txt,sha256=8Q6Z9N1wR5p26yGhEERcEskb89FucII1c14--552GPU,2697
6867
6867
  oci_cli/help_text_producer/data_files/text/cmdref/lb/work-request/list.txt,sha256=_tmJLM3Jwk6GiGwjG0bfwvdjYL46RsuBaULDaH7MoEg,4249
6868
6868
  oci_cli/help_text_producer/data_files/text/cmdref/lfs/lustre-file-system-collection.txt,sha256=4xfn0eHx8KeG33hHpjvzK0-A2imtMiAgBz_enhswud4,280
6869
- oci_cli/help_text_producer/data_files/text/cmdref/lfs/lustre-file-system.txt,sha256=AJEu2iYXrtJGzY1WM1YeHFXDB0q1AfaBSAFUZWD4SmY,569
6869
+ oci_cli/help_text_producer/data_files/text/cmdref/lfs/lustre-file-system.txt,sha256=kES7ZRtiEXoN-ipS8G-z15H9v6qi1GHbFsGvq6llBT0,567
6870
6870
  oci_cli/help_text_producer/data_files/text/cmdref/lfs/work-request-error.txt,sha256=prO2iv3lpkrfZGJ48UEXNM9yOFkMR3HaHjy_Vsi87YQ,199
6871
6871
  oci_cli/help_text_producer/data_files/text/cmdref/lfs/work-request-log-entry.txt,sha256=HN3g2IWU5y0-aocTbsxPQp3f7ILP9Uk4sGSy4YBpvLo,217
6872
6872
  oci_cli/help_text_producer/data_files/text/cmdref/lfs/work-request.txt,sha256=ngDrOZ8jL9BVRaUcMtEkE0THnAQTSkFZbgcM24YKnWg,482
@@ -9965,12 +9965,12 @@ oci_cli/help_text_producer/data_files/text/cmdref/streaming/stream/message/put.t
9965
9965
  oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type.txt,sha256=VJByWoKDcYI9FTe4NxPpKE-SYLjGvGIYNnWuodNA8Cg,185
9966
9966
  oci_cli/help_text_producer/data_files/text/cmdref/support/incident.txt,sha256=PB2Nlf3dXZa4o8sAxGUqCrFqFa6LrSEWh7ALON75qTo,154
9967
9967
  oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response.txt,sha256=SX1rgBJ0weBVHR6pLPiaIjLOW-AUnp_QGEvhSGoQaoo,208
9968
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/create.txt,sha256=MAH39YO1E4Zd5dc0Hk4vM5xDVz-mfKJu-DUAhRbucmo,4722
9969
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/get.txt,sha256=73ZKNr9dYvdpGxLc851xcQas6E9NX8tzwVrLPJpaLMQ,2973
9970
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/list.txt,sha256=FGGewxpgWDCG138NORrxeHTgcVNbWvJQb3qF3_m3ei4,3881
9971
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/update.txt,sha256=j1h0Cm6rup0GtdYvmfFwl8OyPDwVq_pjdW9oCU2Ead8,4121
9972
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type/list.txt,sha256=ZySiyfxOAr9ftUqTPRHYSO-vC9wbalxA0eJAAsJMm70,3971
9973
- oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response/validate-user.txt,sha256=WVTidtYFAbrjtQdI1CWNVnr7Q3tDqwsTYJzxS0-hEiE,2889
9968
+ oci_cli/help_text_producer/data_files/text/cmdref/support/incident/create.txt,sha256=PjD_xiPaTomVW3Foa-GP3Ym55KsONZrKkKAzBrw-cRg,4716
9969
+ oci_cli/help_text_producer/data_files/text/cmdref/support/incident/get.txt,sha256=vitvcHmDeIRiDx_bKJ529RZY-Ro0cX5UBBWcEyfdoWA,2971
9970
+ oci_cli/help_text_producer/data_files/text/cmdref/support/incident/list.txt,sha256=A-PntEcl8BknDHqbt64zR8RT5ambzVekevLX1Bm8loY,3879
9971
+ oci_cli/help_text_producer/data_files/text/cmdref/support/incident/update.txt,sha256=RRWCx1xHoSlto7WtbZq9PGSg7j_1klYebZcQCB6SI6w,4115
9972
+ oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type/list.txt,sha256=y0dugA3czjAL95wOVaz0DA25Bdv7nefUVenXZTlpPMo,3967
9973
+ oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response/validate-user.txt,sha256=_FryR8_DBcBmdkFM322MXKAb7HGn9zcx-ijeKlU9uiU,2887
9974
9974
  oci_cli/help_text_producer/data_files/text/cmdref/threat-intelligence/indicator-counts.txt,sha256=L0l5cjtkknEEAOf2rmUkg-ISUfvJKltHIlAFRxxGSmo,172
9975
9975
  oci_cli/help_text_producer/data_files/text/cmdref/threat-intelligence/indicator-summaries.txt,sha256=IX0fJmkY3qrfnTKWy8K9k-lDOauZjk69q5BaTOzVvJ0,161
9976
9976
  oci_cli/help_text_producer/data_files/text/cmdref/threat-intelligence/indicator.txt,sha256=AGoIxHrbMfykN-x81bKA58fiSHLy5jk6OgF5Y7oWYwk,256
@@ -12452,10 +12452,10 @@ services/zpr/src/oci_cli_zpr/generated/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDv
12452
12452
  services/zpr/src/oci_cli_zpr/generated/client_mappings.py,sha256=eTLXQDImyDyG8dX8CJdYEjz3h6rCCJb3BFRyeCUAlWs,742
12453
12453
  services/zpr/src/oci_cli_zpr/generated/zpr_cli.py,sha256=DZnnwX1MKDrT3zWXrkw2-8Q5hwWOWS0usU-kNsPdye4,58668
12454
12454
  services/zpr/tests/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDvNxrBw_If15F0TRiYZKYes,437
12455
- oci_cli-3.63.1.dist-info/LICENSE.txt,sha256=ueIO48H0oqClJKqp08lneEyFBdtKhwGsa_jOxi8m7Ro,41278
12456
- oci_cli-3.63.1.dist-info/METADATA,sha256=j4FbodYDpIBKpHRWa1ggY4arx_xYYABwnGSvSIp0O7Y,7066
12457
- oci_cli-3.63.1.dist-info/THIRD_PARTY_LICENSES.txt,sha256=aTaXCqNxR1izL8cRvUcnsyswdP74vi4D4dd9FcoRmiA,88189
12458
- oci_cli-3.63.1.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
12459
- oci_cli-3.63.1.dist-info/entry_points.txt,sha256=Rzwlt90Fk4kXpuMTmspwgtY69KnkJeoUj1-Cgw_Ti4E,126
12460
- oci_cli-3.63.1.dist-info/top_level.txt,sha256=qaPmB8Lr9XWqQLRmy6aKLBHCfkwLZKopOFxYbJp-R9o,47
12461
- oci_cli-3.63.1.dist-info/RECORD,,
12455
+ oci_cli-3.63.2.dist-info/LICENSE.txt,sha256=ueIO48H0oqClJKqp08lneEyFBdtKhwGsa_jOxi8m7Ro,41278
12456
+ oci_cli-3.63.2.dist-info/METADATA,sha256=dM_CGktSgP-AyXgwHaWUs_yEnL-SvytyibwTpXeTBtU,7066
12457
+ oci_cli-3.63.2.dist-info/THIRD_PARTY_LICENSES.txt,sha256=aTaXCqNxR1izL8cRvUcnsyswdP74vi4D4dd9FcoRmiA,88189
12458
+ oci_cli-3.63.2.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
12459
+ oci_cli-3.63.2.dist-info/entry_points.txt,sha256=Rzwlt90Fk4kXpuMTmspwgtY69KnkJeoUj1-Cgw_Ti4E,126
12460
+ oci_cli-3.63.2.dist-info/top_level.txt,sha256=qaPmB8Lr9XWqQLRmy6aKLBHCfkwLZKopOFxYbJp-R9o,47
12461
+ oci_cli-3.63.2.dist-info/RECORD,,