Skip to content
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

Update kudu package to new azure sdk for js #777

Merged
merged 1 commit into from
Jul 30, 2020
Merged

Update kudu package to new azure sdk for js #777

merged 1 commit into from
Jul 30, 2020

Conversation

ejizba
Copy link
Contributor

@ejizba ejizba commented Jul 24, 2020

This PR is actually way fewer files than it seems because almost all of it is auto-generated by autorest (including all the ts files, tsconfig.json, rollup.config.js, and even parts of package.json). The main files we will ever edit are "autorestconfig.json" and "swagger.json"

Related to #510

"author": "Microsoft Corporation",
"version": "0.1.9",
"description": "Client used to interact with Kudu.",
"tags": [
Copy link
Member

Choose a reason for hiding this comment

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

Any reason to remove these tags?

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 change was related to the auto-generation, not intentional. In any case, the main goal of this package is for our own use, so tags don't really matter

@@ -0,0 +1,37 @@
import rollup from "rollup";
Copy link
Member

Choose a reason for hiding this comment

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

Does this need a license at the top too?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not worried about it. This file was generated with autorest, and the main sdk repo doesn't seem to add it to their files either - for example: https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/appservice/arm-appservice/rollup.config.js

"moduleResolution": "node",
"strict": true,
"target": "es5",
Copy link
Member

Choose a reason for hiding this comment

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

Should the target have changed especially since the module is es6?

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 file was generated by autorest, so I'd rather just trust them to pick this stuff

@ejizba ejizba merged commit 7a0846c into master Jul 30, 2020
@ejizba ejizba deleted the ej/kuduV2 branch July 30, 2020 18:21
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.

2 participants