oci-cli 3.68.0__py3-none-any.whl → 3.68.1__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 (45) hide show
  1. oci_cli/bin/devops.psm1 +12 -1
  2. oci_cli/bin/streaming.psm1 +2 -2
  3. oci_cli/help_text_producer/data_files/text/cmdref/data-science/job-run/create.txt +17 -0
  4. oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline/create.txt +12 -0
  5. oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline/update.txt +12 -0
  6. oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline-run/create.txt +30 -0
  7. oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-deploy-pipeline-deployment-details.txt +174 -0
  8. oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-deploy-pipeline-redeployment-details.txt +146 -0
  9. oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-single-deploy-stage-deployment-details.txt +179 -0
  10. oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-single-deploy-stage-redeployment-details.txt +150 -0
  11. oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run.txt +116 -0
  12. oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result.txt +25 -0
  13. oci_cli/help_text_producer/data_files/text/cmdref/devops.txt +16 -0
  14. oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-collection/create-db.txt +1 -1
  15. oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-collection/create-gi.txt +1 -1
  16. oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-discovery/create-db.txt +1 -1
  17. oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-discovery/create-gi.txt +1 -1
  18. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/{list-errors.txt → list.txt} +5 -5
  19. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt +1 -1
  20. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log/{list-logs.txt → list.txt} +5 -5
  21. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log.txt +1 -1
  22. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt +2 -2
  23. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt +2 -2
  24. oci_cli/help_text_producer/data_files/text/cmdref/session/authenticate.txt +4 -4
  25. oci_cli/help_text_producer/data_files/text/cmdref/streaming/admin/stream-pool/create.txt +18 -0
  26. oci_cli/help_text_producer/data_files/text/cmdref/streaming/admin/stream-pool/update.txt +18 -0
  27. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/create.txt +6 -6
  28. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/get.txt +2 -2
  29. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/list.txt +1 -1
  30. oci_cli/help_text_producer/data_files/text/cmdref/support/incident/update.txt +4 -4
  31. oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type/list.txt +3 -3
  32. oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response/validate-user.txt +1 -1
  33. oci_cli/version.py +1 -1
  34. {oci_cli-3.68.0.dist-info → oci_cli-3.68.1.dist-info}/METADATA +7 -3
  35. {oci_cli-3.68.0.dist-info → oci_cli-3.68.1.dist-info}/RECORD +45 -39
  36. services/data_science/src/oci_cli_data_science/generated/datascience_cli.py +139 -49
  37. services/devops/src/oci_cli_devops/generated/devops_cli.py +226 -0
  38. services/fleet_software_update/src/oci_cli_fleet_software_update/generated/fleetsoftwareupdate_cli.py +4 -4
  39. services/golden_gate/src/oci_cli_golden_gate/generated/goldengate_cli.py +6 -6
  40. services/streaming/src/oci_cli_stream_admin/generated/streamadmin_cli.py +20 -8
  41. {oci_cli-3.68.0.dist-info → oci_cli-3.68.1.dist-info}/LICENSE.txt +0 -0
  42. {oci_cli-3.68.0.dist-info → oci_cli-3.68.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  43. {oci_cli-3.68.0.dist-info → oci_cli-3.68.1.dist-info}/WHEEL +0 -0
  44. {oci_cli-3.68.0.dist-info → oci_cli-3.68.1.dist-info}/entry_points.txt +0 -0
  45. {oci_cli-3.68.0.dist-info → oci_cli-3.68.1.dist-info}/top_level.txt +0 -0
@@ -137,6 +137,24 @@ defined by "--wait-for-state". Defaults to 1200 seconds.
137
137
 
138
138
  --name [text]
139
139
 
140
+ --security-attributes [complex type]
141
+
142
+ Security attributes for this resource. Each key is predefined and
143
+ scoped to a namespace. For more information, see Resource Tags.
144
+
145
+ Example:
146
+
147
+ {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}
148
+
149
+ This is a complex type whose value must be valid JSON. The value can
150
+ be provided as a string on the command line or passed in as a file
151
+ using the file://path/to/file syntax.
152
+
153
+ The "--generate-param-json-input" option can be used to generate an
154
+ example of the JSON which must be provided. We recommend storing this
155
+ example in a file, modifying it as needed and then passing it back in
156
+ via the file:// syntax.
157
+
140
158
  --wait-for-state [text]
141
159
 
142
160
  This operation creates, modifies or deletes a resource that has a
@@ -45,10 +45,10 @@ provide the results of those.
45
45
  --problem-type [text]
46
46
 
47
47
  The kind of support request (type of support request). For information
48
- about *ACCOUNT* support requests, see [Creating a Billing Support
49
- Request]. For information about *LIMIT* support requests, see
50
- [Creating a Service Limit Increase Request]. For information about
51
- *TECH* support requests, see [Creating a Technical Support Request].
48
+ about *ACCOUNT* support requests, see Creating a Billing Support
49
+ Request. For information about *LIMIT* support requests, see Creating
50
+ a Service Limit Increase Request. For information about *TECH* support
51
+ requests, see Creating a Technical Support Request.
52
52
 
53
53
  Accepted values are:
54
54
 
@@ -150,9 +150,9 @@ used when creating the support request.
150
150
 
151
151
  Technical support type (*TECH*) only: Identifier of the user group to
152
152
  assign the new support request to. To find identifiers of user groups
153
- that you have access to, run the [ValidateUser] operation. Note: The
153
+ that you have access to, run the ValidateUser operation. Note: The
154
154
  Customer User Administrator (CUA) can manage user groups by name using
155
- [My Oracle Cloud Support portal].
155
+ My Oracle Cloud Support portal.
156
156
 
157
157
 
158
158
  Global Parameters
@@ -15,8 +15,8 @@
15
15
  Description
16
16
  ===========
17
17
 
18
- Gets the specified support request. For more information, see [Getting
19
- Details for a Support Request].
18
+ Gets the specified support request. 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 requests for the specified tenancy. For more
19
- information, see [Listing Support Requests].
19
+ information, see Listing Support Requests.
20
20
 
21
21
 
22
22
  Usage
@@ -132,10 +132,10 @@ mandatory for OCI Users and optional for Multicloud users.
132
132
  --problem-type [text]
133
133
 
134
134
  The kind of support request (type of support request). For information
135
- about *ACCOUNT* support requests, see [Creating a Billing Support
136
- Request]. For information about *LIMIT* support requests, see
137
- [Creating a Service Limit Increase Request]. For information about
138
- *TECH* support requests, see [Creating a Technical Support Request].
135
+ about *ACCOUNT* support requests, see Creating a Billing Support
136
+ Request. For information about *LIMIT* support requests, see Creating
137
+ a Service Limit Increase Request. For information about *TECH* support
138
+ requests, see Creating a Technical Support Request.
139
139
 
140
140
  Accepted values are:
141
141
 
@@ -20,9 +20,9 @@ products (service groups, services, service categories, and
20
20
  subcategories) for technical support requests 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.68.0'
5
+ __version__ = '3.68.1'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: oci-cli
3
- Version: 3.68.0
3
+ Version: 3.68.1
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
@@ -18,8 +18,12 @@ Classifier: Programming Language :: Python :: 3.6
18
18
  Classifier: Programming Language :: Python :: 3.7
19
19
  Classifier: Programming Language :: Python :: 3.8
20
20
  Classifier: Programming Language :: Python :: 3.9
21
+ Classifier: Programming Language :: Python :: 3.10
22
+ Classifier: Programming Language :: Python :: 3.11
23
+ Classifier: Programming Language :: Python :: 3.12
24
+ Classifier: Programming Language :: Python :: 3.13
21
25
  Requires-Python: >=3.6
22
- Requires-Dist: oci (==2.161.0)
26
+ Requires-Dist: oci (==2.161.1)
23
27
  Requires-Dist: arrow (>=1.0.0)
24
28
  Requires-Dist: certifi (>=2025.1.31)
25
29
  Requires-Dist: click (==8.0.4)
@@ -31,9 +35,9 @@ Requires-Dist: six (>=1.15.0)
31
35
  Requires-Dist: terminaltables (==3.1.10)
32
36
  Requires-Dist: pyOpenSSL (<25.0.0,>=17.5.0)
33
37
  Requires-Dist: PyYAML (<=6.0.2,>=5.4)
34
- Requires-Dist: setuptools (>70.0.0) ; python_version == "3.12"
35
38
  Requires-Dist: prompt-toolkit (==3.0.29) ; python_version == "3.6"
36
39
  Requires-Dist: prompt-toolkit (<=3.0.43,>=3.0.38) ; python_version > "3.6"
40
+ Requires-Dist: setuptools (>=78.1.1) ; python_version >= "3.12"
37
41
  Provides-Extra: db
38
42
  Requires-Dist: cx-Oracle (==8.3) ; extra == 'db'
39
43
 
@@ -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=QgOL6n-TQSTj8t3smHgbRlZFLAhbiGHtvKEHtqAGYjE,17961
37
37
  oci_cli/string_utils.py,sha256=3Y3NxTdIUPC2s1GydK4NvYbGcgof1yVVIO3SRCWWL9U,1247
38
- oci_cli/version.py,sha256=GdOW0N9CQdNS5_ojlZmmvWqa-fMBr-8juU67c6ETHdo,366
38
+ oci_cli/version.py,sha256=n2NJ4J2WuG9mStWQSeieoY0o-pokZCEwSjMXKcU1WiQ,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
@@ -77,7 +77,7 @@ oci_cli/bin/db.psm1,sha256=U1CnZLI7mZLOeq2QfMKHagvmvTlotC0MWmUJ80wb7qw,62122
77
77
  oci_cli/bin/dblm.psm1,sha256=D615jp1xXBYopy8XZ08UoDwN7JAcB7JPNumU3GKytP4,4489
78
78
  oci_cli/bin/dbmulticloud.psm1,sha256=WR66uQiEmfoWvwTS7_oj5bSFj71jXIpTuCEUuc2wZKI,19286
79
79
  oci_cli/bin/desktops.psm1,sha256=X58zDu1Bq1aFlbH1mUrPz2F7-_uP0NEi-2hOjCcFVsU,5183
80
- oci_cli/bin/devops.psm1,sha256=34yXKjhiWpLa4zFwm2YuxI4q9T5CyhmPW44fw588GZQ,65148
80
+ oci_cli/bin/devops.psm1,sha256=9c6kmCzexL1cJLjQ0f3T3eDsG-1BiCiuo2gyPMh1ZXE,67987
81
81
  oci_cli/bin/dns.psm1,sha256=VjIHHX6i7hZ5W0Yi7zOUBLdAt9qyczGylLoJ7vYZOy4,13044
82
82
  oci_cli/bin/email.psm1,sha256=U-fJbNlbgWAQKM6t5W3B5PetQzV4mUxvMwu8Og7Bcq4,7602
83
83
  oci_cli/bin/events.psm1,sha256=368lhOWWjo6JkCh29ueewQC8QE7pA4kMQu1228Z_t8g,1561
@@ -138,7 +138,7 @@ oci_cli/bin/secrets.psm1,sha256=3rwEI2S-RWV7nfjqvllm_yM859NEg-BkF0HSf2fS6CU,1148
138
138
  oci_cli/bin/service-catalog.psm1,sha256=97VnSWRF4kpgEK2TQd_iQHZQElaHaH64FlpD475q_rU,7280
139
139
  oci_cli/bin/session.psm1,sha256=kirLP_k0Mcs4Mf5HaADstaqz9IVErfirvxKLJtOt8wk,1111
140
140
  oci_cli/bin/setup.psm1,sha256=3bvXb0vV4JuGzn-ssPcyL6sGtAYhXVSwiaFiwujw6-Y,1244
141
- oci_cli/bin/streaming.psm1,sha256=gyfVT84IE10EKlpMJdfb9C677PpwbMWE4xrHf4269zo,5820
141
+ oci_cli/bin/streaming.psm1,sha256=bVjy6cATGdjpLNl3x2iNTvre7yTORl11TwRawQeQxCI,5860
142
142
  oci_cli/bin/support.psm1,sha256=2gLMCJp05LL_MLUAFBMK296WoK8_mfu-4YDzRN_rRqU,1735
143
143
  oci_cli/bin/tenant-manager-control-plane.psm1,sha256=U6zko35kn2f2mZYM9phYFKSuONHUexSmTF-WqzWfyCc,5885
144
144
  oci_cli/bin/usage-api.psm1,sha256=Itm7h82hay8kc7PISMbgRIAK1BNMkcQZJyi2KrNsJVg,1742
@@ -218,7 +218,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/dbtools.txt,sha256=vAXRghWo8Tp
218
218
  oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt,sha256=Ird1f7kpoGdjW2EGlqUU-T5o0wK4DR1FIRXJ06E7i3w,1539
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
- oci_cli/help_text_producer/data_files/text/cmdref/devops.txt,sha256=E9773TKC7_DLRvhxXuVz9LCoMTStz5FHJAOHJ1Cuxzk,6917
221
+ oci_cli/help_text_producer/data_files/text/cmdref/devops.txt,sha256=79FnxxTqIO-1iyqxq_SRelFjF2TIpDRxY0M-WAXrxAU,7303
222
222
  oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery.txt,sha256=RMxLs4wXuXyX2TX53yGpyhoHzb8hCzezbnIzCuWTNY8,1256
223
223
  oci_cli/help_text_producer/data_files/text/cmdref/distributed-database.txt,sha256=ekGDn8tUlWAzuqWYxhn2md4v0xOxojdmEKY40JuLMdw,2269
224
224
  oci_cli/help_text_producer/data_files/text/cmdref/dns.txt,sha256=Ux4CNYYCwi0UArxqUjUtSSHFUkBB7QjuBwuYkeKFBvU,1184
@@ -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=PFzIhk3MXWEa9QuHv6b3NhUg-0XS5txxNOn61oYoK7I,1656
239
239
  oci_cli/help_text_producer/data_files/text/cmdref/goldengate.txt,sha256=qSWAH1ioFiIXR0k-qMTwbChB6OgwgEhi3JU_OCQrMWc,4199
240
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt,sha256=qQcaJlQ_SX-w6jSdwLSFuPasBJ8CPu2_Cjx4YG9dVNU,1001
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
@@ -3106,7 +3106,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/data-science/job/list.txt,sha2
3106
3106
  oci_cli/help_text_producer/data_files/text/cmdref/data-science/job/update.txt,sha256=qxupdqlxkn7_kFUXofXXSiqhAI2ATK5kCIbc-pVjaZM,6824
3107
3107
  oci_cli/help_text_producer/data_files/text/cmdref/data-science/job-run/cancel.txt,sha256=8XGpB4jtv2KrHxvczCm3nU7TfozpHALK7z7GZRe0M_E,3416
3108
3108
  oci_cli/help_text_producer/data_files/text/cmdref/data-science/job-run/change-compartment.txt,sha256=CIktONN7J3OfZOva6_wGRuNZ5-PIAJjPwyNLQcMyD9Y,3593
3109
- oci_cli/help_text_producer/data_files/text/cmdref/data-science/job-run/create.txt,sha256=XtDmYxnISwvjguvpEOzuhmnYe3r8ESI1wYrZbzAppVw,7868
3109
+ oci_cli/help_text_producer/data_files/text/cmdref/data-science/job-run/create.txt,sha256=Z8W0b8x02tx2GS26SL6UMhbL4RecNB5p1MSglRpFbUA,8671
3110
3110
  oci_cli/help_text_producer/data_files/text/cmdref/data-science/job-run/delete.txt,sha256=SfuWres2l7V6nh1WCbEnpZeT-js2umsFITWUNrg35BQ,4454
3111
3111
  oci_cli/help_text_producer/data_files/text/cmdref/data-science/job-run/get.txt,sha256=3COaJnfGFy5hbWlJALzSNGWYnNSdtJzvKFmn7RlTE3o,3067
3112
3112
  oci_cli/help_text_producer/data_files/text/cmdref/data-science/job-run/list.txt,sha256=_apxpbn6xnsA0VYDuhvT4KQZeyvAZI-1IJ198yZMBaI,4365
@@ -3226,16 +3226,16 @@ oci_cli/help_text_producer/data_files/text/cmdref/data-science/notebook-session/
3226
3226
  oci_cli/help_text_producer/data_files/text/cmdref/data-science/notebook-session-shape/list.txt,sha256=Xom2SXxZYbYqwfD0EYONbhaHPDu1BbGLDTN-SMtgztg,3399
3227
3227
  oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline/change-compartment.txt,sha256=VXfN1WWPPbgLgZOhw7DKux53VHucyVGuZKZplVUCC0M,3787
3228
3228
  oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline/create-step-artifact.txt,sha256=XotL4Te_x88aREdtlllk2GmSCyY9wm5jcem9HiqEi3M,4171
3229
- oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline/create.txt,sha256=YhUaY6o0zAjTy1waHBaQHld-wCLtC-h0fXFBjqAG-PE,8155
3229
+ oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline/create.txt,sha256=7TPFURFQ-0BDlmWZXJ_pBKm1QjqYNti0ibFoRspZEhs,8625
3230
3230
  oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline/delete.txt,sha256=UMclJAk_lofiKCP7TUsl1JaqlO7QS-h9v2GYczcipvU,4806
3231
3231
  oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline/get-step-artifact-content.txt,sha256=jY1HvFzLNksL0msiX5ALyezj_reB3xcKMKPhuLkumCY,3849
3232
3232
  oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline/get.txt,sha256=HQwaCxXrA69FlO_7DQTsu6NOr3_OUSL41fFe0OuK85w,3186
3233
3233
  oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline/head-step-artifact.txt,sha256=kZv3NPsJ_nds6GOlamoNfTzZtSJhwN6oCaqIhSjtmWs,3557
3234
3234
  oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline/list.txt,sha256=eOrrHyh6o9qY-cDv2dmSEM9tZt8bPI-sZFPBm-B-5m4,3997
3235
- oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline/update.txt,sha256=5prbzZNpKxnvp4zSRA-1zXO-qzBKbU2xAJojawakPyI,8866
3235
+ oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline/update.txt,sha256=Yb6HlVnrBKXu9kHzfr_HtO-QAbM-MR5oW9gue3Wq-oE,9336
3236
3236
  oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline-run/cancel.txt,sha256=Yx4II3C2NR_tskzOEJoFSDw3TdWwnSzhTs2Fs3dDcTE,3795
3237
3237
  oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline-run/change-compartment.txt,sha256=uvjis6fvjdlgJmAJ49Nv4VWPVBicHjgT3d1jBMUXIIk,3964
3238
- oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline-run/create.txt,sha256=W9wvHdXubzj0CWmmwc5O400bPGImjrRi4-rOkf-4JbE,8583
3238
+ oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline-run/create.txt,sha256=6aDPh1lbbSiwTGrmQH5e3gqKoNZsPwSbQ2VNzSkxPbE,9910
3239
3239
  oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline-run/delete.txt,sha256=yhdLrUgijpTUJW8TTbkfPdvc8mo4WYcz33-0HkyhuPk,4862
3240
3240
  oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline-run/get.txt,sha256=mgmFrViKNm4IVrC2yAGlQ5S_asctho5HpE0QXHKKYrE,3366
3241
3241
  oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline-run/list.txt,sha256=fkpdOuij6zS7Tr41JazMeZ_RZYDHfBn1oVx4-l01So0,4027
@@ -4589,6 +4589,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/devops/pull-request-comment.tx
4589
4589
  oci_cli/help_text_producer/data_files/text/cmdref/devops/pull-request.txt,sha256=kJ61t-Qo-DpScD866dMcfFycaZF0EFDNWhzonDIuQQk,841
4590
4590
  oci_cli/help_text_producer/data_files/text/cmdref/devops/repository-path-summary.txt,sha256=XODaBLIkLOdVowOf3U9S6vme7KA977ICKKlI0KrUVx8,204
4591
4591
  oci_cli/help_text_producer/data_files/text/cmdref/devops/repository.txt,sha256=Fg_fKJ94CTfyORh2I2imq260ocx4I1FVo-PGjlB1tRM,1007
4592
+ oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result.txt,sha256=haTDuIlyekP8PFD0Av7H--Q5TQ7Q5Bs_4MVxG3GjQls,495
4592
4593
  oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger.txt,sha256=8UnJo--G_-2c6e55UKu7-3VbcR47f_ySIsvoBVLtJNY,580
4593
4594
  oci_cli/help_text_producer/data_files/text/cmdref/devops/work-request-error.txt,sha256=AqoCbmP2_hXnHtRuUmo4dpiG1SoBy-XsWSeXIbpw5cw,166
4594
4595
  oci_cli/help_text_producer/data_files/text/cmdref/devops/work-request-log.txt,sha256=u_O3_3-Ja6fz2jbCPg6XvluwEumXI7lMlfhl8KYNrqM,161
@@ -4818,6 +4819,11 @@ oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger/update-github-t
4818
4819
  oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger/update-gitlab-server-trigger.txt,sha256=0OReuchQgVnXgUi66Z5gHO-iWvPs-1mw_G1yUJNb0fY,6235
4819
4820
  oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger/update-gitlab-trigger.txt,sha256=OfAh_liNE5dcxALY5XFN6PtNTPUdwDSixvTXusUAwb0,6303
4820
4821
  oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger/update-vbs-trigger.txt,sha256=S0vR2ROw8sfYdCXcZ9nW9Q0DMvXxBaKY-dz2NJBDZTE,6288
4822
+ oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-deploy-pipeline-deployment-details.txt,sha256=NSta2LoHe-a2rn25AtgHnd_E0EVQGcvs-3PlEhRqb9E,7035
4823
+ oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-deploy-pipeline-redeployment-details.txt,sha256=AMHs2Ew8RABKaNYo0QsRFCFis15l1-ld2-3HjRu3TIc,6211
4824
+ oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-single-deploy-stage-deployment-details.txt,sha256=ftnJK8eYiKYdt6lKGNDjZBpz77j9ARWBeW010oEVkLk,7613
4825
+ oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-single-deploy-stage-redeployment-details.txt,sha256=pAKi8Z_oi2737mcgg6m_rjRK533qwgsdkikRoFvGZww,6307
4826
+ oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run.txt,sha256=tF9x7HfwjKgNxw0lqXsLl4jjASBRiB6ZqYBRT2aTmhI,4121
4821
4827
  oci_cli/help_text_producer/data_files/text/cmdref/devops/work-request/get.txt,sha256=WcpWdYGwHSIbFZkysKbmav_x4zrEwaUMywCr5WeSYKY,2732
4822
4828
  oci_cli/help_text_producer/data_files/text/cmdref/devops/work-request/list.txt,sha256=eWv-bn_1jToQBmIDGCONfuj0F2sp2yfVqStlLkWKcK4,4029
4823
4829
  oci_cli/help_text_producer/data_files/text/cmdref/devops/work-request-error/list.txt,sha256=JVlJQdy_8N3zuwVYqQch6lKabPEHHT9u37Ih71USm8Y,3527
@@ -5349,9 +5355,9 @@ oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-acti
5349
5355
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-action-summary/list.txt,sha256=zADeMJOS8HrGf1EkmaA21j8Fnkq7wqSJsoJ2dIYqp3s,4242
5350
5356
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-collection/add-targets.txt,sha256=OOpnAe9Om8ssBIoVVizn2j3jrq66fOuzoKx1V-UXNJc,5945
5351
5357
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-collection/change-compartment.txt,sha256=Q3-V4zV3jZLlv9OVvqwvBRJ9W86ztBSNpJC0GSYsjtU,5025
5352
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-collection/create-db.txt,sha256=06BwfRV2ZNuLGV5KE2gAOwUx_CdCs6mciNQoAl4U4rI,6583
5358
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-collection/create-db.txt,sha256=od-XqMbWjMkJZXS4rCHgHzcYP-rNd-WcP-ASspHFnYc,6590
5353
5359
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-collection/create-exadb-stack.txt,sha256=_aVxtSnBdJ-kPlPatXyHI_S2xORtGcU3Qbkp2FIlt2Y,6247
5354
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-collection/create-gi.txt,sha256=0HjPPDQqY1nRf6LndNE2Wt5_a9uo5oOlMIWg_qOhgNI,6467
5360
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-collection/create-gi.txt,sha256=U1z2id-RhT960lw-khMKuxpfR_ZzumNa4wcEL8KkddY,6474
5355
5361
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-collection/create-guest-os.txt,sha256=UpDWIK6Jd22SpcTCxInxrVgYOXK3FoLzLmK1O0LkfZI,6636
5356
5362
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-collection/create.txt,sha256=qpaJJ2FOste2rQ5OLhsgsIA9IsXM_Ggp4xdS0D8IVCk,5981
5357
5363
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-collection/delete-fsu-collection-target.txt,sha256=3Jh687w0wxMDMpTY5Zjxs__AhqrpueesRh4UqA-Oo-Q,5454
@@ -5383,9 +5389,9 @@ oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-cycl
5383
5389
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-cycle-summary/list.txt,sha256=grNS0R3lZPphtwS6RbLF4Lt7-iDCBUWunsHHGnw0b-0,4281
5384
5390
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-discovery/abort.txt,sha256=CZcFvp6I9OqjdMARqKpodahaa0TydoXOHRg2MsYEOwk,3490
5385
5391
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-discovery/change-compartment.txt,sha256=GcvmAVhrNLwz_7ulvfKLbFSteqUhr2TbspZ_lUTVgU8,3787
5386
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-discovery/create-db.txt,sha256=qo9P-qjsRIdlHqM40IEoWtOMW_Fp4_zMUNQraAyEnRQ,6944
5392
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-discovery/create-db.txt,sha256=Vt7q1eltLQaSjKK6erIUmfbQc3pMevWsoLObZgvZD24,6951
5387
5393
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-discovery/create-exadb-stack.txt,sha256=NM3IPMKK-aEC_29oLVwhna_5c1IVvkLJiK13uztB5ag,6323
5388
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-discovery/create-gi.txt,sha256=WDCjbQcuSXMvUorTzdSGehsq8IFLGuuP6W7UiyFP8Pk,6828
5394
+ oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-discovery/create-gi.txt,sha256=IuZGbGzXBjQrLafMne8ENdaFdCa4ZmuplAojJKitqUw,6835
5389
5395
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-discovery/create-guest-os.txt,sha256=6c--E3tB-qGUl9H0-ZgdyOSsANax9kko6wk2gCyWW-I,6959
5390
5396
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-discovery/create.txt,sha256=tDqCDwQd7QdGtOQJ-YdjpNzUMZ0_cRiHnL3Fea0-MSI,5704
5391
5397
  oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-discovery/delete.txt,sha256=JP0c66JuwfrO8-Sog2_m0Xvc8kLmr3LSQWgCNHe7M2Y,4585
@@ -5901,7 +5907,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request/list.t
5901
5907
  oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request-error/list.txt,sha256=rWOBa_VKTYY-MaaQpgbAvAeJ8nZoctQDWho2s4wX1pU,3205
5902
5908
  oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request-log-entry/list.txt,sha256=EzdsVrBmWQZBCwi4UKkZHywQkCQgRcg62ml-YTpknEk,3215
5903
5909
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule.txt,sha256=TGKSIFXpaqCm_i79P_45Ebd4PsucVoWuEsI7tZ5QNjY,747
5904
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt,sha256=D11NohI8mVHdzoiH7zW7dT78ghPIM0wNvxjqAhYKxjs,267
5910
+ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt,sha256=T9mb98Efr1yf1139kwH80nlRvEjKOKTgm_WcIanUJ3o,255
5905
5911
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/enforced-governance-rule.txt,sha256=RDRdSpzYGqJnCo6y7PuBQ_ZkcVJ2onD8j7eJ_XzkJqI,247
5906
5912
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/governance-rule.txt,sha256=2-seomAEnKzfLBZpyOXCnbQGzFsJUEIf7ADX-cnRFpU,495
5907
5913
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/inclusion-criterion.txt,sha256=JEuQKkXKeNrLIzj1w1jWA5bFCHTplrdt4DvoPgwAtLA,337
@@ -5928,14 +5934,14 @@ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane
5928
5934
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/get.txt,sha256=UQ5DtFBNWRngZsRIfl_k0SDkabKLqj0Jx7zG1ibNCOk,2897
5929
5935
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/list.txt,sha256=C1OwOb_C4apZNRAuNj6jxLtUkhk90WkP0f5wqxkSPJo,3935
5930
5936
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/retry.txt,sha256=POX41lH0Qn6XpnZwcygZ65NOx2GwDcLQJZ7A_qfpzjw,4320
5931
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt,sha256=rivEQ094k4chVe7rLhnzUE3U6HveVjmqHEPljx4Fxsc,173
5932
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log.txt,sha256=lsFbykzyaFjAKvFk7IjfWYi0mRdrBEwcAi66pxZSbzo,166
5937
+ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt,sha256=AqoCbmP2_hXnHtRuUmo4dpiG1SoBy-XsWSeXIbpw5cw,166
5938
+ 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
5933
5939
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request.txt,sha256=XhA8S7RfdK8Ov6-V5ASYx1yUrY-4TGbAgx6pBLlyMDw,154
5934
5940
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/cancel.txt,sha256=ppMuQa-4dyhZHDxvLHlBGTwEW2nE90rA6AlEmp_sDJE,3222
5935
5941
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/get.txt,sha256=AWzzQWw-HEt2EAe2NJitsSUjK9q3--4im71X7Dh7Kr0,2830
5936
5942
  oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/list.txt,sha256=UM49uAHi8HQnmiYbuvGE10M6R7J_jkMz3nZKOu7uqxA,3620
5937
- 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
5938
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log/list-logs.txt,sha256=DVmnvWXyvaJpRxlJ2ejNzbRQLla81iV-AIWmrtsWKNQ,3666
5943
+ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/list.txt,sha256=8jOc0ExsTUxkuTxZ2FARQqKWHdbnVWnCBxlMUFe38FY,3649
5944
+ 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
5939
5945
  oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-monitor.txt,sha256=WJlsQ1wPbzczvAUiVMicgaFHnPscAMDiPb8Kj0xMxc4,245
5940
5946
  oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-probe-result.txt,sha256=zcygFnKRIn4cHdPQafl50bhiLeErptIAUpven3duA6k,387
5941
5947
  oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-probe.txt,sha256=f2WhMEjdazb6skkMW2nlG0NRt4KB6Jhwv2m58NBIcDA,196
@@ -9901,7 +9907,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/service-catalog/work-request-l
9901
9907
  oci_cli/help_text_producer/data_files/text/cmdref/service-manager-proxy/service-environment.txt,sha256=g5wFAtlLmQoEvsPiA6oUEwkeZlH_Dg3Ox67j3s7w74w,239
9902
9908
  oci_cli/help_text_producer/data_files/text/cmdref/service-manager-proxy/service-environment/get.txt,sha256=r7LHUp3UM8feuXTBXP2T5HUGj_27Qm-eWbkp2qUUnOQ,3210
9903
9909
  oci_cli/help_text_producer/data_files/text/cmdref/service-manager-proxy/service-environment/list.txt,sha256=sTPfpZWA3iqKuJv8XglpTpWPDU_I7gNZ7S7GSuz8Vrs,4036
9904
- oci_cli/help_text_producer/data_files/text/cmdref/session/authenticate.txt,sha256=MYqnPCXPyhZyYXN_CnPQpotxl7cNDU4JVeCjlsKK1QM,2939
9910
+ oci_cli/help_text_producer/data_files/text/cmdref/session/authenticate.txt,sha256=rc9fNWRkwXS79Q1RUL619Bz6BoxRIQn9WXMwNbyz7pA,2951
9905
9911
  oci_cli/help_text_producer/data_files/text/cmdref/session/export.txt,sha256=TLg1or41EXUOZaTezQJmgdJ-rIQKIoQpp_HP1HbcE-0,1299
9906
9912
  oci_cli/help_text_producer/data_files/text/cmdref/session/import.txt,sha256=ej-pnKU8N6KwwzU_cvZWVyMc6WdJdcVJrriRPOqvtZk,1119
9907
9913
  oci_cli/help_text_producer/data_files/text/cmdref/session/refresh.txt,sha256=SC5oZnPRzBhgrp2f-Z2zXflYauM68ej9TSTUr5E7AWg,801
@@ -10084,11 +10090,11 @@ oci_cli/help_text_producer/data_files/text/cmdref/streaming/admin/stream/get.txt
10084
10090
  oci_cli/help_text_producer/data_files/text/cmdref/streaming/admin/stream/list.txt,sha256=6RnNl4XHI9Ugq0q15rXBmNaw-Hq6i0-uapRrN4gBc6c,4061
10085
10091
  oci_cli/help_text_producer/data_files/text/cmdref/streaming/admin/stream/update.txt,sha256=D4_msawQ_0sX3A-swdduvMvpFuxIgEOCdG4S3Av3B4I,5734
10086
10092
  oci_cli/help_text_producer/data_files/text/cmdref/streaming/admin/stream-pool/change-compartment.txt,sha256=weYspdgsL6rNfRIINUCHJsXxarFghfNYQccaMavzuCk,3637
10087
- oci_cli/help_text_producer/data_files/text/cmdref/streaming/admin/stream-pool/create.txt,sha256=8L-NQN95c4OJ7y_FBPL26eCKDiBEIUO2NaMXOttEgOI,6860
10093
+ oci_cli/help_text_producer/data_files/text/cmdref/streaming/admin/stream-pool/create.txt,sha256=d9QjlgGgwAGgjMO4oa5U_I_vQXSU25qFwTi78_Dya3w,7522
10088
10094
  oci_cli/help_text_producer/data_files/text/cmdref/streaming/admin/stream-pool/delete.txt,sha256=N4scX9QZXQm_Cn6yQCZTeuwGDDJlN2spGqBetxSNaSo,4483
10089
10095
  oci_cli/help_text_producer/data_files/text/cmdref/streaming/admin/stream-pool/get.txt,sha256=gJjdNZPSVFAKeaMk83eqfwHSCB99xMmI2vHs-rQp9RI,3079
10090
10096
  oci_cli/help_text_producer/data_files/text/cmdref/streaming/admin/stream-pool/list.txt,sha256=ZfRMhoTAPvA-e0ZjmdnYLd3oyeIAtTwH0FHxIVnXvfY,3915
10091
- oci_cli/help_text_producer/data_files/text/cmdref/streaming/admin/stream-pool/update.txt,sha256=rbLHolsUBzRF8SuegFfCNsrmtvUm-jbD51Z-Z6Fh5GY,6604
10097
+ oci_cli/help_text_producer/data_files/text/cmdref/streaming/admin/stream-pool/update.txt,sha256=pc2Wlnpc4nHrCBsS0MbcXa87wkWlbqj3PXAcqWw8-kE,7266
10092
10098
  oci_cli/help_text_producer/data_files/text/cmdref/streaming/stream/cursor.txt,sha256=TqmNIpMn1ZRdRppN-hir0WInwVpysqyI2t0FfDwdWkE,272
10093
10099
  oci_cli/help_text_producer/data_files/text/cmdref/streaming/stream/group.txt,sha256=_F3dNRBvFbRwf3KAPEGnvgGRLjWAdDRj1lGP7AQ6pLE,225
10094
10100
  oci_cli/help_text_producer/data_files/text/cmdref/streaming/stream/message.txt,sha256=kLlC9EhAAovCCrtVqrUQro1Gg9X7Y7UYlnJW3DR7d70,120
@@ -10103,13 +10109,13 @@ oci_cli/help_text_producer/data_files/text/cmdref/streaming/stream/message/put.t
10103
10109
  oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type.txt,sha256=VJByWoKDcYI9FTe4NxPpKE-SYLjGvGIYNnWuodNA8Cg,185
10104
10110
  oci_cli/help_text_producer/data_files/text/cmdref/support/incident.txt,sha256=LFN4Yw04jZvMq6aY5eMHKbZyktvD8fYGV3AxdsuMkSE,173
10105
10111
  oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response.txt,sha256=SX1rgBJ0weBVHR6pLPiaIjLOW-AUnp_QGEvhSGoQaoo,208
10106
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/create.txt,sha256=QTykMprJSVoZ2g_hAITuEn-M9A3Q6-58MXb8gU4PmX0,4925
10107
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/get.txt,sha256=RfgcmilchRK0LSx_Sn4gq6yxOZX3p25T3QcvGss1Ha8,2975
10108
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/list.txt,sha256=v2JOmQgXwkurHsbmnM7XQXtSdDJEORQLsUFn9tBC7fI,3882
10112
+ oci_cli/help_text_producer/data_files/text/cmdref/support/incident/create.txt,sha256=M9hvGLrlZlzZFBU17TdOMbxH5b7D7EJQ9JXdAc_aDE0,4915
10113
+ oci_cli/help_text_producer/data_files/text/cmdref/support/incident/get.txt,sha256=7C94Kge1hljfFb6SGAV03Hvrq-_qHggnvmb5TcyXRCc,2973
10114
+ oci_cli/help_text_producer/data_files/text/cmdref/support/incident/list.txt,sha256=hMH34UW_U9Ftwp_Xel8oLfuMLMqvh9rWimpLrLyitew,3880
10109
10115
  oci_cli/help_text_producer/data_files/text/cmdref/support/incident/put-attachment.txt,sha256=2jMNJKBYo2JWRTZyEOKeYeTQcdNK57YeO6nWQtOWBWE,4939
10110
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/update.txt,sha256=ZgFDzj-UBJhg-J3mgOwV6S_ruuRgY402G2Qtrg6a7GE,4324
10111
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type/list.txt,sha256=YqyCOe2eZs8dB03UgI0km8n_FekT_goCsQhxu-jSDDY,3973
10112
- oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response/validate-user.txt,sha256=WVTidtYFAbrjtQdI1CWNVnr7Q3tDqwsTYJzxS0-hEiE,2889
10116
+ oci_cli/help_text_producer/data_files/text/cmdref/support/incident/update.txt,sha256=qguNMCZ4Dnkktu4vu0Dp522l5YCtHbQaYAlevMrupIU,4318
10117
+ oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type/list.txt,sha256=0RL6F-patRYLdPDqxqFBvfDRlGhRZ8cdb9Y_ZfMC0cA,3969
10118
+ oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response/validate-user.txt,sha256=_FryR8_DBcBmdkFM322MXKAb7HGn9zcx-ijeKlU9uiU,2887
10113
10119
  oci_cli/help_text_producer/data_files/text/cmdref/threat-intelligence/indicator-counts.txt,sha256=L0l5cjtkknEEAOf2rmUkg-ISUfvJKltHIlAFRxxGSmo,172
10114
10120
  oci_cli/help_text_producer/data_files/text/cmdref/threat-intelligence/indicator-summaries.txt,sha256=IX0fJmkY3qrfnTKWy8K9k-lDOauZjk69q5BaTOzVvJ0,161
10115
10121
  oci_cli/help_text_producer/data_files/text/cmdref/threat-intelligence/indicator.txt,sha256=AGoIxHrbMfykN-x81bKA58fiSHLy5jk6OgF5Y7oWYwk,256
@@ -11073,7 +11079,7 @@ services/data_science/src/oci_cli_data_science/__init__.py,sha256=sSKFQ2lPK9FzGX
11073
11079
  services/data_science/src/oci_cli_data_science/datascience_cli_extended.py,sha256=W5z9oPdIxmZdv3yJmLgfsUR84gL1RV8ZL0w2Dt3Ooeg,91892
11074
11080
  services/data_science/src/oci_cli_data_science/generated/__init__.py,sha256=sSKFQ2lPK9FzGXafBipcLDISaPMKSK9Q7QQDBuc0uWM,437
11075
11081
  services/data_science/src/oci_cli_data_science/generated/client_mappings.py,sha256=q-NYNAp7X7P6kqoilMbmNOgW7IPfjelfHgozlppdDJk,830
11076
- services/data_science/src/oci_cli_data_science/generated/datascience_cli.py,sha256=jR9IGJ91w-it_3gkMCWU-w5vL9h_e0w57fhLFzVqY9U,1076685
11082
+ services/data_science/src/oci_cli_data_science/generated/datascience_cli.py,sha256=YXqs_6m2MtNF0w03JU94BfV-nzol4lgQ_rdhA2SP2GI,1091783
11077
11083
  services/data_science/tests/__init__.py,sha256=sSKFQ2lPK9FzGXafBipcLDISaPMKSK9Q7QQDBuc0uWM,437
11078
11084
  services/database/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
11079
11085
  services/database/src/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
@@ -11219,7 +11225,7 @@ services/devops/src/oci_cli_devops/devops_build_cli_extended.py,sha256=c6j26a-Jx
11219
11225
  services/devops/src/oci_cli_devops/devops_cli_extended.py,sha256=i2AISkde7BJ_eyyUqmPmLR8uegX56bykwVpoVBxrKVE,126808
11220
11226
  services/devops/src/oci_cli_devops/generated/__init__.py,sha256=7W7tOtfPMiicmXNsQlm7UPD6y8oudqvKNxHj3I3dsXM,437
11221
11227
  services/devops/src/oci_cli_devops/generated/client_mappings.py,sha256=igpa4FbI-AvMkP45ZLhL1ItQrypdoJH0DNlPM29z6_U,772
11222
- services/devops/src/oci_cli_devops/generated/devops_cli.py,sha256=cucIXq45fLHK8Ugzi_M9Yl5yL9Ic7f0UHkP6Ax_MlUU,1312059
11228
+ services/devops/src/oci_cli_devops/generated/devops_cli.py,sha256=VRinexFb-qq2pcfWjPw2e6xrlrSRSGabtW1P71hGUjg,1336624
11223
11229
  services/devops/tests/__init__.py,sha256=7W7tOtfPMiicmXNsQlm7UPD6y8oudqvKNxHj3I3dsXM,437
11224
11230
  services/disaster_recovery/__init__.py,sha256=ORtfjcvgFFT3jgXAypg8Yw2HuOIx8JKH7xyzuyrhFyw,437
11225
11231
  services/disaster_recovery/src/__init__.py,sha256=ORtfjcvgFFT3jgXAypg8Yw2HuOIx8JKH7xyzuyrhFyw,437
@@ -11339,7 +11345,7 @@ services/fleet_software_update/src/oci_cli_fleet_software_update/__init__.py,sha
11339
11345
  services/fleet_software_update/src/oci_cli_fleet_software_update/fleetsoftwareupdate_cli_extended.py,sha256=LIWqgvRJ4honj2aIS3wyCby4wf38NxkQvJywb08Bgnk,27544
11340
11346
  services/fleet_software_update/src/oci_cli_fleet_software_update/generated/__init__.py,sha256=YqM0oX3iSK0z1Ep5Phdl9x-rhYWLQAGWcLa4MO-Eukg,437
11341
11347
  services/fleet_software_update/src/oci_cli_fleet_software_update/generated/client_mappings.py,sha256=Yyn46iqLSSppibz7Ks_ao2TaZkXwRqYU7fREfyPlEWA,918
11342
- services/fleet_software_update/src/oci_cli_fleet_software_update/generated/fleetsoftwareupdate_cli.py,sha256=c6E-4tByCFhpEsLseV_QfPjkuXT6Z_7YclAWf4cSzo8,437443
11348
+ services/fleet_software_update/src/oci_cli_fleet_software_update/generated/fleetsoftwareupdate_cli.py,sha256=wRKQcUx5MeJLsaVp6THljwTXjEQ5oGl2zhsu4VWdNQg,437479
11343
11349
  services/fleet_software_update/tests/__init__.py,sha256=YqM0oX3iSK0z1Ep5Phdl9x-rhYWLQAGWcLa4MO-Eukg,437
11344
11350
  services/functions/__init__.py,sha256=i-IJa-kvkDrsgjQmvp136RqIglcMBNrrkwa3aCjjFrU,437
11345
11351
  services/functions/src/__init__.py,sha256=i-IJa-kvkDrsgjQmvp136RqIglcMBNrrkwa3aCjjFrU,437
@@ -11417,7 +11423,7 @@ services/golden_gate/src/oci_cli_golden_gate/__init__.py,sha256=_GN_tlsDt0VTDi0G
11417
11423
  services/golden_gate/src/oci_cli_golden_gate/golden_gate_cli_extended.py,sha256=4yX2KNczUKgOjts-UCM_LluCjSd-NLWriZkhBdAkcQw,70903
11418
11424
  services/golden_gate/src/oci_cli_golden_gate/generated/__init__.py,sha256=_GN_tlsDt0VTDi0G8EuDgCrBLOvkKH2Skx2QfQ7aDvI,437
11419
11425
  services/golden_gate/src/oci_cli_golden_gate/generated/client_mappings.py,sha256=VSHkahwhS0YBERx0fW4TWcAQobhuKsG77lkj1ByQJOU,820
11420
- services/golden_gate/src/oci_cli_golden_gate/generated/goldengate_cli.py,sha256=GSGaTb8vL8Y8uvQzKry8GkTSCv8mNqYEZxmoFEP05Ak,1292527
11426
+ services/golden_gate/src/oci_cli_golden_gate/generated/goldengate_cli.py,sha256=SBAJO9_Th72wDtiAmm7U4-GCLiQ4fQrYt_9Eg0FkcFk,1292938
11421
11427
  services/golden_gate/tests/__init__.py,sha256=_GN_tlsDt0VTDi0G8EuDgCrBLOvkKH2Skx2QfQ7aDvI,437
11422
11428
  services/governance_rules_control_plane/__init__.py,sha256=81RduIPbR0JOJ7Q7w3USFuIsvpc0Ti8jqSyd5Dn1Uco,437
11423
11429
  services/governance_rules_control_plane/src/__init__.py,sha256=81RduIPbR0JOJ7Q7w3USFuIsvpc0Ti8jqSyd5Dn1Uco,437
@@ -12339,7 +12345,7 @@ services/streaming/src/oci_cli_stream/generated/stream_cli.py,sha256=oaMr1RSWdZ9
12339
12345
  services/streaming/src/oci_cli_stream_admin/__init__.py,sha256=sgHUXD7Pm0N0v97kb57WY3vgpG3P39xMKMcx4F_HyPw,437
12340
12346
  services/streaming/src/oci_cli_stream_admin/generated/__init__.py,sha256=sgHUXD7Pm0N0v97kb57WY3vgpG3P39xMKMcx4F_HyPw,437
12341
12347
  services/streaming/src/oci_cli_stream_admin/generated/client_mappings.py,sha256=9w7EyryiY_0aM1FPmBZj2avSPS6ErrBMSJdJ2Bxd_QA,809
12342
- services/streaming/src/oci_cli_stream_admin/generated/streamadmin_cli.py,sha256=knjOoTYXHqoTVYmJgamgIOIf6J8zErVcwhz-cRwcxvI,77223
12348
+ services/streaming/src/oci_cli_stream_admin/generated/streamadmin_cli.py,sha256=O7XQ-ZdDuTbdmc6xNjOqG0V3DgtWXdTJegBycte5Myc,78716
12343
12349
  services/streaming/src/oci_cli_streaming/__init__.py,sha256=sgHUXD7Pm0N0v97kb57WY3vgpG3P39xMKMcx4F_HyPw,437
12344
12350
  services/streaming/src/oci_cli_streaming/streaming_cli_extended.py,sha256=y1RnbhAtoiHmjzuGRyqIK3D62ZY2vP7Ysg7cvAFW8Cg,1718
12345
12351
  services/streaming/src/oci_cli_streaming/generated/__init__.py,sha256=sgHUXD7Pm0N0v97kb57WY3vgpG3P39xMKMcx4F_HyPw,437
@@ -12543,10 +12549,10 @@ services/zpr/src/oci_cli_zpr/generated/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDv
12543
12549
  services/zpr/src/oci_cli_zpr/generated/client_mappings.py,sha256=eTLXQDImyDyG8dX8CJdYEjz3h6rCCJb3BFRyeCUAlWs,742
12544
12550
  services/zpr/src/oci_cli_zpr/generated/zpr_cli.py,sha256=DZnnwX1MKDrT3zWXrkw2-8Q5hwWOWS0usU-kNsPdye4,58668
12545
12551
  services/zpr/tests/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDvNxrBw_If15F0TRiYZKYes,437
12546
- oci_cli-3.68.0.dist-info/LICENSE.txt,sha256=ueIO48H0oqClJKqp08lneEyFBdtKhwGsa_jOxi8m7Ro,41278
12547
- oci_cli-3.68.0.dist-info/METADATA,sha256=9vT4UICHUzQa8n6tbxncRfX4O8vbyzAa2TLN2BUQqhg,7066
12548
- oci_cli-3.68.0.dist-info/THIRD_PARTY_LICENSES.txt,sha256=aTaXCqNxR1izL8cRvUcnsyswdP74vi4D4dd9FcoRmiA,88189
12549
- oci_cli-3.68.0.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
12550
- oci_cli-3.68.0.dist-info/entry_points.txt,sha256=Rzwlt90Fk4kXpuMTmspwgtY69KnkJeoUj1-Cgw_Ti4E,126
12551
- oci_cli-3.68.0.dist-info/top_level.txt,sha256=qaPmB8Lr9XWqQLRmy6aKLBHCfkwLZKopOFxYbJp-R9o,47
12552
- oci_cli-3.68.0.dist-info/RECORD,,
12552
+ oci_cli-3.68.1.dist-info/LICENSE.txt,sha256=ueIO48H0oqClJKqp08lneEyFBdtKhwGsa_jOxi8m7Ro,41278
12553
+ oci_cli-3.68.1.dist-info/METADATA,sha256=So4ZPiWqcn2Is_Oq3YKeIOvkTH470pHP3XV-TT7IiAs,7271
12554
+ oci_cli-3.68.1.dist-info/THIRD_PARTY_LICENSES.txt,sha256=aTaXCqNxR1izL8cRvUcnsyswdP74vi4D4dd9FcoRmiA,88189
12555
+ oci_cli-3.68.1.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
12556
+ oci_cli-3.68.1.dist-info/entry_points.txt,sha256=Rzwlt90Fk4kXpuMTmspwgtY69KnkJeoUj1-Cgw_Ti4E,126
12557
+ oci_cli-3.68.1.dist-info/top_level.txt,sha256=qaPmB8Lr9XWqQLRmy6aKLBHCfkwLZKopOFxYbJp-R9o,47
12558
+ oci_cli-3.68.1.dist-info/RECORD,,