-
Notifications
You must be signed in to change notification settings - Fork 288
Fix Manifest file creation for JsonArray with single element #978
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
Conversation
fix single object array to object conversion
seantleonard
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments about syntax
…a-api-builder into abhishekkumams-patch-1
aaronburtle
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Aniruddh25
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM only if we confirmed SWA CLI is already accepting this modified manifest file from object to array?
Why make this change?
What is this change?
@()which is the correct way to define Arrays in powershell instead of using'[]'and converting to jsonArray.How was this tested?