Skip to content

Conversation

@iscai-msft
Copy link
Contributor

fixes #785

@iscai-msft iscai-msft requested review from daviwil and lmazuel October 9, 2020 22:40
Copy link
Contributor

@daviwil daviwil left a comment

Choose a reason for hiding this comment

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

Looks good to me!

…into add_python_debug

* 'autorestv3' of https://github.com/Azure/autorest.python:
  Update package.json
  Update ChangeLog.md
  fix bug to allow polling with parameterized endpoints and relative polling urls (#784)
Copy link
Contributor

@daviwil daviwil left a comment

Choose a reason for hiding this comment

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

Not sure why it cleared my review!

@iscai-msft
Copy link
Contributor Author

/azp run autorest.python - ci

@azure-pipelines
Copy link

No pipelines are associated with this pull request.

@daviwil
Copy link
Contributor

daviwil commented Oct 15, 2020

/azp run autorest.python - ci

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

}

runPython3(process.argv[2]).catch(err => {
runPython3(...process.argv.slice(2)).catch(err => {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is saying "let me take the arguments from index 2 and onwards, and splat them"

@iscai-msft iscai-msft merged commit d51bc45 into autorestv3 Oct 16, 2020
@iscai-msft iscai-msft deleted the add_python_debug branch October 16, 2020 22:10
iscai-msft added a commit that referenced this pull request Oct 26, 2020
…into add_typing_imports

* 'autorestv3' of https://github.com/Azure/autorest.python:
  Update package.json
  Update ChangeLog.md
  add support for --python.debugger (#790)
  fix property inheritance (#795)
iscai-msft added a commit to iscai-msft/autorest.python that referenced this pull request Nov 4, 2020
…into new_paging

* 'autorestv3' of https://github.com/Azure/autorest.python:
  Update package.json
  Update ChangeLog.md
  add support for --python.debugger (Azure#790)
  fix property inheritance (Azure#795)
  regen to get setup version requirement changes (Azure#793)
  Update package.json
  Update ChangeLog.md
  fix bug to allow polling with parameterized endpoints and relative polling urls (Azure#784)
  switch structure of multiapi section into classes instead of dicts (Azure#755)
  Update package.json
  update m4 to 4.15.421 (Azure#781)
  add content_type docstring if multiple media types to lro and paging docs (Azure#778)
  fix trailing comma issue (Azure#777)
iscai-msft added a commit that referenced this pull request Nov 23, 2020
…into multiapi_diff_signatures

* 'autorestv3' of https://github.com/Azure/autorest.python: (25 commits)
  Update package.json
  Update ChangeLog.md
  add support for custom pollers and pagers (#821)
  Update package.json
  Update ChangeLog.md
  include generation and tests for no operations (#802)
  fix lro response setting (#813)
  add tests for empty first page (#824)
  access error model from operation group's model property (#819)
  Update package.json
  Update ChangeLog.md
  set discriminator value if readonly (#815)
  regen to get testserver updates (#814)
  allow services with no operations to generate (#801)
  Update package.json
  Update ChangeLog.md
  set default value for properties if x-ms-client-default set (#798)
  Update package.json
  Update ChangeLog.md
  add support for --python.debugger (#790)
  ...
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.

Support --python.debug

4 participants