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