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 storagesync management Node.js package version to 1.0.0 #3677

Merged
1 commit merged into from
Aug 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions specification/storagesync/resource-manager/readme.nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Please also specify `--node-sdks-folder=<path to root folder of your azure-sdk-f
``` yaml $(nodejs)
nodejs:
azure-arm: true
package-name: azure-arm-storagesyncmanagement
package-version: 1.1.0
output-folder: $(node-sdks-folder)/lib/services/storagesyncmanagement
package-name: azure-arm-storagesync
package-version: 1.0.0
output-folder: $(node-sdks-folder)/lib/services/storagesyncManagement
Copy link
Member

Choose a reason for hiding this comment

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

This is changing to match the reality in azure-sdk-for-node I trust?

Copy link
Author

Choose a reason for hiding this comment

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

Yes. This package hasn't been published yet, so I changed it so that it follows our standard practices.

generate-license-txt: true
generate-package-json: true
generate-readme-md: true
Expand Down