Skip to content

Conversation

@hvermis
Copy link
Contributor

@hvermis hvermis commented Sep 7, 2018

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

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • Except for special cases involving multiple contributors, the PR is started from a fork of the main repository, not a branch.
  • If applicable, the PR references the bug/issue that it fixes.
  • Swagger files are correctly named (e.g. the api-version in the path should match the api-version in the spec).

Quality of Swagger

@AutorestCI
Copy link

AutorestCI commented Sep 7, 2018

Automation for azure-sdk-for-python

The initial PR has been merged into your service PR:
Azure/azure-sdk-for-python#2293

@AutorestCI
Copy link

AutorestCI commented Sep 7, 2018

Automation for azure-sdk-for-ruby

Nothing to generate for azure-sdk-for-ruby

@azuresdkci
Copy link
Contributor

Can one of the admins verify this patch?

@AutorestCI
Copy link

AutorestCI commented Sep 7, 2018

Automation for azure-sdk-for-go

The initial PR has been merged into your service PR:
Azure/azure-sdk-for-go#2630

@AutorestCI
Copy link

AutorestCI commented Sep 7, 2018

Automation for azure-sdk-for-node

Nothing to generate for azure-sdk-for-node

@AutorestCI
Copy link

AutorestCI commented Sep 7, 2018

Automation for azure-sdk-for-java

The initial PR has been merged into your service PR:
Azure/azure-sdk-for-java#2136

"description": "Get GitHub access token response definition.",
"properties": {
"gitHubAccessToken": {
"description": "GitHub access token.",
Copy link
Contributor

@hovsepm hovsepm Sep 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"readOnly": true ? #Resolved

@hovsepm
Copy link
Contributor

hovsepm commented Sep 7, 2018

error: 
operationId: Factories_GetGitHubAccessToken
scenario: Factories_GetGitHubAccessToken
source: response
responseCode: '200'
severity: 0
errorCode: OBJECT_ADDITIONAL_PROPERTIES
errorDetails:
  code: OBJECT_ADDITIONAL_PROPERTIES
  params:
    - - tags
      - location
      - eTag
      - properties
      - type
      - name
      - id
  message: >-
    Additional properties not allowed:
    tags,location,eTag,properties,type,name,id
  path: ''
  title: /definitions/GitHubAccessTokenResponse
  description: Get GitHub access token response definition.
  position:
    line: 3252
    column: 34
  url: >-
    specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json
  jsonPosition: !<tag:yaml.org,2002:js/undefined> ''
  jsonUrl: >-
    specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/examples/Factories_GetGitHubAccessToken.json

Seems like example does not return the type that is described in the swagger. Please fix. #Resolved

@hovsepm
Copy link
Contributor

hovsepm commented Sep 7, 2018

@hvermis there are bunch of existing Model Validator Errors not related to your PR. Please fix them in the future ;)
#Pending

Copy link
Contributor

@hovsepm hovsepm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

waiting for example response message fix.

}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/getGitHubAccessToken": {
Copy link
Member

@simongdavies simongdavies Sep 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you expect this action to be used in an ARM template? If so you may want to change the name so it begins with list, if you do this the action will be able to be invoked from a template , you also need to make changes to your manifest to enable this functionality as there is data in the POST body. #Closed

Copy link
Contributor Author

@hvermis hvermis Sep 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this will not be used in ARM templates. #Closed

@hvermis
Copy link
Contributor Author

hvermis commented Sep 7, 2018

Will address them in next PR


In reply to: 419502847 [](ancestors = 419502847)

@hovsepm hovsepm merged commit 481e9b9 into Azure:master Sep 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants