Skip to content
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

[AutoPR eventgrid/data-plane] EventGrid StorageBlobCreatedEventData: Make contentLength field long instead of int to account for blob sizes greater than 2 GB. #4338

Merged
merged 1 commit into from
Feb 8, 2019

Conversation

AutorestCI
Copy link
Contributor

Makde contentLength field long instead of int to account for blob sizes greater than 2 GB.
@AutorestCI
Copy link
Contributor Author

AutorestCI commented Feb 8, 2019

(message created by the CI based on PR content)

Installation instruction

Package azure-eventgrid

You can install the package azure-eventgrid of this PR using the following command:
pip install "git+https://github.com/Azure/azure-sdk-for-python@restapi_auto_5179#egg=azure-eventgrid&subdirectory=azure-eventgrid"

You can build a wheel to distribute for test using the following command:
pip wheel --no-deps "git+https://github.com/Azure/azure-sdk-for-python@restapi_auto_5179#egg=azure-eventgrid&subdirectory=azure-eventgrid"

If you have a local clone of this repository, you can also do:

  • git checkout restapi_auto_5179
  • pip install -e ./azure-eventgrid

Or build a wheel file to distribute for testing:

  • git checkout restapi_auto_5179
  • pip wheel --no-deps ./azure-eventgrid

Direct download

Your files can be directly downloaded here:

@AutorestCI AutorestCI merged commit bca552c into restapi_auto_eventgrid/data-plane Feb 8, 2019
@AutorestCI AutorestCI deleted the restapi_auto_5179 branch February 8, 2019 21:00
@AutorestCI
Copy link
Contributor Author

This PR has been merged into #3629

@codecov-io
Copy link

Codecov Report

Merging #4338 into restapi_auto_eventgrid/data-plane will increase coverage by 1.18%.
The diff coverage is n/a.

Impacted file tree graph

@@                          Coverage Diff                          @@
##           restapi_auto_eventgrid/data-plane    #4338      +/-   ##
=====================================================================
+ Coverage                              55.02%    56.2%   +1.18%     
=====================================================================
  Files                                  10947     9183    -1764     
  Lines                                 240081   183633   -56448     
=====================================================================
- Hits                                  132094   103216   -28878     
+ Misses                                107987    80417   -27570
Impacted Files Coverage Δ
...ventgrid/models/storage_blob_created_event_data.py 26.66% <ø> (ø) ⬆️
...grid/models/storage_blob_created_event_data_py3.py 26.66% <ø> (ø) ⬆️
.../hdinsight/operations/script_actions_operations.py 25.75% <0%> (-71.22%) ⬇️
.../hdinsight/operations/configurations_operations.py 32.14% <0%> (-64.29%) ⬇️
.../operations/script_execution_history_operations.py 31.91% <0%> (-63.83%) ⬇️
...t/hdinsight/models/runtime_script_action_detail.py 38.46% <0%> (-61.54%) ⬇️
...insight/models/runtime_script_action_detail_py3.py 38.46% <0%> (-61.54%) ⬇️
...mt/hdinsight/operations/applications_operations.py 21.49% <0%> (-56.08%) ⬇️
...hdinsight/azure/mgmt/hdinsight/models/usage_py3.py 44.44% <0%> (-55.56%) ⬇️
...gmt-hdinsight/azure/mgmt/hdinsight/models/usage.py 44.44% <0%> (-55.56%) ⬇️
... and 2527 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update beed1a0...e42ccb8. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants