oci-cli 3.71.2__py3-none-any.whl → 3.71.4__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/cli_util.py +0 -2
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/{list-errors.txt → list.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-logs.txt → list-work-request-logs.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log-entry.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +2 -2
- 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
- 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-logs.txt → work-request-log/list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/{organizations/work-request-log-entry.txt → governance-rules-control-plane/work-request/work-request-log.txt} +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log/list.txt +119 -0
- oci_cli/help_text_producer/data_files/text/cmdref/{governance-rules-control-plane/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 +1 -1
- oci_cli/version.py +1 -1
- {oci_cli-3.71.2.dist-info → oci_cli-3.71.4.dist-info}/METADATA +1 -1
- {oci_cli-3.71.2.dist-info → oci_cli-3.71.4.dist-info}/RECORD +24 -24
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log-entry/list.txt +0 -101
- {oci_cli-3.71.2.dist-info → oci_cli-3.71.4.dist-info}/LICENSE.txt +0 -0
- {oci_cli-3.71.2.dist-info → oci_cli-3.71.4.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci_cli-3.71.2.dist-info → oci_cli-3.71.4.dist-info}/WHEEL +0 -0
- {oci_cli-3.71.2.dist-info → oci_cli-3.71.4.dist-info}/entry_points.txt +0 -0
- {oci_cli-3.71.2.dist-info → oci_cli-3.71.4.dist-info}/top_level.txt +0 -0
oci_cli/cli_util.py
CHANGED
|
@@ -407,8 +407,6 @@ def create_config_and_signer_based_on_click_context(ctx):
|
|
|
407
407
|
else:
|
|
408
408
|
logger.debug("auth: delegation_token")
|
|
409
409
|
signer = get_instance_principal_signer(ctx, client_config)
|
|
410
|
-
if signer._tenancy_id:
|
|
411
|
-
client_config['tenancy'] = signer._tenancy_id
|
|
412
410
|
elif session_token_auth:
|
|
413
411
|
if ctx.obj['debug']:
|
|
414
412
|
logger.debug("auth: session_token")
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"list
|
|
2
|
-
|
|
1
|
+
"list"
|
|
2
|
+
******
|
|
3
3
|
|
|
4
4
|
* Description
|
|
5
5
|
|
|
@@ -24,7 +24,7 @@ given ID.
|
|
|
24
24
|
Usage
|
|
25
25
|
=====
|
|
26
26
|
|
|
27
|
-
oci delegate-access-control work-request work-request-error list
|
|
27
|
+
oci delegate-access-control work-request work-request-error list [OPTIONS]
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
Required Parameters
|
|
@@ -124,6 +124,6 @@ Please note this sample will only work in the POSIX-compliant bash-
|
|
|
124
124
|
like shell. You need to set up the OCI configuration and appropriate
|
|
125
125
|
security policies before trying the examples.
|
|
126
126
|
|
|
127
|
-
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/delegate-access-control/work-request/work-request-error/list
|
|
127
|
+
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/delegate-access-control/work-request/work-request-error/list.html#cmdoption-work-request-id
|
|
128
128
|
|
|
129
|
-
oci delegate-access-control work-request work-request-error list
|
|
129
|
+
oci delegate-access-control work-request work-request-error list --work-request-id $work_request_id
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"list-logs"
|
|
2
|
-
|
|
1
|
+
"list-work-request-logs"
|
|
2
|
+
************************
|
|
3
3
|
|
|
4
4
|
* Description
|
|
5
5
|
|
|
@@ -24,7 +24,7 @@ ID.
|
|
|
24
24
|
Usage
|
|
25
25
|
=====
|
|
26
26
|
|
|
27
|
-
oci delegate-access-control work-request work-request-log-entry list-logs [OPTIONS]
|
|
27
|
+
oci delegate-access-control work-request work-request-log-entry list-work-request-logs [OPTIONS]
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
Required Parameters
|
|
@@ -124,6 +124,6 @@ Please note this sample will only work in the POSIX-compliant bash-
|
|
|
124
124
|
like shell. You need to set up the OCI configuration and appropriate
|
|
125
125
|
security policies before trying the examples.
|
|
126
126
|
|
|
127
|
-
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/delegate-access-control/work-request/work-request-log-entry/list-logs.html#cmdoption-work-request-id
|
|
127
|
+
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/delegate-access-control/work-request/work-request-log-entry/list-work-request-logs.html#cmdoption-work-request-id
|
|
128
128
|
|
|
129
|
-
oci delegate-access-control work-request work-request-log-entry list-logs --work-request-id $work_request_id
|
|
129
|
+
oci delegate-access-control work-request work-request-log-entry list-work-request-logs --work-request-id $work_request_id
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"list
|
|
2
|
-
|
|
1
|
+
"list"
|
|
2
|
+
******
|
|
3
3
|
|
|
4
4
|
* Description
|
|
5
5
|
|
|
@@ -24,7 +24,7 @@ given ID.
|
|
|
24
24
|
Usage
|
|
25
25
|
=====
|
|
26
26
|
|
|
27
|
-
oci governance-rules-control-plane work-request work-request-error list
|
|
27
|
+
oci governance-rules-control-plane work-request work-request-error list [OPTIONS]
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
Required Parameters
|
|
@@ -125,6 +125,6 @@ Please note this sample will only work in the POSIX-compliant bash-
|
|
|
125
125
|
like shell. You need to set up the OCI configuration and appropriate
|
|
126
126
|
security policies before trying the examples.
|
|
127
127
|
|
|
128
|
-
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/governance-rules-control-plane/work-request/work-request-error/list
|
|
128
|
+
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/governance-rules-control-plane/work-request/work-request-error/list.html#cmdoption-work-request-id
|
|
129
129
|
|
|
130
|
-
oci governance-rules-control-plane work-request work-request-error list
|
|
130
|
+
oci governance-rules-control-plane work-request work-request-error list --work-request-id $work_request_id
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
"list
|
|
2
|
-
|
|
1
|
+
"list"
|
|
2
|
+
******
|
|
3
3
|
|
|
4
4
|
* Description
|
|
5
5
|
|
|
@@ -24,7 +24,7 @@ ID.
|
|
|
24
24
|
Usage
|
|
25
25
|
=====
|
|
26
26
|
|
|
27
|
-
oci governance-rules-control-plane work-request work-request-log
|
|
27
|
+
oci governance-rules-control-plane work-request work-request-log list [OPTIONS]
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
Required Parameters
|
|
@@ -125,6 +125,6 @@ Please note this sample will only work in the POSIX-compliant bash-
|
|
|
125
125
|
like shell. You need to set up the OCI configuration and appropriate
|
|
126
126
|
security policies before trying the examples.
|
|
127
127
|
|
|
128
|
-
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/governance-rules-control-plane/work-request/work-request-log
|
|
128
|
+
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/governance-rules-control-plane/work-request/work-request-log/list.html#cmdoption-work-request-id
|
|
129
129
|
|
|
130
|
-
oci governance-rules-control-plane work-request work-request-log
|
|
130
|
+
oci governance-rules-control-plane work-request work-request-log list --work-request-id $work_request_id
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
"list"
|
|
2
|
+
******
|
|
3
|
+
|
|
4
|
+
* Description
|
|
5
|
+
|
|
6
|
+
* Usage
|
|
7
|
+
|
|
8
|
+
* Required Parameters
|
|
9
|
+
|
|
10
|
+
* Optional Parameters
|
|
11
|
+
|
|
12
|
+
* Global Parameters
|
|
13
|
+
|
|
14
|
+
* Example using required parameter
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
Description
|
|
18
|
+
===========
|
|
19
|
+
|
|
20
|
+
Return a (paginated) list of logs for a given work request.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci organizations work-request-log list [OPTIONS]
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Required Parameters
|
|
30
|
+
===================
|
|
31
|
+
|
|
32
|
+
--work-request-id [text]
|
|
33
|
+
|
|
34
|
+
The ID of the asynchronous request.
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
Optional Parameters
|
|
38
|
+
===================
|
|
39
|
+
|
|
40
|
+
--all
|
|
41
|
+
|
|
42
|
+
Fetches all pages of results. If you provide this option, then you
|
|
43
|
+
cannot provide the "--limit" option.
|
|
44
|
+
|
|
45
|
+
--from-json [text]
|
|
46
|
+
|
|
47
|
+
Provide input to this command as a JSON document from a file using the
|
|
48
|
+
file://path-to/file syntax.
|
|
49
|
+
|
|
50
|
+
The "--generate-full-command-json-input" option can be used to
|
|
51
|
+
generate a sample json file to be used with this command option. The
|
|
52
|
+
key names are pre-populated and match the command option names
|
|
53
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
54
|
+
while the values of the keys need to be populated by the user before
|
|
55
|
+
using the sample file as an input to this command. For any command
|
|
56
|
+
option that accepts multiple values, the value of the key can be a
|
|
57
|
+
JSON array.
|
|
58
|
+
|
|
59
|
+
Options can still be provided on the command line. If an option exists
|
|
60
|
+
in both the JSON document and the command line then the command line
|
|
61
|
+
specified value will be used.
|
|
62
|
+
|
|
63
|
+
For examples on usage of this option, please see our “using CLI with
|
|
64
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
65
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
66
|
+
|
|
67
|
+
--limit [integer]
|
|
68
|
+
|
|
69
|
+
The maximum number of items to return.
|
|
70
|
+
|
|
71
|
+
--page [text]
|
|
72
|
+
|
|
73
|
+
The page token representing the page at which to start retrieving
|
|
74
|
+
results. This is usually retrieved from a previous list call.
|
|
75
|
+
|
|
76
|
+
--page-size [integer]
|
|
77
|
+
|
|
78
|
+
When fetching results, the number of results to fetch per call. Only
|
|
79
|
+
valid when used with "--all" or "--limit", and ignored otherwise.
|
|
80
|
+
|
|
81
|
+
--sort-order [text]
|
|
82
|
+
|
|
83
|
+
The sort order to use, whether ‘asc’ or ‘desc’.
|
|
84
|
+
|
|
85
|
+
Accepted values are:
|
|
86
|
+
|
|
87
|
+
ASC, DESC
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
Global Parameters
|
|
91
|
+
=================
|
|
92
|
+
|
|
93
|
+
Use "oci --help" for help on global parameters.
|
|
94
|
+
|
|
95
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
96
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
97
|
+
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
98
|
+
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
99
|
+
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
100
|
+
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
101
|
+
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
102
|
+
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
103
|
+
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
Example using required parameter
|
|
107
|
+
================================
|
|
108
|
+
|
|
109
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
110
|
+
command by typing “bash example.sh” and replacing the example
|
|
111
|
+
parameters with your own.
|
|
112
|
+
|
|
113
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
114
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
115
|
+
security policies before trying the examples.
|
|
116
|
+
|
|
117
|
+
export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/organizations/work-request-log/list.html#cmdoption-work-request-id
|
|
118
|
+
|
|
119
|
+
oci organizations work-request-log list --work-request-id $work_request_id
|
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.71.
|
|
5
|
+
__version__ = '3.71.4'
|
|
@@ -26,7 +26,7 @@ oci_cli/cli_root.py,sha256=-tfaE0aCDZ9T9GqMEVuH3MkaH1WWWuUyhgwkguh496A,35026
|
|
|
26
26
|
oci_cli/cli_session.py,sha256=6H1gMCop3oUAtLJrczv-o25YQ3mde7FxM8QBPoKN5FQ,19033
|
|
27
27
|
oci_cli/cli_setup.py,sha256=Obqp6ndb2zAc_iZRWviCdmYnkjX3Wx0za7EajACpTNo,51733
|
|
28
28
|
oci_cli/cli_setup_bootstrap.py,sha256=E96kk4GkABRj6m07EYEBgSFILaiXGPlqIhcx-sZBmDE,14209
|
|
29
|
-
oci_cli/cli_util.py,sha256=
|
|
29
|
+
oci_cli/cli_util.py,sha256=npgO_GFTLnYsfMSi0ZbBkOt-ah1yXYEuU-IIEMqtwBY,130042
|
|
30
30
|
oci_cli/dynamic_loader.py,sha256=L3HvLcQeQzDFLwwpCdugQ0uxnCFqNkKtf6kmHicNgzc,5461
|
|
31
31
|
oci_cli/final_command_processor.py,sha256=DewhCXcPr4t5fY0x6plyRXqi6aCAojr6GCWj1kmNgHg,2005
|
|
32
32
|
oci_cli/formatting.py,sha256=KmGSUO0ojeA-AE3ASL96jJoTq-twsFcs11Ygv5wd4y4,1552
|
|
@@ -35,7 +35,7 @@ oci_cli/oci_template.py,sha256=oTri7oxH6efITNW5IvQTRMUKVhbdjPtDPS14W8sf8zA,1466
|
|
|
35
35
|
oci_cli/raw_request_cli.py,sha256=47wpowcWbUYbvV7qvULJn3dN5DPfuhAybXa_j7VURvw,5614
|
|
36
36
|
oci_cli/service_mapping.py,sha256=VGqqd8amwGKuZCr7u0YAaE4pEimwQwu95QU8b4pRT-8,18227
|
|
37
37
|
oci_cli/string_utils.py,sha256=3Y3NxTdIUPC2s1GydK4NvYbGcgof1yVVIO3SRCWWL9U,1247
|
|
38
|
-
oci_cli/version.py,sha256=
|
|
38
|
+
oci_cli/version.py,sha256=qHGbOf3wU82cVLxwi-zPapr8Cb4uk3Vfm8hm4_1RWzE,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
|
|
@@ -219,7 +219,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/db.txt,sha256=3U_Q6SY06bhaI5xH
|
|
|
219
219
|
oci_cli/help_text_producer/data_files/text/cmdref/dblm.txt,sha256=cm_bZHc7d2QUkJ2Iqzt_nVdoFlfR2-pqiJFWZDMmXkQ,668
|
|
220
220
|
oci_cli/help_text_producer/data_files/text/cmdref/dbmulticloud.txt,sha256=8Jq4mSHwjzbZsWdZ8nNi83Vh6aLgXpq8DNP_nrtS4jk,4625
|
|
221
221
|
oci_cli/help_text_producer/data_files/text/cmdref/dbtools.txt,sha256=h-H5aNAZ-rLkOuSp2ID_5IjgyAeFuvQKn6qg7Mqtz38,1174
|
|
222
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt,sha256
|
|
222
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt,sha256=NDpS9m5PdBwiwfIvtV6yE-evx_Avjuuo_2O2Xi-0xuQ,1551
|
|
223
223
|
oci_cli/help_text_producer/data_files/text/cmdref/demand-signal.txt,sha256=t0gSzE-DvO2Q0J2PT_v1LWJP1midlZiJyyu1TRZuK_4,328
|
|
224
224
|
oci_cli/help_text_producer/data_files/text/cmdref/desktops.txt,sha256=RFMT_82TkQa70pcbilNJHgyJDOqHeW_-T_Bib50dJq8,498
|
|
225
225
|
oci_cli/help_text_producer/data_files/text/cmdref/devops.txt,sha256=79FnxxTqIO-1iyqxq_SRelFjF2TIpDRxY0M-WAXrxAU,7303
|
|
@@ -242,7 +242,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent.txt,sha256
|
|
|
242
242
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-inference.txt,sha256=fIv97C_nKwevrNn8O9boR-mQbxzxe5cRmcGdXPpH8f4,1689
|
|
243
243
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai.txt,sha256=-hnTzd2WYoUh6XQqxL3CxUVbl2RVH4Lwe5C3xcFqeuE,1846
|
|
244
244
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate.txt,sha256=CGx5uZVD-zW5d7Ni4pedSoJBi_0NKPgPHCiG3ocEWEU,4261
|
|
245
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt,sha256=
|
|
245
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt,sha256=Hri8tZdNGxYxTF7WiE-xLVpvxerm8YZG4w4_5YVIzAI,989
|
|
246
246
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks.txt,sha256=sAb7CMAf0ymUk717V0t1tgyNvmwWhhe38GETK3-HsU4,599
|
|
247
247
|
oci_cli/help_text_producer/data_files/text/cmdref/iam.txt,sha256=VcHCSEaY5X5DX1E7_5cxrDe5PtGEJteHKKkXlMTJKg8,3329
|
|
248
248
|
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains.txt,sha256=oDFTKAjE5Lfq1ELVmvDt_eLrO8iahXOycxUk4YMkSJQ,6586
|
|
@@ -289,7 +289,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/opctl.txt,sha256=QQnMX7w2Fd6oC
|
|
|
289
289
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch.txt,sha256=RSGoRSnfkTKnXncj26oA70EtsUOx3LK8-jQMaiTh2gQ,635
|
|
290
290
|
oci_cli/help_text_producer/data_files/text/cmdref/opsi.txt,sha256=M1U7rderbrIosglDYEn00wr24MOEUsu2qC9Qa5XOQ4Y,7996
|
|
291
291
|
oci_cli/help_text_producer/data_files/text/cmdref/optimizer.txt,sha256=7ZqsrntO0cGbaXqZaRa23ajjuGa0WY7kfJZJ0IgdcvY,1070
|
|
292
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt,sha256=
|
|
292
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt,sha256=ia8dZawSO10_y1cSR3ybyiGUp5NaWJcEeVZtxximQEo,1278
|
|
293
293
|
oci_cli/help_text_producer/data_files/text/cmdref/os-management-hub.txt,sha256=Cpfr2MGdJq5kkjZWhXCLqsYB32bIFPFY85WlOakcK2s,4103
|
|
294
294
|
oci_cli/help_text_producer/data_files/text/cmdref/os.txt,sha256=-uPqa3rJdkdcB2TTzxSFTXEQuyvmvOQca9yViOd4waw,1146
|
|
295
295
|
oci_cli/help_text_producer/data_files/text/cmdref/osp-gateway.txt,sha256=sVmmKCSi43wxQNNn0HMZqthA7tgtg1mBGQZaHINDWxc,508
|
|
@@ -4613,7 +4613,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delega
|
|
|
4613
4613
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegation-subscription.txt,sha256=NkKtm_Ic9AVj88tkB_00_wP_4RPLXk2YDuwiWiWCySw,222
|
|
4614
4614
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action.txt,sha256=K1pxnczoLn3fXEb69RjEEnoCrS6mA4J4nmCKhWfcrv0,491
|
|
4615
4615
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider.txt,sha256=XaTh_oQfhdSgURsZ4xHjC2ncX9eZmqSaIH5e-_KDic4,234
|
|
4616
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt,sha256=
|
|
4616
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt,sha256=DrHUia8C1K-U8x9X4B8_XXp2tjmDeB98tiXuU6Tncn0,876
|
|
4617
4617
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegated-resource-access-request/approve.txt,sha256=MhLD-x9bCmKvvasnOFWoKW5oRQH3OoPBPV-0cjjMkec,6579
|
|
4618
4618
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegated-resource-access-request/get.txt,sha256=TqWEy57S82HoGpE5IYzLqsOLsjcSyHqdbVYJNyuvyoo,3025
|
|
4619
4619
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegated-resource-access-request/list-delegated-resource-access-request-histories.txt,sha256=faWLxm1E7a-lTE98IpFOzJSgzUGqjHLnhkprhNwf0IA,4078
|
|
@@ -4640,13 +4640,13 @@ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/servic
|
|
|
4640
4640
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider/list.txt,sha256=XmfJk4pas7iAUcq3qO3tlV0suwecD95IoCSMgOjTYh8,4352
|
|
4641
4641
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action/get.txt,sha256=Nkh8Npn1mOhLIezCXoJ-tI20bTaESLzxrtnVhn_WmP8,3000
|
|
4642
4642
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action/list.txt,sha256=gAB2K7OtFUTzVeXKCZypa59OW9ZHw493A7cy_vPA4kI,4301
|
|
4643
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt,sha256=
|
|
4644
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log-entry.txt,sha256=
|
|
4643
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt,sha256=AqoCbmP2_hXnHtRuUmo4dpiG1SoBy-XsWSeXIbpw5cw,166
|
|
4644
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log-entry.txt,sha256=P0-f9ZjBa3cTGd7N5TrNAtuB-6c0vVKFqTmoPvR4avA,191
|
|
4645
4645
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request.txt,sha256=dxEKeiMav_lfjcdaaI9-_UGvwhBIh67w2lt6jnsHDUU,144
|
|
4646
4646
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request/get.txt,sha256=rckcRFUnpe5zNo2n5FJlPiJPlrtH8WI4nJhJ-vaG8mc,2858
|
|
4647
4647
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request/list.txt,sha256=6bKo6Xd4ZnkomFhhG7Cg5K1ALSbLqPzxQRi95_vrauM,3940
|
|
4648
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/list
|
|
4649
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log-entry/list-logs.txt,sha256=
|
|
4648
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/list.txt,sha256=dRYaCqfIP8peYmoetx10yiSp5a36xL_jkiVjUYNWrig,3650
|
|
4649
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log-entry/list-work-request-logs.txt,sha256=ANJIIz2Sb8-OnSgtyJsVM6mdNL3Qb_6YMcvB3d1Qh7Q,3750
|
|
4650
4650
|
oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal-collection.txt,sha256=R9lAYqkLxobM6BMsxiIeokL-Fk3nn7LIN-2UrwWDaH4,273
|
|
4651
4651
|
oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal.txt,sha256=GfHJjMEBUGSMNQzK26MRashovglq-RB0hAB0KabZzmE,486
|
|
4652
4652
|
oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal/change-compartment.txt,sha256=7Do0W43MRKnHP3XJhOjI6_2P43RMh0iHKzAOBO1skag,4101
|
|
@@ -6104,7 +6104,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request/list.t
|
|
|
6104
6104
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request-error/list.txt,sha256=mM7933GbwKuX0WkzM9ICcIlofLzF0dtEm1JEggY5S8w,3254
|
|
6105
6105
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request-log-entry/list.txt,sha256=xjSUcQP-n638zxuoqC-Knb6LUZljV-Ei_Pkses53IxI,3264
|
|
6106
6106
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule.txt,sha256=TGKSIFXpaqCm_i79P_45Ebd4PsucVoWuEsI7tZ5QNjY,747
|
|
6107
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt,sha256=
|
|
6107
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt,sha256=T9mb98Efr1yf1139kwH80nlRvEjKOKTgm_WcIanUJ3o,255
|
|
6108
6108
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/enforced-governance-rule.txt,sha256=RDRdSpzYGqJnCo6y7PuBQ_ZkcVJ2onD8j7eJ_XzkJqI,247
|
|
6109
6109
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/governance-rule.txt,sha256=2-seomAEnKzfLBZpyOXCnbQGzFsJUEIf7ADX-cnRFpU,495
|
|
6110
6110
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/inclusion-criterion.txt,sha256=JEuQKkXKeNrLIzj1w1jWA5bFCHTplrdt4DvoPgwAtLA,337
|
|
@@ -6131,14 +6131,14 @@ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane
|
|
|
6131
6131
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/get.txt,sha256=i8WAuE9C0aiFREzasEgQhanoMQA0Zu42ny_9IlNZQ9g,2946
|
|
6132
6132
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/list.txt,sha256=F3anQhXRAyXnnBE88LCeU_lJe3SSc5ZvHc6onlWtvD0,3984
|
|
6133
6133
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/retry.txt,sha256=qa6p72Z1SkQKtz8UXQcxrQtd8aWPrarBgwKJnVUh0_A,4369
|
|
6134
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt,sha256=
|
|
6135
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log
|
|
6134
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt,sha256=AqoCbmP2_hXnHtRuUmo4dpiG1SoBy-XsWSeXIbpw5cw,166
|
|
6135
|
+
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
|
|
6136
6136
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request.txt,sha256=XhA8S7RfdK8Ov6-V5ASYx1yUrY-4TGbAgx6pBLlyMDw,154
|
|
6137
6137
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/cancel.txt,sha256=2zgmz-dj-DtqA8oB4SldkITajH6RTedoLVHcY--4Cv4,3271
|
|
6138
6138
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/get.txt,sha256=g2fubrQuDdXAR4-KFaWxwdwnVgeP5Z0QF26mzLGMivw,2879
|
|
6139
6139
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/list.txt,sha256=joyihZemELpaWSYss6_8BYj8QPq2HP2vYa4pDUoIYtg,3669
|
|
6140
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/list
|
|
6141
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log
|
|
6140
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/list.txt,sha256=YNfANKQer4QgsN500wXNOk3Sju9H__dpvUcmj4-i_eo,3698
|
|
6141
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log/list.txt,sha256=O5-fBGIDs1HjLYE9Z3-hCz_Dssg8518az1t0MBu5UBw,3690
|
|
6142
6142
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-monitor.txt,sha256=WJlsQ1wPbzczvAUiVMicgaFHnPscAMDiPb8Kj0xMxc4,245
|
|
6143
6143
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-probe-result.txt,sha256=zcygFnKRIn4cHdPQafl50bhiLeErptIAUpven3duA6k,387
|
|
6144
6144
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-probe.txt,sha256=f2WhMEjdazb6skkMW2nlG0NRt4KB6Jhwv2m58NBIcDA,196
|
|
@@ -9316,7 +9316,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/organizations/sender-invitatio
|
|
|
9316
9316
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-mapping.txt,sha256=mbw2t-OP0ADliaCjfcdUOOBRjMz9PJ39gZbLC8ace5Q,178
|
|
9317
9317
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription.txt,sha256=lnJu1PYHCPCeSWdWV6inKAMLsAQY-Ww0gtXqNULrQ40,220
|
|
9318
9318
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt,sha256=rivEQ094k4chVe7rLhnzUE3U6HveVjmqHEPljx4Fxsc,173
|
|
9319
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log
|
|
9319
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log.txt,sha256=u_O3_3-Ja6fz2jbCPg6XvluwEumXI7lMlfhl8KYNrqM,161
|
|
9320
9320
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request.txt,sha256=CqqYgMRHLcb9v40j_5zXV2wEzzXEkDylVzIvshuOTU4,318
|
|
9321
9321
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/assigned-subscription/get.txt,sha256=AwqErWMRoyk8tVVqwUBHvdLni7tP5X55ZBEvYFZ-Z2I,2897
|
|
9322
9322
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/assigned-subscription/list.txt,sha256=68x8wU_m5XO47QXn67lso55k-wkXyVE1xd-hTBEKVNQ,3944
|
|
@@ -9368,7 +9368,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-map
|
|
|
9368
9368
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request/get.txt,sha256=u3xZcULvHfC8_00vtJMMFWyXLEwl0CyFJye5_00seXU,2792
|
|
9369
9369
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request/list.txt,sha256=RfNH6PhTlDWmW8J2TMAE_TAiA7v9FTBs-zzMAqmbWgc,3388
|
|
9370
9370
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/list-errors.txt,sha256=M9zzXtZ611NgeYiUIr77AXPQeyi8otUhg7wvbIOjPAw,3445
|
|
9371
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log
|
|
9371
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log/list.txt,sha256=VnTiyyEgLJH8GF-f5BrtfxkQYJtNLvLljv3zmTIFJyI,3402
|
|
9372
9372
|
oci_cli/help_text_producer/data_files/text/cmdref/os/bucket.txt,sha256=C_uqazUqUyr_c5g9WVWFuADexOW0phQcpxu6BUSq3N4,678
|
|
9373
9373
|
oci_cli/help_text_producer/data_files/text/cmdref/os/multipart.txt,sha256=0bzYywL0aSnkDEALLRBzGMur-kLC4MdpXEVSS60lFpM,109
|
|
9374
9374
|
oci_cli/help_text_producer/data_files/text/cmdref/os/ns.txt,sha256=pmjAwJtr2wPD5186FycBl7WEdMRbX6TNRef1jgXUgqw,806
|
|
@@ -12835,10 +12835,10 @@ services/zpr/src/oci_cli_zpr/generated/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDv
|
|
|
12835
12835
|
services/zpr/src/oci_cli_zpr/generated/client_mappings.py,sha256=eTLXQDImyDyG8dX8CJdYEjz3h6rCCJb3BFRyeCUAlWs,742
|
|
12836
12836
|
services/zpr/src/oci_cli_zpr/generated/zpr_cli.py,sha256=DZnnwX1MKDrT3zWXrkw2-8Q5hwWOWS0usU-kNsPdye4,58668
|
|
12837
12837
|
services/zpr/tests/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDvNxrBw_If15F0TRiYZKYes,437
|
|
12838
|
-
oci_cli-3.71.
|
|
12839
|
-
oci_cli-3.71.
|
|
12840
|
-
oci_cli-3.71.
|
|
12841
|
-
oci_cli-3.71.
|
|
12842
|
-
oci_cli-3.71.
|
|
12843
|
-
oci_cli-3.71.
|
|
12844
|
-
oci_cli-3.71.
|
|
12838
|
+
oci_cli-3.71.4.dist-info/LICENSE.txt,sha256=ueIO48H0oqClJKqp08lneEyFBdtKhwGsa_jOxi8m7Ro,41278
|
|
12839
|
+
oci_cli-3.71.4.dist-info/METADATA,sha256=ifGJSUH5vHYlT0Ceu2lgInQOoKjFP8jjT47iW3eJn-E,7272
|
|
12840
|
+
oci_cli-3.71.4.dist-info/THIRD_PARTY_LICENSES.txt,sha256=aTaXCqNxR1izL8cRvUcnsyswdP74vi4D4dd9FcoRmiA,88189
|
|
12841
|
+
oci_cli-3.71.4.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
|
12842
|
+
oci_cli-3.71.4.dist-info/entry_points.txt,sha256=Rzwlt90Fk4kXpuMTmspwgtY69KnkJeoUj1-Cgw_Ti4E,126
|
|
12843
|
+
oci_cli-3.71.4.dist-info/top_level.txt,sha256=qaPmB8Lr9XWqQLRmy6aKLBHCfkwLZKopOFxYbJp-R9o,47
|
|
12844
|
+
oci_cli-3.71.4.dist-info/RECORD,,
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log-entry/list.txt
DELETED
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
"list"
|
|
2
|
-
******
|
|
3
|
-
|
|
4
|
-
* Description
|
|
5
|
-
|
|
6
|
-
* Usage
|
|
7
|
-
|
|
8
|
-
* Required Parameters
|
|
9
|
-
|
|
10
|
-
* Optional Parameters
|
|
11
|
-
|
|
12
|
-
* Global Parameters
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
Description
|
|
16
|
-
===========
|
|
17
|
-
|
|
18
|
-
Return a (paginated) list of logs for a given work request.
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
Usage
|
|
22
|
-
=====
|
|
23
|
-
|
|
24
|
-
oci organizations work-request-log-entry list [OPTIONS]
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
Required Parameters
|
|
28
|
-
===================
|
|
29
|
-
|
|
30
|
-
--work-request-id [text]
|
|
31
|
-
|
|
32
|
-
The ID of the asynchronous request.
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
Optional Parameters
|
|
36
|
-
===================
|
|
37
|
-
|
|
38
|
-
--all
|
|
39
|
-
|
|
40
|
-
Fetches all pages of results. If you provide this option, then you
|
|
41
|
-
cannot provide the "--limit" option.
|
|
42
|
-
|
|
43
|
-
--from-json [text]
|
|
44
|
-
|
|
45
|
-
Provide input to this command as a JSON document from a file using the
|
|
46
|
-
file://path-to/file syntax.
|
|
47
|
-
|
|
48
|
-
The "--generate-full-command-json-input" option can be used to
|
|
49
|
-
generate a sample json file to be used with this command option. The
|
|
50
|
-
key names are pre-populated and match the command option names
|
|
51
|
-
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
52
|
-
while the values of the keys need to be populated by the user before
|
|
53
|
-
using the sample file as an input to this command. For any command
|
|
54
|
-
option that accepts multiple values, the value of the key can be a
|
|
55
|
-
JSON array.
|
|
56
|
-
|
|
57
|
-
Options can still be provided on the command line. If an option exists
|
|
58
|
-
in both the JSON document and the command line then the command line
|
|
59
|
-
specified value will be used.
|
|
60
|
-
|
|
61
|
-
For examples on usage of this option, please see our “using CLI with
|
|
62
|
-
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
63
|
-
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
64
|
-
|
|
65
|
-
--limit [integer]
|
|
66
|
-
|
|
67
|
-
The maximum number of items to return.
|
|
68
|
-
|
|
69
|
-
--page [text]
|
|
70
|
-
|
|
71
|
-
The page token representing the page at which to start retrieving
|
|
72
|
-
results. This is usually retrieved from a previous list call.
|
|
73
|
-
|
|
74
|
-
--page-size [integer]
|
|
75
|
-
|
|
76
|
-
When fetching results, the number of results to fetch per call. Only
|
|
77
|
-
valid when used with "--all" or "--limit", and ignored otherwise.
|
|
78
|
-
|
|
79
|
-
--sort-order [text]
|
|
80
|
-
|
|
81
|
-
The sort order to use, whether ‘asc’ or ‘desc’.
|
|
82
|
-
|
|
83
|
-
Accepted values are:
|
|
84
|
-
|
|
85
|
-
ASC, DESC
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
Global Parameters
|
|
89
|
-
=================
|
|
90
|
-
|
|
91
|
-
Use "oci --help" for help on global parameters.
|
|
92
|
-
|
|
93
|
-
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
94
|
-
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
95
|
-
defaults-file", "--enable-dual-stack", "--enable-propagation", "--
|
|
96
|
-
endpoint", "--generate-full-command-json-input", "--generate-param-
|
|
97
|
-
json-input", "--help", "--latest-version", "--max-retries", "--no-
|
|
98
|
-
retry", "--opc-client-request-id", "--opc-request-id", "--output", "--
|
|
99
|
-
profile", "--proxy", "--query", "--raw-output", "--read-timeout", "--
|
|
100
|
-
realm-specific-endpoint", "--region", "--release-info", "--request-
|
|
101
|
-
id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|