oci-cli 3.65.1__py3-none-any.whl → 3.66.0__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.
- oci_cli/bin/email.psm1 +23 -11
- oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/delete.txt +5 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database-backup/list.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/list-db-system-storage-performances.txt +3 -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
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt +1 -1
- 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
- oci_cli/help_text_producer/data_files/text/cmdref/{organizations/work-request-log-entry.txt → delegate-access-control/work-request/work-request-log.txt} +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain/add.txt +148 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain/change-compartment.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain/delete.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain/remove.txt +138 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain/update.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/add.txt +150 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/delete.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/remove.txt +140 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/update.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender/add.txt +151 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender/change-compartment.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender/delete.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender/remove.txt +141 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender/update.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email.txt +12 -0
- oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/create.txt +12 -5
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/{list.txt → list-errors.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry/{list-work-request-logs.txt → list-logs.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/{list.txt → list-errors.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log/list.txt +118 -0
- oci_cli/help_text_producer/data_files/text/cmdref/{delegate-access-control/work-request/work-request-log-entry.txt → organizations/work-request-log.txt} +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt +2 -2
- oci_cli/version.py +1 -1
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/METADATA +2 -2
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/RECORD +51 -45
- services/database/src/oci_cli_database/generated/database_cli.py +15 -3
- services/email/src/oci_cli_email/generated/email_cli.py +422 -8
- services/file_storage/src/oci_cli_file_storage/generated/filestorage_cli.py +5 -1
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log-entry/list.txt +0 -100
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/LICENSE.txt +0 -0
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/WHEEL +0 -0
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/entry_points.txt +0 -0
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/top_level.txt +0 -0
|
@@ -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=ZgKru6xaYDBhGhAUvXUNhmGiH0yfAVGtz3Bf4_kot0M,17535
|
|
37
37
|
oci_cli/string_utils.py,sha256=3Y3NxTdIUPC2s1GydK4NvYbGcgof1yVVIO3SRCWWL9U,1247
|
|
38
|
-
oci_cli/version.py,sha256=
|
|
38
|
+
oci_cli/version.py,sha256=OZ8hL2_rnweES6l5IGDzLzT-hGGiEQFdLSFalByx0ME,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
|
|
@@ -79,7 +79,7 @@ oci_cli/bin/dbmulticloud.psm1,sha256=WR66uQiEmfoWvwTS7_oj5bSFj71jXIpTuCEUuc2wZKI
|
|
|
79
79
|
oci_cli/bin/desktops.psm1,sha256=X58zDu1Bq1aFlbH1mUrPz2F7-_uP0NEi-2hOjCcFVsU,5183
|
|
80
80
|
oci_cli/bin/devops.psm1,sha256=34yXKjhiWpLa4zFwm2YuxI4q9T5CyhmPW44fw588GZQ,65148
|
|
81
81
|
oci_cli/bin/dns.psm1,sha256=VjIHHX6i7hZ5W0Yi7zOUBLdAt9qyczGylLoJ7vYZOy4,13044
|
|
82
|
-
oci_cli/bin/email.psm1,sha256=
|
|
82
|
+
oci_cli/bin/email.psm1,sha256=U-fJbNlbgWAQKM6t5W3B5PetQzV4mUxvMwu8Og7Bcq4,7602
|
|
83
83
|
oci_cli/bin/events.psm1,sha256=368lhOWWjo6JkCh29ueewQC8QE7pA4kMQu1228Z_t8g,1561
|
|
84
84
|
oci_cli/bin/fn.psm1,sha256=zjhRt_WY1-smHozHLe49fQNoT21gooHDFZgnHI02d_g,2756
|
|
85
85
|
oci_cli/bin/fs.psm1,sha256=T8mkAroPncVkSePzYgbysBSil7nY9jVj-cU0JlY7pQA,5164
|
|
@@ -213,7 +213,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/db.txt,sha256=myYQ9jl1HxZ3tRYX
|
|
|
213
213
|
oci_cli/help_text_producer/data_files/text/cmdref/dblm.txt,sha256=cm_bZHc7d2QUkJ2Iqzt_nVdoFlfR2-pqiJFWZDMmXkQ,668
|
|
214
214
|
oci_cli/help_text_producer/data_files/text/cmdref/dbmulticloud.txt,sha256=xSYEpGp25qSnmh352W5iARTp1jV_ZvzfSlarXs-9K_0,3979
|
|
215
215
|
oci_cli/help_text_producer/data_files/text/cmdref/dbtools.txt,sha256=vAXRghWo8TpKJVj8g3ZA-fPMYt8dCXpXKUs9Dqi9UKA,863
|
|
216
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt,sha256=
|
|
216
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt,sha256=RUqGHLA1YmjN3C4iR7_qAOgn2kPjtkuSFc56XOc2Qw0,1534
|
|
217
217
|
oci_cli/help_text_producer/data_files/text/cmdref/demand-signal.txt,sha256=t0gSzE-DvO2Q0J2PT_v1LWJP1midlZiJyyu1TRZuK_4,328
|
|
218
218
|
oci_cli/help_text_producer/data_files/text/cmdref/desktops.txt,sha256=RFMT_82TkQa70pcbilNJHgyJDOqHeW_-T_Bib50dJq8,498
|
|
219
219
|
oci_cli/help_text_producer/data_files/text/cmdref/devops.txt,sha256=E9773TKC7_DLRvhxXuVz9LCoMTStz5FHJAOHJ1Cuxzk,6917
|
|
@@ -222,7 +222,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/distributed-database.txt,sha25
|
|
|
222
222
|
oci_cli/help_text_producer/data_files/text/cmdref/dns.txt,sha256=Ux4CNYYCwi0UArxqUjUtSSHFUkBB7QjuBwuYkeKFBvU,1184
|
|
223
223
|
oci_cli/help_text_producer/data_files/text/cmdref/em-warehouse.txt,sha256=vOlIx8OqGL1uqL4kRPR-LVGN043zz_xhP5Vl5c7iVDw,508
|
|
224
224
|
oci_cli/help_text_producer/data_files/text/cmdref/email-data-plane.txt,sha256=1lBEHIzP3K1mjvCQll_lLxzC4Zg81OlGnSv6jvRb_Zg,349
|
|
225
|
-
oci_cli/help_text_producer/data_files/text/cmdref/email.txt,sha256=
|
|
225
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email.txt,sha256=O0sN9LpaGSHJfrp3-FtCgOAnJKytppVrpIKM2zmlrVo,673
|
|
226
226
|
oci_cli/help_text_producer/data_files/text/cmdref/events.txt,sha256=D84QHUDPdNNDW1sbxiEeglNPuoS5GfARji_QfaL7w1E,323
|
|
227
227
|
oci_cli/help_text_producer/data_files/text/cmdref/fleet-apps-management.txt,sha256=fy0Fk5rgefIbpZkLvQ49MZZ4G_bJsAt3LVTC7jg6iY8,7128
|
|
228
228
|
oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update.txt,sha256=-W5K2PuxdIIVyV1qQ4ULDtohx0OFHaDVzRQJ3AEK0JI,1992
|
|
@@ -235,7 +235,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent.txt,sha256
|
|
|
235
235
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-inference.txt,sha256=fIv97C_nKwevrNn8O9boR-mQbxzxe5cRmcGdXPpH8f4,1689
|
|
236
236
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai.txt,sha256=CuoAL1ui0C6o8gkcpehYnIkmsisf8yRexLNAbdoqG8Y,1466
|
|
237
237
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate.txt,sha256=EfevccFx_IMufmRHiwo3BqCbAPrPUd7aDG1Et4BZ7b8,4055
|
|
238
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt,sha256=
|
|
238
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt,sha256=_ls4W4aaTWnf5iu1AtzWhxyMSDc54UFUrVB5MGcd05k,1007
|
|
239
239
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks.txt,sha256=sAb7CMAf0ymUk717V0t1tgyNvmwWhhe38GETK3-HsU4,599
|
|
240
240
|
oci_cli/help_text_producer/data_files/text/cmdref/iam.txt,sha256=VcHCSEaY5X5DX1E7_5cxrDe5PtGEJteHKKkXlMTJKg8,3329
|
|
241
241
|
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains.txt,sha256=K-kxHuWvT327BA60gsTlueC3Ftfy7bXFMsz23mDokTw,6544
|
|
@@ -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=
|
|
283
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt,sha256=ia8dZawSO10_y1cSR3ybyiGUp5NaWJcEeVZtxximQEo,1278
|
|
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.txt,sha256=9Yomemh8e5T6Ac4nOeJy_Kf80kx2PA2rkvuNE0_DesY,1128
|
|
286
286
|
oci_cli/help_text_producer/data_files/text/cmdref/osp-gateway.txt,sha256=sVmmKCSi43wxQNNn0HMZqthA7tgtg1mBGQZaHINDWxc,508
|
|
@@ -3910,7 +3910,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/create-
|
|
|
3910
3910
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/create-refreshable-clone.txt,sha256=QiixEb1eOwQIuctP4mxMRXnp_mIBiWKRsjfZSsm-mb0,35123
|
|
3911
3911
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/create.txt,sha256=54PIaGAdIaX2JJoJ6afqPtx5zOq0DFSt0-L84wkR-90,40090
|
|
3912
3912
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/data-safe.txt,sha256=65E51JpLNXHWxBgaiT_dFe1m60HPofuzDot9UMYNNnI,165
|
|
3913
|
-
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/delete.txt,sha256=
|
|
3913
|
+
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/delete.txt,sha256=fA8J7k94Bn7QFzdm8ONLE1IvnKxDewa45aU9xggRkrk,4836
|
|
3914
3914
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/disable-autonomous-database-management.txt,sha256=mLY5wR58DJZCQbdWUDUNw30dZI_6X3BxgcABDWRln7A,4411
|
|
3915
3915
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/disable-operations-insights.txt,sha256=Jrkk2JD4KyRIXiDdUvuyEnu35DYSkS1zyBUgelTGqFM,4367
|
|
3916
3916
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/enable-autonomous-database-management.txt,sha256=xwUDrDNAKRuPgPxDNyDaMXBtqyo1GiblC3VeM38XQgI,4393
|
|
@@ -3939,7 +3939,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/data-sa
|
|
|
3939
3939
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database-backup/create.txt,sha256=swYk2Wmv1GhBGI_zpr7lcdi9r2HczZXxtQsiXJpZyBM,5069
|
|
3940
3940
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database-backup/delete.txt,sha256=6iJlKqFaG3NV2pvVWpzm3wYBShVbcb088hIetHK9Zbg,4898
|
|
3941
3941
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database-backup/get.txt,sha256=Qm7awEC2AHbc5w362lQboF4fZKYjenKhENAsjhE_5WQ,3303
|
|
3942
|
-
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database-backup/list.txt,sha256=
|
|
3942
|
+
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database-backup/list.txt,sha256=SD_j9zhHjGAJ7x9ed8R_eDzM3fysS9_tH1Qal_oyeV0,4269
|
|
3943
3943
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database-backup/update.txt,sha256=qMCyk2YzPgqXU0miK4MvcW0IWKina5SwlvzvzvbeZzE,4932
|
|
3944
3944
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database-character-sets/list.txt,sha256=XdX25p_t4iReH4nxR4b_JEEFNd-qoftHIX3rhRA6LA8,2957
|
|
3945
3945
|
oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database-dataguard/get.txt,sha256=3V3lUxv77RuEJ19OG84UZQXc1azKzO3ElRqosbkwWBA,3732
|
|
@@ -4305,7 +4305,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-database
|
|
|
4305
4305
|
oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch-from-db-system.txt,sha256=DBKZIwsyNbafCzQCeJy9wWG1DLueVFwIz8af1TQUGns,19710
|
|
4306
4306
|
oci_cli/help_text_producer/data_files/text/cmdref/db/system/launch.txt,sha256=ETiMwHJR7S4bSecDXyk4WBiR7e2nVGAhVbY60gyqbZo,24154
|
|
4307
4307
|
oci_cli/help_text_producer/data_files/text/cmdref/db/system/list-db-system-compute-performances.txt,sha256=y0-AKMJ4wS8erNH_5vngKSujUorcbqVuYORPYWguN5g,2693
|
|
4308
|
-
oci_cli/help_text_producer/data_files/text/cmdref/db/system/list-db-system-storage-performances.txt,sha256
|
|
4308
|
+
oci_cli/help_text_producer/data_files/text/cmdref/db/system/list-db-system-storage-performances.txt,sha256=-AM6Fal5SqqWcviHqR937NBZ3EteQRPhzv7DUqGF2GM,3733
|
|
4309
4309
|
oci_cli/help_text_producer/data_files/text/cmdref/db/system/list.txt,sha256=YxipCXQfaJQY99eq5xrPMeOOT0b0z5FcNxXsVoqMpd0,4764
|
|
4310
4310
|
oci_cli/help_text_producer/data_files/text/cmdref/db/system/patch.txt,sha256=rMFBVe6KT0ZTAh6vWxwDQI53slOM6SN6eFoTJ_7Cw3Y,3229
|
|
4311
4311
|
oci_cli/help_text_producer/data_files/text/cmdref/db/system/switch.txt,sha256=uDaIUSn3nZNsQ9Z4amrb6gCAbmhk_y-C0_m86ez4LTE,3047
|
|
@@ -4481,7 +4481,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delega
|
|
|
4481
4481
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegation-subscription.txt,sha256=NkKtm_Ic9AVj88tkB_00_wP_4RPLXk2YDuwiWiWCySw,222
|
|
4482
4482
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action.txt,sha256=K1pxnczoLn3fXEb69RjEEnoCrS6mA4J4nmCKhWfcrv0,491
|
|
4483
4483
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider.txt,sha256=XaTh_oQfhdSgURsZ4xHjC2ncX9eZmqSaIH5e-_KDic4,234
|
|
4484
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt,sha256=
|
|
4484
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt,sha256=Qu_fmCbl2Fyd17cYuZlm-jVwg7oM3p431m8zzv7B-Ts,859
|
|
4485
4485
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegated-resource-access-request/approve.txt,sha256=6PjFoSvqBqHuh08LUh3fmf7BQza63Z8bpQ1_in69lg8,6530
|
|
4486
4486
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegated-resource-access-request/get.txt,sha256=c_2SBQYChMgLKqtnU78Mv2bSDy4Gzwl5DYiROYbE7ok,2976
|
|
4487
4487
|
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
|
|
@@ -4508,13 +4508,13 @@ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/servic
|
|
|
4508
4508
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider/list.txt,sha256=zGi_GMT3_RpZOZMQ_JvyKwJJoO4t0UtTQT1aA7BKISk,4303
|
|
4509
4509
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action/get.txt,sha256=4nixS58TsFlTGMpZsGjXOM61no6ow_BlPkI3Hgb0WcE,2951
|
|
4510
4510
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action/list.txt,sha256=a4JICkvZ80VVUQpFwrJryXV-Ip9C7omdFSb_U8_fU5c,4252
|
|
4511
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt,sha256=
|
|
4512
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log
|
|
4511
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt,sha256=rivEQ094k4chVe7rLhnzUE3U6HveVjmqHEPljx4Fxsc,173
|
|
4512
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log.txt,sha256=u_O3_3-Ja6fz2jbCPg6XvluwEumXI7lMlfhl8KYNrqM,161
|
|
4513
4513
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request.txt,sha256=dxEKeiMav_lfjcdaaI9-_UGvwhBIh67w2lt6jnsHDUU,144
|
|
4514
4514
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request/get.txt,sha256=wRJWGf79YA_EQDf9ggjS7zwZ1N7XDxKDbHaH-DAHKjM,2809
|
|
4515
4515
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request/list.txt,sha256=1kSp6RsD1bTvDmnABqIrtXpXYF09Xcle6eER9sJHpps,3891
|
|
4516
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/list.txt,sha256=
|
|
4517
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log
|
|
4516
|
+
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
|
|
4517
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log/list.txt,sha256=eyr375DkALxgveH3XwwaISB_XjIkecH4Wux80-egQvY,3593
|
|
4518
4518
|
oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal-collection.txt,sha256=R9lAYqkLxobM6BMsxiIeokL-Fk3nn7LIN-2UrwWDaH4,273
|
|
4519
4519
|
oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal.txt,sha256=GfHJjMEBUGSMNQzK26MRashovglq-RB0hAB0KabZzmE,486
|
|
4520
4520
|
oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal/change-compartment.txt,sha256=tXJoIaU5Ov_JPPNF27qWDRXdAFoLh4m46h0qkR738pg,4052
|
|
@@ -4993,9 +4993,9 @@ oci_cli/help_text_producer/data_files/text/cmdref/em-warehouse/work-request-erro
|
|
|
4993
4993
|
oci_cli/help_text_producer/data_files/text/cmdref/em-warehouse/work-request-log-entry/list-work-request-logs.txt,sha256=KkYgE--Iv1kii0XrPvAXOxB4eSjNLENaiTPhF0X-Fyg,3656
|
|
4994
4994
|
oci_cli/help_text_producer/data_files/text/cmdref/email/configuration.txt,sha256=U34KeZCFSRzOh9jlzmzd3YijxzR8qQbhmmOU8HRuB9I,160
|
|
4995
4995
|
oci_cli/help_text_producer/data_files/text/cmdref/email/dkim.txt,sha256=kMBJcgJo2wUYH6oUXLZohpyRIFzZqRiwtdt2CHBR0Hk,157
|
|
4996
|
-
oci_cli/help_text_producer/data_files/text/cmdref/email/domain.txt,sha256=
|
|
4997
|
-
oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path.txt,sha256=
|
|
4998
|
-
oci_cli/help_text_producer/data_files/text/cmdref/email/sender.txt,sha256=
|
|
4996
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/domain.txt,sha256=bWz0W2kn1VlyprQVuHf3xOt2_5PerNf-hAYSZ7wnuYw,312
|
|
4997
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path.txt,sha256=cWs0pbJArUfLr6S4ppjLa5nnQOhUgHsToxDjxKERJtg,212
|
|
4998
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/sender.txt,sha256=pkeJVwDUUrqWFGl9S-Jq-ZRY13Y5n3I6kLJZV8Un3LA,219
|
|
4999
4999
|
oci_cli/help_text_producer/data_files/text/cmdref/email/suppression.txt,sha256=mrr_H1Hy9qvIdWNWnkWdsmXt8vYSvpGMBQnT5-uAp_M,182
|
|
5000
5000
|
oci_cli/help_text_producer/data_files/text/cmdref/email/work-request-error.txt,sha256=ya_9iCE3ZAfzEIo-2HnFLYlg84HHc0drMu_izOjhMiw,229
|
|
5001
5001
|
oci_cli/help_text_producer/data_files/text/cmdref/email/work-request-log.txt,sha256=mJkjmlgqIabUOmORTfB9sZb1n_MboqQiS0k4VUxvBj4,221
|
|
@@ -5006,23 +5006,29 @@ oci_cli/help_text_producer/data_files/text/cmdref/email/dkim/delete.txt,sha256=z
|
|
|
5006
5006
|
oci_cli/help_text_producer/data_files/text/cmdref/email/dkim/get.txt,sha256=NeEWv3zHY-od4aqovP3_igJLqU8Hq96iS0ptwNvwLdA,2741
|
|
5007
5007
|
oci_cli/help_text_producer/data_files/text/cmdref/email/dkim/list.txt,sha256=Q27L6y3Y-A69usj2EucSoVduCNp9oiPrXEm8S1Hbs6g,4151
|
|
5008
5008
|
oci_cli/help_text_producer/data_files/text/cmdref/email/dkim/update.txt,sha256=sQdGpTxWz90uPXj6_ZyXKiWEg-rkbyd6GBUokWGi3Bk,5577
|
|
5009
|
-
oci_cli/help_text_producer/data_files/text/cmdref/email/domain/
|
|
5009
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/domain/add.txt,sha256=tPHBWIEyr9LIAqu_p79WphjPe7PKM09ht_e9kVjaTMg,4527
|
|
5010
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/domain/change-compartment.txt,sha256=R6lCuc8xoDiQZ62qCLlAsCg4sz0m7BY-byXWjYOy7vQ,4828
|
|
5010
5011
|
oci_cli/help_text_producer/data_files/text/cmdref/email/domain/create.txt,sha256=RNZ3au8VeuQKz-ySmpP4YJ5zUNGpqwXsFL-ib5WwGJw,5935
|
|
5011
|
-
oci_cli/help_text_producer/data_files/text/cmdref/email/domain/delete.txt,sha256=
|
|
5012
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/domain/delete.txt,sha256=4YPisgYP4ZOd6_9eIN_FmTLzvzW8-cEK4fnWphEWYog,4172
|
|
5012
5013
|
oci_cli/help_text_producer/data_files/text/cmdref/email/domain/get.txt,sha256=PUQvEc6e1kQ2D_cSFml9ae24r_iKblYnMSFEn7fBqlw,2679
|
|
5013
5014
|
oci_cli/help_text_producer/data_files/text/cmdref/email/domain/list.txt,sha256=1vCQE5KWDChhrud-m9ADT1InDm1hfa2eCe0G7jWNBrY,4126
|
|
5014
|
-
oci_cli/help_text_producer/data_files/text/cmdref/email/domain/
|
|
5015
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/domain/remove.txt,sha256=eRZR32-dYIltFVaawTCv_CGqwSY60YFIkBlUE-N3B5E,4284
|
|
5016
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/domain/update.txt,sha256=XjwTUR3GGKthNGuZA125Od75l7nDzBQhHN4Nk0cCrJg,5720
|
|
5017
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/add.txt,sha256=T6-bzo9ZmJIVicgQ-FoSnPgD40kuC62UQN7JAk0taCA,4757
|
|
5015
5018
|
oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/create.txt,sha256=JYyROpErim6meFsQkY06UfdBA6eXdc3-VNBJG1sg-Ac,5992
|
|
5016
|
-
oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/delete.txt,sha256
|
|
5019
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/delete.txt,sha256=2xtsXDmTxNlRsEB50shDLOTVNJ_9Mq54wEl8DCRfM7U,4376
|
|
5017
5020
|
oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/get.txt,sha256=FBmGmC3in1HRoopN8ZiaYyoSE1X_AOh2_b3YY-a700s,2886
|
|
5018
5021
|
oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/list.txt,sha256=XEHuvnhczm1fizBejTAZ1HbAujQdOSXUCGb3r4ouIow,3987
|
|
5019
|
-
oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/
|
|
5020
|
-
oci_cli/help_text_producer/data_files/text/cmdref/email/
|
|
5022
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/remove.txt,sha256=1NB5bRkP9CPoy3nrtsZkYHl06fln8XWdLNYeQ_oqi3E,4511
|
|
5023
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/update.txt,sha256=YkccRRanpLH8YlxZwvTl_yM-wyin_SpW7olZ00cRjbU,5809
|
|
5024
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/sender/add.txt,sha256=CWUA7ynhgOBNAcYfek7o403t1Li36OtUHB_ZOpjcTUs,4861
|
|
5025
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/sender/change-compartment.txt,sha256=rAKpZJwzSS3p8YA_SosxStkRc6LIemMX5vzbjgmlnbI,3679
|
|
5021
5026
|
oci_cli/help_text_producer/data_files/text/cmdref/email/sender/create.txt,sha256=AXtsVVUo8Gjp-AScWC2abMjGCf-8twLuPUZzeodXk4c,5240
|
|
5022
|
-
oci_cli/help_text_producer/data_files/text/cmdref/email/sender/delete.txt,sha256=
|
|
5027
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/sender/delete.txt,sha256=LNpj1ZY_mS-ayeVmH2S-mSwo9m5ju3sX9v7jBjEDKT8,4509
|
|
5023
5028
|
oci_cli/help_text_producer/data_files/text/cmdref/email/sender/get.txt,sha256=AdiK2WOYnaR6i0mvo7P_meQv-JKXalU_-yvuDHke8oo,3006
|
|
5024
5029
|
oci_cli/help_text_producer/data_files/text/cmdref/email/sender/list.txt,sha256=hydJ0XoTgOUPBolqNioSkwT_A1P1Eh5rfltjs57KfhE,4176
|
|
5025
|
-
oci_cli/help_text_producer/data_files/text/cmdref/email/sender/
|
|
5030
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/sender/remove.txt,sha256=lS-zu9aN9Cgm6AJj2-TiFfasHzbX70Hs2-rMvIl7f-4,4615
|
|
5031
|
+
oci_cli/help_text_producer/data_files/text/cmdref/email/sender/update.txt,sha256=lypKArqmKqR5reZHaSa91zD6Y7VnvQac3m_3ovse5MY,5965
|
|
5026
5032
|
oci_cli/help_text_producer/data_files/text/cmdref/email/suppression/create.txt,sha256=f7VN2Lqth7pe_P4xxP0fwUknfjR_p6X8zZqk05Qpvhs,3358
|
|
5027
5033
|
oci_cli/help_text_producer/data_files/text/cmdref/email/suppression/delete.txt,sha256=A7zVH4DUApFwV-EZxoszpY4dLA66xA3WY0Rf_GMVqq8,3223
|
|
5028
5034
|
oci_cli/help_text_producer/data_files/text/cmdref/email/suppression/get.txt,sha256=0Golh5yD0ub9HUznvom8BPZ_UjcG5xNkftcS8OsAids,3135
|
|
@@ -5438,7 +5444,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/fs/filesystem-snapshot-policy/
|
|
|
5438
5444
|
oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/add.txt,sha256=7Gg_Bv4cZg-92TzM6SoYYbt2fGJ7RvbtPFLkBJ9mAE8,6977
|
|
5439
5445
|
oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/cancel-downgrade-shape.txt,sha256=Q3uIlOFqGENlZAfs0H5Bdy5TiyiNhWQejGs9q_75NIQ,4648
|
|
5440
5446
|
oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/change-compartment.txt,sha256=AJ4WITX1KiVOqvm9QC046URpBcQJa47S_Jh2LDcpC_s,4039
|
|
5441
|
-
oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/create.txt,sha256=
|
|
5447
|
+
oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/create.txt,sha256=56SseD24WujI3KxCG94YWV2Mpgi8YpmIBs9IOH_CjoY,11189
|
|
5442
5448
|
oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/delete.txt,sha256=xUkapvJb4juOp5yrbffTGQlTxnI-I_hvJ2Ih8ZTKEHg,4753
|
|
5443
5449
|
oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/get.txt,sha256=Snr-f8C-SMviM_w4wZo1rVELK6l1-ifwGlI-KeywMa0,3286
|
|
5444
5450
|
oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/list.txt,sha256=zr2F4sjG42pyduuCMLo2kPdibOBNI6guqtlyVpdcoOc,4786
|
|
@@ -5852,7 +5858,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request/list.t
|
|
|
5852
5858
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request-error/list.txt,sha256=rWOBa_VKTYY-MaaQpgbAvAeJ8nZoctQDWho2s4wX1pU,3205
|
|
5853
5859
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request-log-entry/list.txt,sha256=EzdsVrBmWQZBCwi4UKkZHywQkCQgRcg62ml-YTpknEk,3215
|
|
5854
5860
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule.txt,sha256=TGKSIFXpaqCm_i79P_45Ebd4PsucVoWuEsI7tZ5QNjY,747
|
|
5855
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt,sha256=
|
|
5861
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt,sha256=c7YYn1QO_LFiWFuv7QE3p-4tkHM4Ki5xytbGvy-8yig,273
|
|
5856
5862
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/enforced-governance-rule.txt,sha256=RDRdSpzYGqJnCo6y7PuBQ_ZkcVJ2onD8j7eJ_XzkJqI,247
|
|
5857
5863
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/governance-rule.txt,sha256=2-seomAEnKzfLBZpyOXCnbQGzFsJUEIf7ADX-cnRFpU,495
|
|
5858
5864
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/inclusion-criterion.txt,sha256=JEuQKkXKeNrLIzj1w1jWA5bFCHTplrdt4DvoPgwAtLA,337
|
|
@@ -5879,14 +5885,14 @@ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane
|
|
|
5879
5885
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/get.txt,sha256=UQ5DtFBNWRngZsRIfl_k0SDkabKLqj0Jx7zG1ibNCOk,2897
|
|
5880
5886
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/list.txt,sha256=C1OwOb_C4apZNRAuNj6jxLtUkhk90WkP0f5wqxkSPJo,3935
|
|
5881
5887
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/retry.txt,sha256=POX41lH0Qn6XpnZwcygZ65NOx2GwDcLQJZ7A_qfpzjw,4320
|
|
5882
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt,sha256=
|
|
5883
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry.txt,sha256=
|
|
5888
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt,sha256=rivEQ094k4chVe7rLhnzUE3U6HveVjmqHEPljx4Fxsc,173
|
|
5889
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry.txt,sha256=yXFFNx2EggIMer0AwaJzYHrqMIuES6UE2mBg_EBPvyo,178
|
|
5884
5890
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request.txt,sha256=XhA8S7RfdK8Ov6-V5ASYx1yUrY-4TGbAgx6pBLlyMDw,154
|
|
5885
5891
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/cancel.txt,sha256=ppMuQa-4dyhZHDxvLHlBGTwEW2nE90rA6AlEmp_sDJE,3222
|
|
5886
5892
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/get.txt,sha256=AWzzQWw-HEt2EAe2NJitsSUjK9q3--4im71X7Dh7Kr0,2830
|
|
5887
5893
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/list.txt,sha256=UM49uAHi8HQnmiYbuvGE10M6R7J_jkMz3nZKOu7uqxA,3620
|
|
5888
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/list.txt,sha256=
|
|
5889
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry/list-
|
|
5894
|
+
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
|
|
5895
|
+
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
|
|
5890
5896
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-monitor.txt,sha256=WJlsQ1wPbzczvAUiVMicgaFHnPscAMDiPb8Kj0xMxc4,245
|
|
5891
5897
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-probe-result.txt,sha256=zcygFnKRIn4cHdPQafl50bhiLeErptIAUpven3duA6k,387
|
|
5892
5898
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-probe.txt,sha256=f2WhMEjdazb6skkMW2nlG0NRt4KB6Jhwv2m58NBIcDA,196
|
|
@@ -8891,8 +8897,8 @@ oci_cli/help_text_producer/data_files/text/cmdref/organizations/recipient-invita
|
|
|
8891
8897
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/sender-invitation.txt,sha256=LvBcZIPE8MckCZXFt-eNFLe1BBKS1p_bAhnThYtLLwk,358
|
|
8892
8898
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-mapping.txt,sha256=mbw2t-OP0ADliaCjfcdUOOBRjMz9PJ39gZbLC8ace5Q,178
|
|
8893
8899
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription.txt,sha256=lnJu1PYHCPCeSWdWV6inKAMLsAQY-Ww0gtXqNULrQ40,220
|
|
8894
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt,sha256=
|
|
8895
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log
|
|
8900
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt,sha256=rivEQ094k4chVe7rLhnzUE3U6HveVjmqHEPljx4Fxsc,173
|
|
8901
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log.txt,sha256=u_O3_3-Ja6fz2jbCPg6XvluwEumXI7lMlfhl8KYNrqM,161
|
|
8896
8902
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request.txt,sha256=CqqYgMRHLcb9v40j_5zXV2wEzzXEkDylVzIvshuOTU4,318
|
|
8897
8903
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/assigned-subscription/get.txt,sha256=MeGsKlwUcxS9GV35lwdZ-Bot6hy1kmyIw8sugn7NSe0,2848
|
|
8898
8904
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/assigned-subscription/list.txt,sha256=siSosVy1vgspqJWAjgbHufZl5KK1DY1KxqxkgSzYAjI,3895
|
|
@@ -8943,8 +8949,8 @@ oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-map
|
|
|
8943
8949
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-mapping/list.txt,sha256=jNujfSQyyK2rmVKHsvewRGd7CQEzOU_w2wnKqZNjvrw,4032
|
|
8944
8950
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request/get.txt,sha256=pN90IakAwEh5CC6dVEpDmytF3HZrgqzTjc1m_TEwh7k,2743
|
|
8945
8951
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request/list.txt,sha256=wrQR1xUsAUEbMnVrDooXxVB-ke5NczG-K35W3azrOZI,3339
|
|
8946
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/list.txt,sha256=
|
|
8947
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log
|
|
8952
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/list-errors.txt,sha256=ZnZihQnLf9JI8MZJHEYsI9lZrVs655mYN483fzoE8ww,3396
|
|
8953
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log/list.txt,sha256=ERh53LH73r69Ov5Fo9h4QeXie_TOpU9XHGh2j7EFlGA,3353
|
|
8948
8954
|
oci_cli/help_text_producer/data_files/text/cmdref/os/bucket.txt,sha256=C_uqazUqUyr_c5g9WVWFuADexOW0phQcpxu6BUSq3N4,678
|
|
8949
8955
|
oci_cli/help_text_producer/data_files/text/cmdref/os/multipart.txt,sha256=0bzYywL0aSnkDEALLRBzGMur-kLC4MdpXEVSS60lFpM,109
|
|
8950
8956
|
oci_cli/help_text_producer/data_files/text/cmdref/os/ns.txt,sha256=pmjAwJtr2wPD5186FycBl7WEdMRbX6TNRef1jgXUgqw,806
|
|
@@ -10854,7 +10860,7 @@ services/database/src/oci_cli_database/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_
|
|
|
10854
10860
|
services/database/src/oci_cli_database/database_cli_extended.py,sha256=anv96sJejYYqe2GSymp303syGQa-Rys9g65IN1IeSu8,319949
|
|
10855
10861
|
services/database/src/oci_cli_database/generated/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
|
|
10856
10862
|
services/database/src/oci_cli_database/generated/client_mappings.py,sha256=IP9FtwxRZ2m7IhZHMVegq5kwn9aHKXa-JJsuBgra21s,792
|
|
10857
|
-
services/database/src/oci_cli_database/generated/database_cli.py,sha256=
|
|
10863
|
+
services/database/src/oci_cli_database/generated/database_cli.py,sha256=nvKA7qmN_WpgsqftQvDBwTPetslb_28Y5BpioaznmMA,3280247
|
|
10858
10864
|
services/database/tests/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
|
|
10859
10865
|
services/database_management/__init__.py,sha256=OgK3LD1Qj47AMcW0SASksfmiYL8uBwseHuXxn5w6bVk,437
|
|
10860
10866
|
services/database_management/src/__init__.py,sha256=OgK3LD1Qj47AMcW0SASksfmiYL8uBwseHuXxn5w6bVk,437
|
|
@@ -11045,7 +11051,7 @@ services/email/src/oci_cli_email/__init__.py,sha256=tDyGSVXex0cEaDTBP6JpPl_Lpq8m
|
|
|
11045
11051
|
services/email/src/oci_cli_email/email_cli_extended.py,sha256=amPYtyTEZ53Hv6N0dnrI-IFnSTkfJBNnC3KSquOQC1Q,1983
|
|
11046
11052
|
services/email/src/oci_cli_email/generated/__init__.py,sha256=tDyGSVXex0cEaDTBP6JpPl_Lpq8m6giILC0M7qmvB1Y,437
|
|
11047
11053
|
services/email/src/oci_cli_email/generated/client_mappings.py,sha256=7-JJVLIGGFY6wFu-dLBaSdTWB049wshmuprF-IFVzu0,762
|
|
11048
|
-
services/email/src/oci_cli_email/generated/email_cli.py,sha256=
|
|
11054
|
+
services/email/src/oci_cli_email/generated/email_cli.py,sha256=aULPt_WGs7LPhe9XrgOPGYDKmlOOHtjIq6q5Fr3otTE,152713
|
|
11049
11055
|
services/email/tests/__init__.py,sha256=tDyGSVXex0cEaDTBP6JpPl_Lpq8m6giILC0M7qmvB1Y,437
|
|
11050
11056
|
services/email_data_plane/__init__.py,sha256=dnqFA299p5wd24MVg1vA8OmOvkAiUF36Qa-QI5FIBtQ,437
|
|
11051
11057
|
services/email_data_plane/src/__init__.py,sha256=dnqFA299p5wd24MVg1vA8OmOvkAiUF36Qa-QI5FIBtQ,437
|
|
@@ -11067,7 +11073,7 @@ services/file_storage/src/oci_cli_file_storage/__init__.py,sha256=rR0qsKsxfcBW2t
|
|
|
11067
11073
|
services/file_storage/src/oci_cli_file_storage/filestorage_cli_extended.py,sha256=MDy2KRfFarAf9wP4jKndIRN9CibsM3tix4CQjKVFAjg,988
|
|
11068
11074
|
services/file_storage/src/oci_cli_file_storage/generated/__init__.py,sha256=rR0qsKsxfcBW2tqwlSqYQK809Gtp4xeu-5KtxpJChAM,437
|
|
11069
11075
|
services/file_storage/src/oci_cli_file_storage/generated/client_mappings.py,sha256=wejFcn1CQjWjTdxFTZpTPpsCIUxo46YrE48bPUMa-uo,830
|
|
11070
|
-
services/file_storage/src/oci_cli_file_storage/generated/filestorage_cli.py,sha256=
|
|
11076
|
+
services/file_storage/src/oci_cli_file_storage/generated/filestorage_cli.py,sha256=mWhmOOZcsKjmIpmEZsEL0WmuWfGLIznQEOo9vRxKQNY,356991
|
|
11071
11077
|
services/file_storage/tests/__init__.py,sha256=rR0qsKsxfcBW2tqwlSqYQK809Gtp4xeu-5KtxpJChAM,437
|
|
11072
11078
|
services/file_storage/tests/extend_test_file_storage.py,sha256=_yes29Nl5YGCxeiIv-vyyu9sFK4bJHwRENkaaMZyvtQ,661
|
|
11073
11079
|
services/fleet_apps_management/__init__.py,sha256=ZpqWZDyihecjUzXzCMLoyPG-EAUmE8Y1WToPEMMsKWM,437
|
|
@@ -12269,10 +12275,10 @@ services/zpr/src/oci_cli_zpr/generated/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDv
|
|
|
12269
12275
|
services/zpr/src/oci_cli_zpr/generated/client_mappings.py,sha256=eTLXQDImyDyG8dX8CJdYEjz3h6rCCJb3BFRyeCUAlWs,742
|
|
12270
12276
|
services/zpr/src/oci_cli_zpr/generated/zpr_cli.py,sha256=DZnnwX1MKDrT3zWXrkw2-8Q5hwWOWS0usU-kNsPdye4,58668
|
|
12271
12277
|
services/zpr/tests/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDvNxrBw_If15F0TRiYZKYes,437
|
|
12272
|
-
oci_cli-3.
|
|
12273
|
-
oci_cli-3.
|
|
12274
|
-
oci_cli-3.
|
|
12275
|
-
oci_cli-3.
|
|
12276
|
-
oci_cli-3.
|
|
12277
|
-
oci_cli-3.
|
|
12278
|
-
oci_cli-3.
|
|
12278
|
+
oci_cli-3.66.0.dist-info/LICENSE.txt,sha256=ueIO48H0oqClJKqp08lneEyFBdtKhwGsa_jOxi8m7Ro,41278
|
|
12279
|
+
oci_cli-3.66.0.dist-info/METADATA,sha256=eNEufPDVSux3Eb0ke1hFSecklzz4nOOZJgyCIYRiTRk,7066
|
|
12280
|
+
oci_cli-3.66.0.dist-info/THIRD_PARTY_LICENSES.txt,sha256=aTaXCqNxR1izL8cRvUcnsyswdP74vi4D4dd9FcoRmiA,88189
|
|
12281
|
+
oci_cli-3.66.0.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
|
12282
|
+
oci_cli-3.66.0.dist-info/entry_points.txt,sha256=Rzwlt90Fk4kXpuMTmspwgtY69KnkJeoUj1-Cgw_Ti4E,126
|
|
12283
|
+
oci_cli-3.66.0.dist-info/top_level.txt,sha256=qaPmB8Lr9XWqQLRmy6aKLBHCfkwLZKopOFxYbJp-R9o,47
|
|
12284
|
+
oci_cli-3.66.0.dist-info/RECORD,,
|
|
@@ -15165,6 +15165,7 @@ def delete_application_vip(ctx, from_json, wait_for_state, max_wait_seconds, wai
|
|
|
15165
15165
|
@autonomous_database_group.command(name=cli_util.override('db.delete_autonomous_database.command_name', 'delete'), help=u"""Deletes the specified Autonomous Database. \n[Command Reference](deleteAutonomousDatabase)""")
|
|
15166
15166
|
@cli_util.option('--autonomous-database-id', required=True, help=u"""The database [OCID].""")
|
|
15167
15167
|
@cli_util.option('--if-match', help=u"""For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.""")
|
|
15168
|
+
@cli_util.option('--must-delete-associated-long-term-backups', type=click.BOOL, help=u"""If set to true, terminating the Autonomous Database also deletes its associated long-term backups if the retention lock is not enabled.""")
|
|
15168
15169
|
@cli_util.option('--opc-dry-run', type=click.BOOL, help=u"""Indicates that the request is a dry run, if set to \"true\". A dry run request does not actually creating or updating a resource and is used only to perform validation on the submitted data.""")
|
|
15169
15170
|
@cli_util.confirm_delete_option
|
|
15170
15171
|
@cli_util.option('--wait-for-state', type=custom_types.CliCaseInsensitiveChoice(["ACCEPTED", "IN_PROGRESS", "FAILED", "SUCCEEDED"]), multiple=True, help="""This operation asynchronously creates, modifies or deletes a resource and uses a work request to track the progress of the operation. Specify this option to perform the action and then wait until the work request reaches a certain state. Multiple states can be specified, returning on the first state. For example, --wait-for-state SUCCEEDED --wait-for-state FAILED would return on whichever lifecycle state is reached first. If timeout is reached, a return code of 2 is returned. For any other error, a return code of 1 is returned.""")
|
|
@@ -15175,7 +15176,7 @@ def delete_application_vip(ctx, from_json, wait_for_state, max_wait_seconds, wai
|
|
|
15175
15176
|
@click.pass_context
|
|
15176
15177
|
@json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={})
|
|
15177
15178
|
@cli_util.wrap_exceptions
|
|
15178
|
-
def delete_autonomous_database(ctx, from_json, wait_for_state, max_wait_seconds, wait_interval_seconds, autonomous_database_id, if_match, opc_dry_run):
|
|
15179
|
+
def delete_autonomous_database(ctx, from_json, wait_for_state, max_wait_seconds, wait_interval_seconds, autonomous_database_id, if_match, must_delete_associated_long_term_backups, opc_dry_run):
|
|
15179
15180
|
|
|
15180
15181
|
if isinstance(autonomous_database_id, six.string_types) and len(autonomous_database_id.strip()) == 0:
|
|
15181
15182
|
raise click.UsageError('Parameter --autonomous-database-id cannot be whitespace or empty string')
|
|
@@ -15183,6 +15184,8 @@ def delete_autonomous_database(ctx, from_json, wait_for_state, max_wait_seconds,
|
|
|
15183
15184
|
kwargs = {}
|
|
15184
15185
|
if if_match is not None:
|
|
15185
15186
|
kwargs['if_match'] = if_match
|
|
15187
|
+
if must_delete_associated_long_term_backups is not None:
|
|
15188
|
+
kwargs['must_delete_associated_long_term_backups'] = must_delete_associated_long_term_backups
|
|
15186
15189
|
if opc_dry_run is not None:
|
|
15187
15190
|
kwargs['opc_dry_run'] = opc_dry_run
|
|
15188
15191
|
kwargs['opc_request_id'] = cli_util.use_or_generate_request_id(ctx.obj['request_id'])
|
|
@@ -22586,6 +22589,9 @@ def list_autonomous_container_databases(ctx, from_json, all_pages, page_size, co
|
|
|
22586
22589
|
@cli_util.option('--lifecycle-state', type=custom_types.CliCaseInsensitiveChoice(["CREATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "UPDATING"]), help=u"""A filter to return only resources that match the given lifecycle state exactly.""")
|
|
22587
22590
|
@cli_util.option('--display-name', help=u"""A filter to return only resources that match the entire display name given. The match is not case sensitive.""")
|
|
22588
22591
|
@cli_util.option('--type', help=u"""A filter to return only backups that matches with the given type of Backup.""")
|
|
22592
|
+
@cli_util.option('--backup-destination-id', help=u"""A filter to return only resources that have the given backup destination id.""")
|
|
22593
|
+
@cli_util.option('--key-store-id', help=u"""A filter to return only resources that have the given key store id.""")
|
|
22594
|
+
@cli_util.option('--infrastructure-type', type=custom_types.CliCaseInsensitiveChoice(["CLOUD", "CLOUD_AT_CUSTOMER"]), help=u"""A filter to return only resources that match the given Infrastructure Type.""")
|
|
22589
22595
|
@cli_util.option('--all', 'all_pages', is_flag=True, help="""Fetches all pages of results. If you provide this option, then you cannot provide the --limit option.""")
|
|
22590
22596
|
@cli_util.option('--page-size', type=click.INT, help="""When fetching results, the number of results to fetch per call. Only valid when used with --all or --limit, and ignored otherwise.""")
|
|
22591
22597
|
@json_skeleton_utils.get_cli_json_input_option({})
|
|
@@ -22593,7 +22599,7 @@ def list_autonomous_container_databases(ctx, from_json, all_pages, page_size, co
|
|
|
22593
22599
|
@click.pass_context
|
|
22594
22600
|
@json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={}, output_type={'module': 'database', 'class': 'list[AutonomousDatabaseBackupSummary]'})
|
|
22595
22601
|
@cli_util.wrap_exceptions
|
|
22596
|
-
def list_autonomous_database_backups(ctx, from_json, all_pages, page_size, autonomous_database_id, compartment_id, limit, page, sort_by, sort_order, lifecycle_state, display_name, type):
|
|
22602
|
+
def list_autonomous_database_backups(ctx, from_json, all_pages, page_size, autonomous_database_id, compartment_id, limit, page, sort_by, sort_order, lifecycle_state, display_name, type, backup_destination_id, key_store_id, infrastructure_type):
|
|
22597
22603
|
|
|
22598
22604
|
if all_pages and limit:
|
|
22599
22605
|
raise click.UsageError('If you provide the --all option you cannot provide the --limit option')
|
|
@@ -22617,6 +22623,12 @@ def list_autonomous_database_backups(ctx, from_json, all_pages, page_size, auton
|
|
|
22617
22623
|
kwargs['display_name'] = display_name
|
|
22618
22624
|
if type is not None:
|
|
22619
22625
|
kwargs['type'] = type
|
|
22626
|
+
if backup_destination_id is not None:
|
|
22627
|
+
kwargs['backup_destination_id'] = backup_destination_id
|
|
22628
|
+
if key_store_id is not None:
|
|
22629
|
+
kwargs['key_store_id'] = key_store_id
|
|
22630
|
+
if infrastructure_type is not None:
|
|
22631
|
+
kwargs['infrastructure_type'] = infrastructure_type
|
|
22620
22632
|
kwargs['opc_request_id'] = cli_util.use_or_generate_request_id(ctx.obj['request_id'])
|
|
22621
22633
|
client = cli_util.build_client('database', 'database', ctx)
|
|
22622
22634
|
if all_pages:
|
|
@@ -24799,7 +24811,7 @@ def list_db_system_shapes(ctx, from_json, all_pages, page_size, compartment_id,
|
|
|
24799
24811
|
@db_system_group.command(name=cli_util.override('db.list_db_system_storage_performances.command_name', 'list-db-system-storage-performances'), help=u"""Gets a list of possible expected storage performance parameters of a VMDB System based on Configuration. \n[Command Reference](listDbSystemStoragePerformances)""")
|
|
24800
24812
|
@cli_util.option('--storage-management', required=True, type=custom_types.CliCaseInsensitiveChoice(["ASM", "LVM"]), help=u"""The DB system storage management option. Used to list database versions available for that storage manager. Valid values are `ASM` and `LVM`. * ASM specifies Oracle Automatic Storage Management * LVM specifies logical volume manager, sometimes called logical disk manager.""")
|
|
24801
24813
|
@cli_util.option('--shape-type', help=u"""Optional. Filters the performance results by shape type.""")
|
|
24802
|
-
@cli_util.option('--database-edition', type=custom_types.CliCaseInsensitiveChoice(["STANDARD_EDITION", "ENTERPRISE_EDITION", "ENTERPRISE_EDITION_HIGH_PERFORMANCE", "
|
|
24814
|
+
@cli_util.option('--database-edition', type=custom_types.CliCaseInsensitiveChoice(["STANDARD_EDITION", "ENTERPRISE_EDITION", "ENTERPRISE_EDITION_HIGH_PERFORMANCE", "ENTERPRISE_EDITION_EXTREME_PERFORMANCE", "ENTERPRISE_EDITION_DEVELOPER"]), help=u"""The database edition of quota (STANDARD_EDITION/ENTERPRISE_EDITION/ENTERPRISE_EDITION_HIGH_PERFORMANCE/ENTERPRISE_EDITION_EXTREME_PERFORMANCE/ENTERPRISE_EDITION_DEVELOPER)""")
|
|
24803
24815
|
@cli_util.option('--compartment-id', help=u"""The compartment [OCID].""")
|
|
24804
24816
|
@cli_util.option('--all', 'all_pages', is_flag=True, help="""Fetches all pages of results.""")
|
|
24805
24817
|
@json_skeleton_utils.get_cli_json_input_option({})
|