-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add playbook configurations resource REST specification #5548
Conversation
Automation for azure-sdk-for-rubyEncountered a Subprocess error: (azure-sdk-for-ruby)
Command: ['/usr/local/bin/autorest', '/tmp/tmp29h_bl4n/rest/specification/security/resource-manager/readme.md', '--perform-load=false', '--swagger-to-sdk', '--output-artifact=configuration.json', '--input-file=foo', '--output-folder=/tmp/tmp5wkefzpz'] AutoRest code generation utility [version: 2.0.4283; node: v8.12.0]
(C) 2018 Microsoft Corporation.
https://aka.ms/autorest
Failure:
Error: Unable to start AutoRest Core from /root/.autorest/@microsoft.azure_autorest-core@2.0.4370/node_modules/@microsoft.azure/autorest-core
Error: Unable to start AutoRest Core from /root/.autorest/@microsoft.azure_autorest-core@2.0.4370/node_modules/@microsoft.azure/autorest-core
at main (/opt/node_modules/autorest/dist/app.js:232:19)
at <anonymous>
/root/.autorest/@microsoft.azure_autorest-core@2.0.4370/node_modules/@microsoft.azure/autorest-core/dist/app.js:33
autorest_core_1.Shutdown();
^
ReferenceError: autorest_core_1 is not defined
at process.on (/root/.autorest/@microsoft.azure_autorest-core@2.0.4370/node_modules/@microsoft.azure/autorest-core/dist/app.js:33:5)
at emitOne (events.js:121:20)
at process.emit (events.js:211:7)
at process.emit (/node_modules/source-map-support/source-map-support.js:439:21)
fs.js:612
return binding.close(fd);
^
Error: EBADF: bad file descriptor, close
at Object.fs.closeSync (fs.js:612:18)
at StaticVolumeFile.shutdown (/opt/node_modules/autorest/dist/static-loader.js:352:10)
at StaticFilesystem.shutdown (/opt/node_modules/autorest/dist/static-loader.js:406:17)
at process.exit.n [as exit] (/opt/node_modules/autorest/dist/static-loader.js:169:11)
at printErrorAndExit (/node_modules/source-map-support/source-map-support.js:423:11)
at process.emit (/node_modules/source-map-support/source-map-support.js:435:16)
at process._fatalException (bootstrap_node.js:391:26) |
Automation for azure-sdk-for-pythonEncountered an unknown error: (azure-sdk-for-python)
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 170, in rest_handle_action
return rest_pull_close(body, restapi_repo, sdk_pr_target_repo, sdkbase, sdk_tag)
File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/github.py", line 185, in rest_pull_close
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 254, in generate_sdk_from_git_object
with manage_git_folder(gh_token, Path(temp_dir) / Path("rest"), branched_rest_api_id, pr_number=pr_number) as restapi_git_folder, \
File "/usr/lib/python3.6/contextlib.py", line 81, in __enter__
return next(self.gen)
File "/usr/local/lib/python3.6/dist-packages/azure_devtools/ci_tools/github_tools.py", line 272, in manage_git_folder
clone_to_path(gh_token, temp_dir, split_git_id[0], branch_or_commit=branch, pr_number=pr_number)
File "/usr/local/lib/python3.6/dist-packages/azure_devtools/ci_tools/github_tools.py", line 212, in clone_to_path
repo.git.checkout(branch_or_commit)
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(128)
cmdline: git checkout 708dfce51dce754fa6caa8dad1aed21e4ee80232
stderr: 'fatal: reference is not a tree: 708dfce51dce754fa6caa8dad1aed21e4ee80232' |
Automation for azure-sdk-for-javaNothing to generate for azure-sdk-for-java |
Automation for azure-sdk-for-jsA PR has been created for you: |
Automation for azure-sdk-for-goEncountered an unknown error: (azure-sdk-for-go)
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 170, in rest_handle_action
return rest_pull_close(body, restapi_repo, sdk_pr_target_repo, sdkbase, sdk_tag)
File "/usr/local/lib/python3.6/dist-packages/swaggertosdk/restapi/github.py", line 185, in rest_pull_close
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 254, in generate_sdk_from_git_object
with manage_git_folder(gh_token, Path(temp_dir) / Path("rest"), branched_rest_api_id, pr_number=pr_number) as restapi_git_folder, \
File "/usr/lib/python3.6/contextlib.py", line 81, in __enter__
return next(self.gen)
File "/usr/local/lib/python3.6/dist-packages/azure_devtools/ci_tools/github_tools.py", line 272, in manage_git_folder
clone_to_path(gh_token, temp_dir, split_git_id[0], branch_or_commit=branch, pr_number=pr_number)
File "/usr/local/lib/python3.6/dist-packages/azure_devtools/ci_tools/github_tools.py", line 212, in clone_to_path
repo.git.checkout(branch_or_commit)
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(128)
cmdline: git checkout 708dfce51dce754fa6caa8dad1aed21e4ee80232
stderr: 'fatal: reference is not a tree: 708dfce51dce754fa6caa8dad1aed21e4ee80232' |
REST Spec PR 'Azure/azure-rest-api-specs#5548' REST Spec PR Author 'mikreite' REST Spec PR Last commit
Can one of the admins verify this patch? |
@mikreite Kindly ping me when this PR is ready to review. |
...y/resource-manager/Microsoft.Security/preview/2019-01-01-preview/playbookConfigurations.json
Outdated
Show resolved
Hide resolved
...y/resource-manager/Microsoft.Security/preview/2019-01-01-preview/playbookConfigurations.json
Outdated
Show resolved
Hide resolved
...y/resource-manager/Microsoft.Security/preview/2019-01-01-preview/playbookConfigurations.json
Outdated
Show resolved
Hide resolved
...y/resource-manager/Microsoft.Security/preview/2019-01-01-preview/playbookConfigurations.json
Show resolved
Hide resolved
...y/resource-manager/Microsoft.Security/preview/2019-01-01-preview/playbookConfigurations.json
Show resolved
Hide resolved
...y/resource-manager/Microsoft.Security/preview/2019-01-01-preview/playbookConfigurations.json
Show resolved
Hide resolved
...1-preview/examples/PlaybookConfigurations/GetPlaybookConfigurationResourceGroup_example.json
Outdated
Show resolved
Hide resolved
...1-preview/examples/PlaybookConfigurations/GetPlaybookConfigurationResourceGroup_example.json
Outdated
Show resolved
Hide resolved
...y/resource-manager/Microsoft.Security/preview/2019-01-01-preview/playbookConfigurations.json
Show resolved
Hide resolved
...y/resource-manager/Microsoft.Security/preview/2019-01-01-preview/playbookConfigurations.json
Show resolved
Hide resolved
introduce trackedResource entity
REST Spec PR 'Azure/azure-rest-api-specs#5548' REST Spec PR Author 'mikreite' REST Spec PR Last commit
Hi @praries880, the PR is ready to review |
@mikreite kindly take care of the merge conflict |
@majastrz can you please confirm that all comments were addressed please? |
@AutorestCI regenerate azure-sdk-for-go |
@mikreite Is the PR ready to merge now? Also, kindly take care of the merge conflict |
@mikreite pinging back |
@erich-wang thanks for your reminder. There are still changes to be made, we are still not ready for merge. ETA for handling them by the next 2-3 weeks. |
Hi @mikreite is it ok to close the PR now since you're not ready for merge now, and it's over 4 months, there's conflict already with latest code base. pls create new PR when you're ready for merge. |
Hi @yungezz this resource is part of a private preview feature that is exposed in our RP manifest. We have approved the manifest change by having this open PR. This feature is going to be public (preview) by end of Sep. so the PR is supposed to be merged soon. Regarding the conflicts - I'll update the PR on a weekly basis, until last finishes are done. Please let me know if we should act differently, thanks. |
@mikreite it's ok if the PR is still active. |
In Testing, Please Ignore[Logs] (Generated from 6728524, Iteration 3)
|
* Adding SCVMM VM prop - limitCPUForMigration * liniting error fix Co-authored-by: Siddhant Singh <siddhant9868@gmail.com>
I'd like to add the DoNotMerge label, but the UI would not allow me to do so.
Please advise.
Latest improvements:
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Contribution checklist:
ARM API Review Checklist
Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.
Please follow the link to find more details on API review process.