Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
Emulators
Contains tasks to control the local Azure Emulator
Functions and values
Function or value | Description |
Emulators.msSdkBasePath
Signature: string
|
Base path for getting tools from Microsoft SDKs |
Emulators.resetDevStorage(_arg1)
Signature: _arg1:'?19243 -> unit
Type parameters: '?19243 |
Resets the devstore (BLOB, Queues and Tables) |
Emulators.startComputeEmulator(_arg1)
Signature: _arg1:'?19241 -> unit
Type parameters: '?19241 |
Starts the compute emulator |
Emulators.startStorageEmulator(_arg1)
Signature: _arg1:'?19237 -> unit
Type parameters: '?19237 |
Starts the storage emulator |
Emulators.stopComputeEmulator(_arg1)
Signature: _arg1:'?19239 -> unit
Type parameters: '?19239 |
Stops the compute emulator |
Emulators.stopStorageEmulator(_arg1)
Signature: _arg1:'?19235 -> unit
Type parameters: '?19235 |
Stops the storage emulator |