-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Add datalake-store/resource-manager/readme.typescript.md #4176
Conversation
Automation for azure-sdk-for-pythonA PR has been created for you: |
Automation for azure-sdk-for-jsA PR has been created for you: |
Can one of the admins verify this patch? |
Automation for azure-sdk-for-nodeA PR has been created for you: |
Automation for azure-sdk-for-rubyEncountered an unknown error: (azure-sdk-for-ruby)
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/azure_devtools/ci_tools/github_tools.py", line 33, in exception_to_github
yield context
File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/github.py", line 168, in rest_handle_action
return rest_pull_open(body, restapi_repo, sdk_pr_target_repo, sdkbase, sdk_tag)
File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/github.py", line 178, in rest_pull_open
rest_pr_management(rest_pr, sdk_pr_target_repo, sdk_tag, sdk_default_base)
File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/github_handler.py", line 151, in rest_pr_management
sdk_tag=sdk_tag
File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/SwaggerToSdkNewCLI.py", line 310, in generate_sdk_from_git_object
sdk_repo.git.push('origin', branch_name, set_upstream=True)
File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 548, in <lambda>
return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 1014, in _call_process
return self.execute(call, **exec_kwargs)
File "/usr/local/lib/python3.6/dist-packages/git/cmd.py", line 825, in execute
raise GitCommandError(command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(1)
cmdline: git push --set-upstream origin restapi_auto_generated/datalake-store-2018-10-11-311
stderr: 'To https://github.com/Azure/azure-sdk-for-ruby.git
! [rejected] restapi_auto_generated/datalake-store-2018-10-11-311 -> restapi_auto_generated/datalake-store-2018-10-11-311 (fetch first)
error: failed to push some refs to 'https://AutorestCI:58ab395c311d1bd75b3e1db1cc8adaf9acc42afe@github.com/Azure/azure-sdk-for-ruby.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.' |
azure-arm: true | ||
package-name: "@azure/arm-datalake-store" | ||
output-folder: "$(typescript-sdks-folder)/packages/@azure/arm-datalake-store" | ||
source-code-folder-path: lib/account |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you look at the original Node.js readme file, you'll see that this was actually going into "azure-arm-datalake" (that's why it has a "source-code-folder-path" property. I'd recommend going back and updating this one by hand.
Automation for azure-sdk-for-goNothing to generate for azure-sdk-for-go |
* initial api security manifest * Modify apisecurity json spec * Modify apisecurity json spec * Add missing parameters * Add missing parameters * Add missing parameters * Modify resource group name param * Removing parent resource path * Adding API Security to the custom word text file * Fixed Lint issues * Fixed Lint issues * Fixed Lint issues * Fixed Lint issues * Fixed Lint issues * Fixed Lint issues * prettier check fix * Fixed Lint issues * Fixed Lint issues * Fixed Lint issues * fixing prettier style * Fixed Lint issues * Fixed Lint issues * Fixed Lint issues * Build issue * build issue * Fixed Lint issues * Fixed Lint issues * Fixed Lint issues * Fixed Lint issues * Fixed Lint issues * Fixed Lint issues * Fixed Lint issues * Fixed Lint issues * Fixed Lint issues * Update readme.python.md * Fix build issue for sdk go * Update specification/apisecurity/resource-manager/readme.go.md Co-authored-by: Arcturus <ufo54153@gmail.com> * Update specification/apisecurity/resource-manager/readme.go.md Co-authored-by: Arcturus <ufo54153@gmail.com> * Address PR comments * Address PR comments Co-authored-by: Nasim <65200706+nasimkhli@users.noreply.github.com> Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com> Co-authored-by: Arcturus <ufo54153@gmail.com>
Autogenerated