You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Azure SDK for JS repository uses rollup in order to produce browser bundles.
Historically, every package contained its own rollup configuration files when building a browser bundle for testing.
We have an effort in place to share rollup configuration across packages from a common source.
What to do:
Delete rollup.base.config.js and rollup.test.config.js
Run rushx test from the package folder after setting up your environment
Acceptance criteria:
rushx test succeeds
rollup.base.config.js and rollup.test.config.js are removed from the relevant directories
The text was updated successfully, but these errors were encountered:
jeremymeng
added
Client
This issue points to a problem in the data-plane of the library.
EngSys
This issue is impacting the engineering system.
labels
Sep 23, 2021
Dev desktopvirtualization microsoft.desktop virtualization 2022 02 10 preview (Azure#17807)
* Adds base for updating Microsoft.DesktopVirtualization from version preview/2021-09-03-preview to version 2022-02-10-preview
* Updates readme
* Updates API version in new specs and examples
* add agent update properties
* change parameter length restrictions
* fix identifiers
* change mininum for scaling
* - added new enum values for hostpool
- added the read only collection array of private endpoint connections
to hostpool & workspace
* friendly name
* remove length requiremetns
* split patch properties
Co-authored-by: Paul McDaniel <[email protected]>
(adopted from KV tracking issue)
The Azure SDK for JS repository uses rollup in order to produce browser bundles.
Historically, every package contained its own rollup configuration files when building a browser bundle for testing.
We have an effort in place to share rollup configuration across packages from a common source.
What to do:
rollup.base.config.js
androllup.test.config.js
rollup.config.js
to the following:rushx test
from the package folder after setting up your environmentAcceptance criteria:
rushx test
succeedsrollup.base.config.js
androllup.test.config.js
are removed from the relevant directoriesThe text was updated successfully, but these errors were encountered: