1010 "azure-core" :[
1111 os .path .join ("/sdk" , "servicebus" , "azure-servicebus" ),
1212 os .path .join ("/sdk" , "eventhub" , "azure-eventhub" ),
13- os .path .join ("/sdk" , "tables" , "azure-data-table " ),
14- os .path .join ("/sdk" , "appconfig " , "azure-appconfig " ),
13+ os .path .join ("/sdk" , "tables" , "azure-data-tables " ),
14+ os .path .join ("/sdk" , "appconfiguration " , "azure-appconfiguration " ),
1515 os .path .join ("/sdk" , "keyvault" , "azure-keyvault-keys" ),
1616 os .path .join ("/sdk" , "identity" , "azure-identity" ),
1717 os .path .join ("/sdk" , "core" , "azure-mgmt-core" ),
2222 # related to windows only + emulator
2323 # os.path.join("/sdk", "cosmos", "azure-cosmos"),
2424 os .path .join ("/sdk" , "ml" , "azure-ai-ml" ),
25- os .path .join ("/sdk" , "ai " , "azure-ai-documentintelligence" ),
25+ os .path .join ("/sdk" , "documentintelligence " , "azure-ai-documentintelligence" ),
2626 os .path .join ("/sdk" , "ai" , "azure-ai-inference" ),
27- os .path .join ("/sdk" , "ai " , "azure-ai-textanalytics" ),
28- os .path .join ("/sdk" , "ai " , "azure-ai-doctranslation " ),
27+ os .path .join ("/sdk" , "textanalytics " , "azure-ai-textanalytics" ),
28+ os .path .join ("/sdk" , "translation " , "azure-ai-translation-document " ),
2929 os .path .join ("/sdk" , "compute" , "azure-mgmt-compute" ),
3030 os .path .join ("/sdk" , "communication" , "azure-communication-chat" ),
3131 os .path .join ("/sdk" , "communication" , "azure-communication-identity" ),
3434 "azure-mgmt-core" : [
3535 os .path .join ("/sdk" , "compute" , "azure-mgmt-compute" ),
3636 os .path .join ("/sdk" , "network" , "azure-mgmt-network" ),
37- os .path .join ("/sdk" , "resource " , "azure-mgmt-resource" ),
37+ os .path .join ("/sdk" , "resources " , "azure-mgmt-resource" ),
3838 os .path .join ("/sdk" , "keyvault" , "azure-mgmt-keyvault" )
3939 ]
4040}
6666 )
6767 except :
6868 # Skip setup.py if the package cannot be parsed
69- pass
69+ pass
0 commit comments