Commit d95eea9
authored
Refactor Request Exception to move Exception Generation string to new function (#499)
* Update CHANGELOG, add Get-CosmosDbRequestExceptionString function, and refactor Invoke-CosmosDbRequest; update CI pipeline for MacOS-13
* Refactor error handling in unit tests for Get-CosmosDbRequestExceptionString to use ErrorRecord objects
* Enhance Get-CosmosDbRequestExceptionString function to handle null response scenarios and update unit tests for improved clarity and coverage
* Refactor Azure Pipelines configuration to consolidate unit and integration test jobs into matrices for improved maintainability and scalability
* Update Azure Pipelines configuration to enable PowerShell execution for unit and integration tests on specific environments
* Update CHANGELOG and improve Get-CosmosDbRequestExceptionString function and tests for better error handling
* Update README and Azure Pipelines configuration to add support for Windows Server 2025 and Ubuntu 24.04
* Add support for macOS 14 and macOS 15 in Azure Pipelines configuration and README
* Update README and Azure Pipelines configuration to include Windows Server 2025 support and PowerShell 7.x test matrices
* Update CHANGELOG to reflect added testing for macOS and Windows Server in CI pipeline
* Fix spelling errors in CI pipeline configuration and update CHANGELOG
* Fix typos in README for clarity and accuracy1 parent e02bbee commit d95eea9
File tree
7 files changed
+357
-352
lines changed- source/Private/utils
- tests/Unit
7 files changed
+357
-352
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
10 | 23 | | |
11 | 24 | | |
12 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
466 | | - | |
| 466 | + | |
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
| |||
1250 | 1250 | | |
1251 | 1251 | | |
1252 | 1252 | | |
| 1253 | + | |
| 1254 | + | |
| 1255 | + | |
| 1256 | + | |
| 1257 | + | |
1253 | 1258 | | |
1254 | 1259 | | |
1255 | 1260 | | |
1256 | | - | |
1257 | | - | |
1258 | | - | |
| 1261 | + | |
| 1262 | + | |
| 1263 | + | |
| 1264 | + | |
| 1265 | + | |
1259 | 1266 | | |
1260 | 1267 | | |
1261 | 1268 | | |
| |||
0 commit comments