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 2666f5f commit be06d88Copy full SHA for be06d88
tests/tazureChat.m
@@ -462,9 +462,9 @@ function canUseAPIVersions(testCase, APIVersions)
462
end
463
464
function apiVersions = iGetAPIVersions()
465
-apiVersions = struct("2024-05-01-preview", "2024-05-01-preview", ...
466
- "2024-04-01-preview", "2024-04-01-preview", ...
467
- "2024-03-01-preview", "2024-03-01-preview", ...
468
- "2024-02-01", "2024-02-01", ...
469
- "2023-05-15", "2023-05-15");
+apiVersions = struct("Version_2024_05_01_preview", "2024-05-01-preview", ...
+ "Version_2024_04_01_preview", "2024-04-01-preview", ...
+ "Version_2024_03_01_preview", "2024-03-01-preview", ...
+ "Version_2024_02_01", "2024-02-01", ...
+ "Version_2023_05_15", "2023-05-15");
470
0 commit comments