Skip to content

feat(patch): Update both services with API version 2020-10-06 #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4,138 changes: 2,810 additions & 1,328 deletions ibm_vpc/vpc_classic_v1.py

Large diffs are not rendered by default.

5,758 changes: 4,127 additions & 1,631 deletions ibm_vpc/vpc_v1.py

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# test dependencies
pytest>=2.8.2
pytest>=5.0
responses>=0.10
python_dotenv>=0.1.5
pylint>=1.4.4
tox>=2.9.1
pytest-rerunfailures>=3.1
Expand All @@ -15,5 +14,5 @@ pytest-cov>=2.2.1
recommonmark>=0.2.0
Sphinx>=1.3.1

#test
# test
namegenerator>=1.0.6
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
jproperties
requests>=2.0,<3.0
python_dateutil>=2.5.3
websocket-client==0.48.0
ibm_cloud_sdk_core>=2.0.0,<3.0.0
ibm_cloud_sdk_core>=3.2.0
716 changes: 88 additions & 628 deletions test/integration/test_gen1.py

Large diffs are not rendered by default.

866 changes: 133 additions & 733 deletions test/integration/test_gen2.py

Large diffs are not rendered by default.

Loading