-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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] restapi_auto_servicebus/resource-manager #2037
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2037 +/- ##
==========================================
- Coverage 54.4% 54.38% -0.02%
==========================================
Files 6090 6181 +91
Lines 136853 138476 +1623
==========================================
+ Hits 74461 75317 +856
- Misses 62392 63159 +767
Continue to review full report at Codecov.
|
@AutorestCI rebase |
Encountered an unknown error
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/github_tools.py", line 32, in exception_to_github
yield context
File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/bot_framework.py", line 104, in manage_comment
response = getattr(self.handler, orderstr)(webhook_data.issue, *split_text)
File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/sdkbot.py", line 108, in rebase
msg = sdk_repo.git.rebase('upstream/{}'.format(upstream_base))
File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 551, in <lambda>
return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 1010, in _call_process
return self.execute(call, **exec_kwargs)
File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 821, in execute
raise GitCommandError(command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
cmdline: git rebase upstream/master
stdout: 'First, rewinding head to replay your work on top of it...
Applying: Generated from 53d1a0f7b7527828b2cdec46ed4fe3af768b11f4 (#1946)
Using index info to reconstruct a base tree...
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/access_keys.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/action.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/authorization_rule_properties.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/capture_description.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/check_name_availability.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/check_name_availability_result.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/correlation_filter.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/destination.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/error_response.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/message_count_details.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/operation.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/operation_display.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/premium_messaging_regions_properties.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/regenerate_access_key_parameters.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/resource.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/sb_sku.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/sb_subscription.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/sql_filter.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/operations/disaster_recovery_configs_operations.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/operations/event_hubs_operations.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/operations/namespaces_operations.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/operations/operations.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/operations/premium_messaging_regions_operations.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/operations/queues_operations.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/operations/regions_operations.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/operations/rules_operations.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/operations/subscriptions_operations.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/operations/topics_operations.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/version.py
Falling back to patching base and 3-way merge...
Auto-merging azure-mgmt-servicebus/azure/mgmt/servicebus/version.py
CONFLICT (content): Merge conflict in azure-mgmt-servicebus/azure/mgmt/servicebus/version.py
Patch failed at 0001 Generated from 53d1a0f7b7527828b2cdec46ed4fe3af768b11f4 (#1946)
The copy of the patch that failed is found in: .git/rebase-apply/patch
When you have resolved this problem, run "git rebase --continue".
If you prefer to skip this patch, run "git rebase --skip" instead.
To check out the original branch and stop rebasing, run "git rebase --abort".
'
stderr: 'error: Failed to merge in the changes.' |
@AutorestCI rebase |
Encountered an unknown error
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/github_tools.py", line 32, in exception_to_github
yield context
File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/bot_framework.py", line 104, in manage_comment
response = getattr(self.handler, orderstr)(webhook_data.issue, *split_text)
File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/sdkbot.py", line 64, in rebase
msg = sdk_repo.git.rebase('upstream/{}'.format(upstream_base))
File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 551, in <lambda>
return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 1010, in _call_process
return self.execute(call, **exec_kwargs)
File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 821, in execute
raise GitCommandError(command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
cmdline: git rebase upstream/master
stdout: 'First, rewinding head to replay your work on top of it...
Applying: Generated from 53d1a0f7b7527828b2cdec46ed4fe3af768b11f4 (#1946)
Using index info to reconstruct a base tree...
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/access_keys.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/action.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/authorization_rule_properties.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/capture_description.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/check_name_availability.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/check_name_availability_result.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/correlation_filter.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/destination.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/error_response.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/message_count_details.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/operation.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/operation_display.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/premium_messaging_regions_properties.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/regenerate_access_key_parameters.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/resource.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/sb_sku.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/sb_subscription.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/models/sql_filter.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/operations/disaster_recovery_configs_operations.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/operations/event_hubs_operations.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/operations/namespaces_operations.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/operations/operations.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/operations/premium_messaging_regions_operations.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/operations/queues_operations.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/operations/regions_operations.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/operations/rules_operations.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/operations/subscriptions_operations.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/operations/topics_operations.py
M azure-mgmt-servicebus/azure/mgmt/servicebus/version.py
Falling back to patching base and 3-way merge...
Auto-merging azure-mgmt-servicebus/azure/mgmt/servicebus/version.py
CONFLICT (content): Merge conflict in azure-mgmt-servicebus/azure/mgmt/servicebus/version.py
Patch failed at 0001 Generated from 53d1a0f7b7527828b2cdec46ed4fe3af768b11f4 (#1946)
The copy of the patch that failed is found in: .git/rebase-apply/patch
When you have resolved this problem, run "git rebase --continue".
If you prefer to skip this patch, run "git rebase --skip" instead.
To check out the original branch and stop rebasing, run "git rebase --abort".
'
stderr: 'error: Failed to merge in the changes.' |
(message created by the CI based on PR content) Installation instructionPackage azure-mgmt-servicebusYou can install the package You can build a wheel to distribute for test using the following command: If you have a local clone of this repository, you can also do:
Or build a wheel file to distribute for testing:
Direct downloadYour files can be directly downloaded here: |
a8e1ca1
to
8ed2362
Compare
@AutorestCI rebase |
Added enableBatchedOperations property to ServiceBus Queue
added 'properties' to corelationfilter
removed 'enableSubscriptionPartitioning' depricated property
* Generated from 53d1a0f7b7527828b2cdec46ed4fe3af768b11f4 (#1946) updated POST opretions for Authorization rules for Queues and Topics * Generated from eb292024b547ba2920c6cbe2231e8ee44a2c71ef (#2049) Added enableBatchedOperations property to ServiceBus Queue * Fix double azure-common install that breaks bdist_wheel * Generated from bc96045bf6a0e056903d0a2d798202ff9bd05165 (#2249) added 'properties' to corelationfilter * Generated from cb47714a72869d9271ef4a750f5997d4d070aaf2 (#2282) removed 'enableSubscriptionPartitioning' depricated property * Update version.py * Updated Tests
…p to list commands (#2472) * Generated from 8dcd1fb891075f38d26f230c0d3078629ba6b34f added $skip and $top to list commands * Generated from 69e26f29dd3395f76d8b5cc8852f25506e9d7697 removed skip and top for namespaces
Py conf SB 0.5.0
Rebase done and pushed to the branch |
0759e52
to
01fcad3
Compare
updated POST opretions for Authorization rules for Queues and Topics