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:
pyranota
2025-03-27 00:11:28 +01:00
committed by GitHub
parent 1dac08167c
commit b5e86cc3db
@@ -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 ^
};