-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Generate arm-resource #16
Conversation
filename: 'resource.js', | ||
path: __dirname, | ||
libraryTarget: 'var' | ||
}, |
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.
@RikkiGibson Can you take a look at this file specifically to make sure it ended up correct? This package is slightly different than the other packages, and I'm hoping that I did the metadata files correctly.
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.
Make sure you decide on a name for the library var using the library
property. See an example in ms-rest-js.
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.
Make sure to update the generated browser examples in README.md.
Generate arm-resource
* fix examples * adding some useful settings in settings.json * initial implementation of sessions * changes as per review feedback.
Merge pull request #16 from leonardbf/NFSAAS-2185-R4-swagger-standard NFSAAS-2185 update to R4 standard
Azure#16) * Enable the esModuleInterop compiler flag, address compiler warnings and bump version number * Bump the package version and update the changelog * Update tests to address the new compiler flag
Add scripts for manipulating ms-rest-js version
* resolve merge conflict - tsconfig.json * add cosmos in rush.json * update dependencies - sync-versions * add script "extract-api" * delete .prettierrc * update package.json script commands * npm run bundle command * Fix typo in samples/package.json * npm run clean command * remove unrelated file .gitattributes * Update package.json repo links * add ci.yml from cosmos v2 * Node 6 to Node 8 - integration step * azure-cosmos-js -> azure-sdk-for-js * Update License document * update tool chain from npm to rush * add package name * delete package-lock.json * add cosmos-additional-steps.yml file * add PostIntegrationSteps variable * condition: succeededOrFailed() for additional steps * add parameters PackageName and PackagePath * Smaller Matrix for Unit tests as per Daniel's idea * parameters - fix typo * regenerate pnpm-lock file * test:consumer -> test-consumer * remove matrix for unit-tests
* Pipelines and setup for cosmos sdk (#16) * resolve merge conflict - tsconfig.json * add cosmos in rush.json * update dependencies - sync-versions * add script "extract-api" * delete .prettierrc * update package.json script commands * npm run bundle command * Fix typo in samples/package.json * npm run clean command * remove unrelated file .gitattributes * Update package.json repo links * add ci.yml from cosmos v2 * Node 6 to Node 8 - integration step * azure-cosmos-js -> azure-sdk-for-js * Update License document * update tool chain from npm to rush * add package name * delete package-lock.json * add cosmos-additional-steps.yml file * add PostIntegrationSteps variable * condition: succeededOrFailed() for additional steps * add parameters PackageName and PackagePath * Smaller Matrix for Unit tests as per Daniel's idea * parameters - fix typo * regenerate pnpm-lock file * test:consumer -> test-consumer * remove matrix for unit-tests * checking if bash task affects the build * update test-consumer command * script over one-line setup * remove endpoint in env vars * disable IndexManagement sample * add mocha-junit-reporter * update pipeline script (#18) * add await for cosmosdb to start * use java emulator install procedure * add variables for emulator msi * use parameters as would be expected * use correct quotes * remove java-specific steps, use accepted emulator msi url * without the single quote * update start-process step * ProgramFiles -> Temp
escape single quotes in regular expressions
Support SealedChoice
No description provided.