-
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
Modify Gallery Swagger According To Feedback #3175
Modify Gallery Swagger According To Feedback #3175
Conversation
…vanbasten2323/azure-rest-api-specs into dev/xiowei/addSwaggerForGallery
…the local validation.
Automation for azure-sdk-for-goNothing to generate for azure-sdk-for-go |
@AutorestCI regenerate azure-sdk-for-python |
"default": { | ||
"description": "Error response describing why the operation failed.", | ||
"schema": { | ||
"$ref": "#/definitions/CloudError" | ||
"$ref": "#/definitions/ApiError" |
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.
@vanbasten23 Are you part of Compute service team? |
@sarangan12 Yes, I am part of Compute service team. |
@@ -34,7 +34,7 @@ These are the global settings for the Compute API. | |||
title: ComputeManagementClient | |||
description: Compute Client | |||
openapi-type: arm | |||
tag: package-2018-04-01 | |||
tag: package-2018-06-01 |
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 update this default tag to include gallery, it is very difficult to change later. If gallery is still preview, do not update default tag.
@hyonholee Please resolve the conflicts |
Automation for azure-sdk-for-javaEncountered an unknown error: (azure-sdk-for-java)
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/github.py", line 167, 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 182, 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 237, in generate_sdk_from_git_object
raise ValueError("Unable to locate configuration in {}".format(branch_list))
ValueError: Unable to locate configuration in ['restapi_auto_compute/resource-manager', 'restapi_auto_3175', 'master'] |
LGTM, Thanks. |
@AutorestCI regenerate azure-sdk-for-python |
added powershell and arm schema
This checklist is used to make sure that common issues in a pull request are addressed. This will expedite the process of getting your pull request merged and avoid extra work on your part to fix issues discovered during the review process.
PR information
api-version
in the path should match theapi-version
in the spec).Quality of Swagger