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] restapi_auto_servicebus/resource-manager #2037

Merged
merged 8 commits into from
Apr 27, 2018

Conversation

lmazuel
Copy link
Member

@lmazuel lmazuel commented Feb 22, 2018

updated POST opretions for Authorization rules for Queues and Topics

@codecov-io
Copy link

codecov-io commented Feb 22, 2018

Codecov Report

Merging #2037 into master will decrease coverage by 0.01%.
The diff coverage is 69.56%.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
...icebus/azure/mgmt/servicebus/models/access_keys.py 100% <100%> (ø) ⬆️
...ervicebus/azure/mgmt/servicebus/models/resource.py 100% <100%> (ø) ⬆️
...ervicebus/azure/mgmt/servicebus/models/__init__.py 100% <100%> (ø) ⬆️
...us/azure/mgmt/servicebus/models/access_keys_py3.py 100% <100%> (ø)
...ervicebus/models/check_name_availability_result.py 100% <100%> (ø) ⬆️
...re/mgmt/servicebus/models/sb_authorization_rule.py 100% <100%> (ø) ⬆️
...bus/azure/mgmt/servicebus/models/sql_filter_py3.py 100% <100%> (ø)
...vicebus/models/regenerate_access_key_parameters.py 100% <100%> (ø) ⬆️
...cebus/azure/mgmt/servicebus/models/sb_queue_py3.py 100% <100%> (ø)
.../mgmt/servicebus/models/check_name_availability.py 100% <100%> (ø) ⬆️
... and 174 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 85c2383...475081c. Read the comment docs.

@lmazuel
Copy link
Member Author

lmazuel commented Feb 28, 2018

@AutorestCI rebase

@AutorestCI
Copy link
Contributor

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.'

@lmazuel
Copy link
Member Author

lmazuel commented Mar 7, 2018

@AutorestCI rebase

@AutorestCI
Copy link
Contributor

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.'

@AutorestCI
Copy link
Contributor

AutorestCI commented Mar 23, 2018

(message created by the CI based on PR content)

Installation instruction

Package azure-mgmt-servicebus

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

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_servicebus/resource-manager#egg=azure-mgmt-servicebus&subdirectory=azure-mgmt-servicebus"

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

  • git checkout restapi_auto_servicebus/resource-manager
  • pip install -e ./azure-mgmt-servicebus

Or build a wheel file to distribute for testing:

  • git checkout restapi_auto_servicebus/resource-manager
  • pip wheel --no-deps ./azure-mgmt-servicebus

Direct download

Your files can be directly downloaded here:

@lmazuel
Copy link
Member Author

lmazuel commented Apr 26, 2018

@AutorestCI rebase

AutorestCI and others added 7 commits April 26, 2018 22:12
Added enableBatchedOperations property to ServiceBus Queue
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
@AutorestCI
Copy link
Contributor

Rebase done and pushed to the branch

@AutorestCI AutorestCI force-pushed the restapi_auto_servicebus/resource-manager branch from 0759e52 to 01fcad3 Compare April 26, 2018 22:12
@lmazuel lmazuel merged commit f6a4806 into master Apr 27, 2018
@lmazuel lmazuel deleted the restapi_auto_servicebus/resource-manager branch April 27, 2018 00:05
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.

3 participants