We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af54148 commit 05fe64eCopy full SHA for 05fe64e
src/azure-cli-core/azure/cli/core/profiles/_shared.py
@@ -218,6 +218,7 @@ def default_api_version(self):
218
ResourceType.DATA_STORAGE_FILESHARE: '2025-05-05',
219
ResourceType.DATA_STORAGE_QUEUE: '2018-03-28',
220
ResourceType.DATA_COSMOS_TABLE: '2017-04-17',
221
+ ResourceType.DATA_STORAGE_TABLE: None,
222
ResourceType.MGMT_SERVICEBUS: '2022-10-01-preview',
223
ResourceType.MGMT_EVENTHUB: '2022-01-01-preview',
224
ResourceType.MGMT_MONITOR: None,
0 commit comments