- [x] switch instances of TextDocumentInput in tests for LD to DetectLanguageInput: https://github.com/Azure/azure-sdk-for-python/blob/feature/text_analytics_v3.0/sdk/textanalytics/azure-ai-textanalytics/tests/test_detect_language.py#L62 - [x] service has fixed, remove skip: https://github.com/Azure/azure-sdk-for-python/blob/feature/text_analytics_v3.0/sdk/textanalytics/azure-ai-textanalytics/tests/test_detect_language.py#L516 - [x] add test for client with null endpoint - [x] pass in invalid language to appropriate endpoints - [x] pass in null for docs to all endpoints - [x] make sure elements returned in same order - [x] make sure inner error takes precedence over outer error - [x] remove duplicate bad_model_version tests