blackstork/microsoft plugin
v0.4.2
,
Github
Description #
The microsoft
plugin for Microsoft services.
Installation #
To install the plugin, add it to plugin_versions
map in the Fabric global configuration block (see Global configuration for more details), with a version constraint restricting which available versions of the plugin the codebase is compatible with:
fabric {
plugin_versions = {
"blackstork/microsoft" = ">= v0.4.2"
}
}