mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 00:01:34 +00:00
nit(python): add azure keyvault and storage to imports mapping (#5517)
* feat(python): fully qualified imports mapping * make contributor-friendly * use more intuitive sign * map the most of the google and azure * nit(python): add azure keyvault and storage to imports mapping
This commit is contained in:
@@ -323,6 +323,8 @@ pub static FULL_IMPORTS_MAP: PyMap = phf_map! {
|
||||
"azure.mgmt.regionmove" => "azure-mgmt-regionmove",
|
||||
"azure.mgmt.edgegateway" => "azure-mgmt-edgegateway",
|
||||
"azure.mgmt.nspkg" => "azure-mgmt-nspkg",
|
||||
"azure.keyvault.secrets" => "azure-keyvault-secrets",
|
||||
"azure.storage.blob" => "azure-storage-blob",
|
||||
// Add new entry here ^
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user