azdev 0.1.95__tar.gz → 0.1.96__tar.gz
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.
- {azdev-0.1.95 → azdev-0.1.96}/HISTORY.rst +4 -0
- {azdev-0.1.95/azdev.egg-info → azdev-0.1.96}/PKG-INFO +6 -2
- {azdev-0.1.95 → azdev-0.1.96}/azdev/__init__.py +1 -1
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/breaking_change/__init__.py +6 -2
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/breaking_change/markdown_template.jinja2 +5 -2
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/linter/rules/command_group_rules.py +4 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/linter/rules/command_rules.py +4 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/linter/rules/parameter_rules.py +4 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/params.py +2 -0
- {azdev-0.1.95 → azdev-0.1.96/azdev.egg-info}/PKG-INFO +6 -2
- {azdev-0.1.95 → azdev-0.1.96}/azdev.egg-info/requires.txt +1 -1
- {azdev-0.1.95 → azdev-0.1.96}/setup.py +1 -1
- {azdev-0.1.95 → azdev-0.1.96}/LICENSE +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/MANIFEST.in +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/README.md +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/README.rst +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/__main__.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/commands.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/completer.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/config/__init__.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/config/cli.flake8 +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/config/cli_pylintrc +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/config/ext.flake8 +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/config/ext_pylintrc +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/help.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/mod_templates/HISTORY.rst +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/mod_templates/README.rst +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/mod_templates/_client_factory.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/mod_templates/_help.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/mod_templates/_params.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/mod_templates/_validators.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/mod_templates/azext_metadata.json +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/mod_templates/blank__init__.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/mod_templates/commands.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/mod_templates/custom.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/mod_templates/module__init__.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/mod_templates/pkg_declare__init__.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/mod_templates/setup.cfg +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/mod_templates/setup.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/mod_templates/test_service_scenario.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/__init__.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/cmdcov/__init__.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/cmdcov/_macros.j2 +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/cmdcov/cmdcov.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/cmdcov/component.css +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/cmdcov/component.js +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/cmdcov/favicon.ico +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/cmdcov/index.j2 +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/cmdcov/index2.j2 +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/cmdcov/module.j2 +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/code_gen.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/command_change/__init__.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/command_change/custom.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/command_change/util.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/constant.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/extensions/__init__.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/extensions/util.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/extensions/version_upgrade.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/help/__init__.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/help/refdoc/__init__.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/help/refdoc/conf.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/legal.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/linter/__init__.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/linter/data/cmd_example_config.json +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/linter/linter.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/linter/pylint_checkers/__init__.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/linter/pylint_checkers/show_command.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/linter/rule_decorators.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/linter/rules/__init__.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/linter/rules/ci_exclusions.yml +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/linter/rules/command_coverage_rules.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/linter/rules/help_rules.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/linter/rules/linter_exclusions.yml +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/linter/util.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/performance.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/pypi.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/python_sdk.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/regex.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/resource.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/secret.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/setup.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/statistics/__init__.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/statistics/util.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/style.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/testtool/__init__.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/testtool/incremental_strategy.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/testtool/profile_context.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/operations/testtool/pytest_runner.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/transformers.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/utilities/__init__.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/utilities/command.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/utilities/config.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/utilities/const.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/utilities/display.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/utilities/git_util.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/utilities/path.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/utilities/pypi.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/utilities/testing.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev/utilities/tools.py +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev.egg-info/SOURCES.txt +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev.egg-info/dependency_links.txt +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev.egg-info/entry_points.txt +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/azdev.egg-info/top_level.txt +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/pyproject.toml +0 -0
- {azdev-0.1.95 → azdev-0.1.96}/setup.cfg +0 -0
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Release History
|
|
4
4
|
===============
|
|
5
|
+
0.1.96
|
|
6
|
+
++++++
|
|
7
|
+
* `azdev generate-breaking-change-report`: Add `--no-head` and `--no-tail` to support trim header and tail in markdown report.
|
|
8
|
+
|
|
5
9
|
0.1.95
|
|
6
10
|
++++++
|
|
7
11
|
* `azdev generate-breaking-change-report`: Extracts upcoming breaking changes in extensions, regardless of the target version set
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: azdev
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.96
|
|
4
4
|
Summary: Microsoft Azure CLI Developer Tools
|
|
5
5
|
Home-page: https://github.com/Azure/azure-cli-dev-tools
|
|
6
6
|
Author: Microsoft Corporation
|
|
@@ -40,7 +40,7 @@ Requires-Dist: azure-cli-diff-tool~=0.0.6
|
|
|
40
40
|
Requires-Dist: packaging
|
|
41
41
|
Requires-Dist: tqdm
|
|
42
42
|
Requires-Dist: wheel==0.30.0
|
|
43
|
-
Requires-Dist: microsoft-security-utilities-secret-masker~=1.0.
|
|
43
|
+
Requires-Dist: microsoft-security-utilities-secret-masker~=1.0.0b4
|
|
44
44
|
Dynamic: author
|
|
45
45
|
Dynamic: author-email
|
|
46
46
|
Dynamic: classifier
|
|
@@ -158,6 +158,10 @@ License
|
|
|
158
158
|
|
|
159
159
|
Release History
|
|
160
160
|
===============
|
|
161
|
+
0.1.96
|
|
162
|
+
++++++
|
|
163
|
+
* `azdev generate-breaking-change-report`: Add `--no-head` and `--no-tail` to support trim header and tail in markdown report.
|
|
164
|
+
|
|
161
165
|
0.1.95
|
|
162
166
|
++++++
|
|
163
167
|
* `azdev generate-breaking-change-report`: Extracts upcoming breaking changes in extensions, regardless of the target version set
|
|
@@ -304,7 +304,7 @@ def _group_breaking_change_items(iterator, group_by_version=False):
|
|
|
304
304
|
|
|
305
305
|
|
|
306
306
|
def collect_upcoming_breaking_changes(modules=None, target_version='NextWindow', source=None, group_by_version=None,
|
|
307
|
-
output_format='structure'):
|
|
307
|
+
output_format='structure', no_head=False, no_tail=False):
|
|
308
308
|
if target_version == 'NextWindow':
|
|
309
309
|
from azure.cli.core.breaking_change import NEXT_BREAKING_CHANGE_RELEASE
|
|
310
310
|
target_version = NEXT_BREAKING_CHANGE_RELEASE
|
|
@@ -339,5 +339,9 @@ def collect_upcoming_breaking_changes(modules=None, target_version='NextWindow',
|
|
|
339
339
|
env = Environment(loader=PackageLoader('azdev', 'operations/breaking_change'),
|
|
340
340
|
trim_blocks=True)
|
|
341
341
|
template = env.get_template('markdown_template.jinja2')
|
|
342
|
-
output(template.render({
|
|
342
|
+
output(template.render({
|
|
343
|
+
'module_bc': breaking_changes,
|
|
344
|
+
'no_head': no_head,
|
|
345
|
+
'no_tail': no_tail,
|
|
346
|
+
}))
|
|
343
347
|
return None
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
{% if not no_head -%}
|
|
1
2
|
# Upcoming breaking changes in Azure CLI
|
|
2
3
|
|
|
3
4
|
The breaking changes listed in this article are planned for the next major release of the Azure CLI unless otherwise noted. Per our [Support lifecycle](./azure-cli-support-lifecycle.md), breaking changes in Azure CLI Core reference groups occur twice a year.
|
|
4
5
|
|
|
6
|
+
{% endif -%}
|
|
5
7
|
{% for module, command_bc in module_bc.items() -%}
|
|
6
8
|
## {{ module }}
|
|
7
9
|
|
|
@@ -32,6 +34,7 @@ The breaking changes listed in this article are planned for the next major relea
|
|
|
32
34
|
{% endif -%}
|
|
33
35
|
{% endfor -%}
|
|
34
36
|
{% endfor -%}
|
|
35
|
-
|
|
37
|
+
{% if not no_tail %}
|
|
36
38
|
> [!NOTE]
|
|
37
|
-
> This article provides information on upcoming breaking changes. For previously published breaking changes, see [Azure CLI release notes](./release-notes-azure-cli.md).
|
|
39
|
+
> This article provides information on upcoming breaking changes. For previously published breaking changes, see [Azure CLI release notes](./release-notes-azure-cli.md).
|
|
40
|
+
{%- endif -%}
|
|
@@ -54,12 +54,16 @@ def disallowed_html_tag_from_command_group(linter, command_group_name):
|
|
|
54
54
|
linter.diffed_lines)):
|
|
55
55
|
raise RuleError("Disallowed html tags {} in short summary. "
|
|
56
56
|
"If the content is a placeholder, please remove <> or wrap it with backtick. "
|
|
57
|
+
"For example: 1) <Name>-res.yaml -> `<Name>-res.yaml`; "
|
|
58
|
+
"2) http://<URL>:<PORT> -> `http://<URL>:<PORT>`. "
|
|
57
59
|
"For more info please refer to: {}".format(disallowed_tags,
|
|
58
60
|
DISALLOWED_HTML_TAG_RULE_LINK))
|
|
59
61
|
if help_entry.long_summary and (disallowed_tags := has_illegal_html_tag(help_entry.long_summary,
|
|
60
62
|
linter.diffed_lines)):
|
|
61
63
|
raise RuleError("Disallowed html tags {} in long summary. "
|
|
62
64
|
"If content is a placeholder, please remove <> or wrap it with backtick. "
|
|
65
|
+
"For example: 1) <Name>-res.yaml -> `<Name>-res.yaml`; "
|
|
66
|
+
"2) http://<URL>:<PORT> -> `http://<URL>:<PORT>`. "
|
|
63
67
|
"For more info please refer to: {}".format(disallowed_tags,
|
|
64
68
|
DISALLOWED_HTML_TAG_RULE_LINK))
|
|
65
69
|
|
|
@@ -49,12 +49,16 @@ def disallowed_html_tag_from_command(linter, command_name):
|
|
|
49
49
|
linter.diffed_lines)):
|
|
50
50
|
raise RuleError("Disallowed html tags {} in short summary. "
|
|
51
51
|
"If the content is a placeholder, please remove <> or wrap it with backtick. "
|
|
52
|
+
"For example: 1) <Name>-res.yaml -> `<Name>-res.yaml`; "
|
|
53
|
+
"2) http://<URL>:<PORT> -> `http://<URL>:<PORT>`. "
|
|
52
54
|
"For more info please refer to: {}".format(disallowed_tags,
|
|
53
55
|
DISALLOWED_HTML_TAG_RULE_LINK))
|
|
54
56
|
if help_entry.long_summary and (disallowed_tags := has_illegal_html_tag(help_entry.long_summary,
|
|
55
57
|
linter.diffed_lines)):
|
|
56
58
|
raise RuleError("Disallowed html tags {} in long summary. "
|
|
57
59
|
"If content is a placeholder, please remove <> or wrap it with backtick. "
|
|
60
|
+
"For example: 1) <Name>-res.yaml -> `<Name>-res.yaml`; "
|
|
61
|
+
"2) http://<URL>:<PORT> -> `http://<URL>:<PORT>`. "
|
|
58
62
|
"For more info please refer to: {}".format(disallowed_tags,
|
|
59
63
|
DISALLOWED_HTML_TAG_RULE_LINK))
|
|
60
64
|
|
|
@@ -183,6 +183,8 @@ def disallowed_html_tag_from_parameter(linter, command_name, parameter_name):
|
|
|
183
183
|
linter.diffed_lines)):
|
|
184
184
|
raise RuleError("Disallowed html tags {} in short summary. "
|
|
185
185
|
"If the content is a placeholder, please remove <> or wrap it with backtick. "
|
|
186
|
+
"For example: 1) <Name>-res.yaml -> `<Name>-res.yaml`; "
|
|
187
|
+
"2) http://<URL>:<PORT> -> `http://<URL>:<PORT>`. "
|
|
186
188
|
"For more info please refer to: {}".format(disallowed_tags,
|
|
187
189
|
DISALLOWED_HTML_TAG_RULE_LINK))
|
|
188
190
|
|
|
@@ -190,6 +192,8 @@ def disallowed_html_tag_from_parameter(linter, command_name, parameter_name):
|
|
|
190
192
|
linter.diffed_lines)):
|
|
191
193
|
raise RuleError("Disallowed html tags {} in long summary. "
|
|
192
194
|
"If content is a placeholder, please remove <> or wrap it with backtick. "
|
|
195
|
+
"For example: 1) <Name>-res.yaml -> `<Name>-res.yaml`; "
|
|
196
|
+
"2) http://<URL>:<PORT> -> `http://<URL>:<PORT>`. "
|
|
193
197
|
"For more info please refer to: {}".format(disallowed_tags,
|
|
194
198
|
DISALLOWED_HTML_TAG_RULE_LINK))
|
|
195
199
|
|
|
@@ -276,3 +276,5 @@ def load_arguments(self, _):
|
|
|
276
276
|
help='If specified, breaking changes would be grouped by their target version as well.')
|
|
277
277
|
c.argument('output_format', choices=['structure', 'markdown'], default='structure',
|
|
278
278
|
help='Output format of the collected breaking changes.')
|
|
279
|
+
c.argument('no_head', action='store_true', help='Skip head when displaying as markdown.')
|
|
280
|
+
c.argument('no_tail', action='store_true', help='Skip tail when displaying as markdown.')
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: azdev
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.96
|
|
4
4
|
Summary: Microsoft Azure CLI Developer Tools
|
|
5
5
|
Home-page: https://github.com/Azure/azure-cli-dev-tools
|
|
6
6
|
Author: Microsoft Corporation
|
|
@@ -40,7 +40,7 @@ Requires-Dist: azure-cli-diff-tool~=0.0.6
|
|
|
40
40
|
Requires-Dist: packaging
|
|
41
41
|
Requires-Dist: tqdm
|
|
42
42
|
Requires-Dist: wheel==0.30.0
|
|
43
|
-
Requires-Dist: microsoft-security-utilities-secret-masker~=1.0.
|
|
43
|
+
Requires-Dist: microsoft-security-utilities-secret-masker~=1.0.0b4
|
|
44
44
|
Dynamic: author
|
|
45
45
|
Dynamic: author-email
|
|
46
46
|
Dynamic: classifier
|
|
@@ -158,6 +158,10 @@ License
|
|
|
158
158
|
|
|
159
159
|
Release History
|
|
160
160
|
===============
|
|
161
|
+
0.1.96
|
|
162
|
+
++++++
|
|
163
|
+
* `azdev generate-breaking-change-report`: Add `--no-head` and `--no-tail` to support trim header and tail in markdown report.
|
|
164
|
+
|
|
161
165
|
0.1.95
|
|
162
166
|
++++++
|
|
163
167
|
* `azdev generate-breaking-change-report`: Extracts upcoming breaking changes in extensions, regardless of the target version set
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|