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 containerservices/resource-manager] [AKS] specify byte format for base64-encoded kubeconfig #2184

Conversation

AutorestCI
Copy link
Contributor

[AKS] specify byte format for base64-encoded kubeconfig
@AutorestCI
Copy link
Contributor Author

AutorestCI commented Mar 15, 2018

(message created by the CI based on PR content)

Installation instruction

Package azure-mgmt-containerservice

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

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_2669#egg=azure-mgmt-containerservice&subdirectory=azure-mgmt-containerservice"

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

  • git checkout restapi_auto_2669
  • pip install -e ./azure-mgmt-containerservice

Or build a wheel file to distribute for testing:

  • git checkout restapi_auto_2669
  • pip wheel --no-deps ./azure-mgmt-containerservice

Direct download

Your files can be directly downloaded here:

@codecov-io
Copy link

codecov-io commented Mar 15, 2018

Codecov Report

Merging #2184 into restapi_auto_containerservices/resource-manager will increase coverage by 0.03%.
The diff coverage is 69.62%.

Impacted file tree graph

@@                                 Coverage Diff                                 @@
##           restapi_auto_containerservices/resource-manager    #2184      +/-   ##
===================================================================================
+ Coverage                                            52.06%    52.1%   +0.03%     
===================================================================================
  Files                                                 5567     5588      +21     
  Lines                                               133508   133731     +223     
===================================================================================
+ Hits                                                 69510    69679     +169     
- Misses                                               63998    64052      +54
Impacted Files Coverage Δ
...e/models/container_service_orchestrator_profile.py 100% <100%> (ø) ⬆️
.../models/container_service_ssh_configuration_py3.py 100% <100%> (ø)
...ice/azure/mgmt/containerservice/models/__init__.py 100% <100%> (ø) ⬆️
...vice/models/container_service_ssh_configuration.py 100% <100%> (ø) ⬆️
.../mgmt/containerservice/models/container_service.py 100% <100%> (ø) ⬆️
...t/containerservice/models/container_service_py3.py 100% <100%> (ø)
...models/container_service_agent_pool_profile_py3.py 100% <100%> (ø)
...ice/models/container_service_agent_pool_profile.py 100% <100%> (ø) ⬆️
...ice/models/container_service_master_profile_py3.py 100% <100%> (ø)
...dels/container_service_orchestrator_profile_py3.py 100% <100%> (ø)
... and 57 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 515bb1f...60f2fbf. Read the comment docs.

@lmazuel
Copy link
Member

lmazuel commented Mar 15, 2018

@AutorestCI rebase

@AutorestCI
Copy link
Contributor Author

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/restapi_auto_containerservices/resource-manager
  stdout: 'First, rewinding head to replay your work on top of it...
Applying: Generated from 63832619ea68b0f3b93c37f2ac2be54a5b3dba83
Using index info to reconstruct a base tree...
M	azure-mgmt-containerservice/azure/mgmt/containerservice/models/__init__.py
M	azure-mgmt-containerservice/azure/mgmt/containerservice/models/container_service.py
M	azure-mgmt-containerservice/azure/mgmt/containerservice/models/container_service_agent_pool_profile.py
M	azure-mgmt-containerservice/azure/mgmt/containerservice/models/container_service_client_enums.py
M	azure-mgmt-containerservice/azure/mgmt/containerservice/models/container_service_custom_profile.py
M	azure-mgmt-containerservice/azure/mgmt/containerservice/models/container_service_diagnostics_profile.py
M	azure-mgmt-containerservice/azure/mgmt/containerservice/models/container_service_linux_profile.py
M	azure-mgmt-containerservice/azure/mgmt/containerservice/models/container_service_master_profile.py
M	azure-mgmt-containerservice/azure/mgmt/containerservice/models/container_service_orchestrator_profile.py
M	azure-mgmt-containerservice/azure/mgmt/containerservice/models/container_service_service_principal_profile.py
M	azure-mgmt-containerservice/azure/mgmt/containerservice/models/container_service_ssh_configuration.py
M	azure-mgmt-containerservice/azure/mgmt/containerservice/models/container_service_ssh_public_key.py
M	azure-mgmt-containerservice/azure/mgmt/containerservice/models/container_service_vm_diagnostics.py
M	azure-mgmt-containerservice/azure/mgmt/containerservice/models/container_service_windows_profile.py
M	azure-mgmt-containerservice/azure/mgmt/containerservice/models/key_vault_secret_ref.py
M	azure-mgmt-containerservice/azure/mgmt/containerservice/models/managed_cluster.py
M	azure-mgmt-containerservice/azure/mgmt/containerservice/models/managed_cluster_access_profile.py
M	azure-mgmt-containerservice/azure/mgmt/containerservice/models/managed_cluster_pool_upgrade_profile.py
M	azure-mgmt-containerservice/azure/mgmt/containerservice/models/managed_cluster_upgrade_profile.py
M	azure-mgmt-containerservice/azure/mgmt/containerservice/models/orchestrator_profile.py
M	azure-mgmt-containerservice/azure/mgmt/containerservice/models/orchestrator_version_profile.py
M	azure-mgmt-containerservice/azure/mgmt/containerservice/models/orchestrator_version_profile_list_result.py
M	azure-mgmt-containerservice/azure/mgmt/containerservice/models/resource.py
M	azure-mgmt-containerservice/azure/mgmt/containerservice/operations/container_services_operations.py
M	azure-mgmt-containerservice/azure/mgmt/containerservice/operations/managed_clusters_operations.py
Falling back to patching base and 3-way merge...
Auto-merging azure-mgmt-containerservice/azure/mgmt/containerservice/models/managed_cluster_access_profile_py3.py
CONFLICT (add/add): Merge conflict in azure-mgmt-containerservice/azure/mgmt/containerservice/models/managed_cluster_access_profile_py3.py
Auto-merging azure-mgmt-containerservice/azure/mgmt/containerservice/models/managed_cluster_access_profile.py
Auto-merging azure-mgmt-containerservice/azure/mgmt/containerservice/models/container_service_master_profile_py3.py
CONFLICT (add/add): Merge conflict in azure-mgmt-containerservice/azure/mgmt/containerservice/models/container_service_master_profile_py3.py
Auto-merging azure-mgmt-containerservice/azure/mgmt/containerservice/models/container_service_master_profile.py
CONFLICT (content): Merge conflict in azure-mgmt-containerservice/azure/mgmt/containerservice/models/container_service_master_profile.py
Auto-merging azure-mgmt-containerservice/azure/mgmt/containerservice/models/container_service_agent_pool_profile_py3.py
CONFLICT (add/add): Merge conflict in azure-mgmt-containerservice/azure/mgmt/containerservice/models/container_service_agent_pool_profile_py3.py
Auto-merging azure-mgmt-containerservice/azure/mgmt/containerservice/models/container_service_agent_pool_profile.py
CONFLICT (content): Merge conflict in azure-mgmt-containerservice/azure/mgmt/containerservice/models/container_service_agent_pool_profile.py
Patch failed at 0001 Generated from 63832619ea68b0f3b93c37f2ac2be54a5b3dba83
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 lmazuel closed this Mar 15, 2018
@lmazuel lmazuel deleted the restapi_auto_2669 branch March 15, 2018 23:59
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