-
Notifications
You must be signed in to change notification settings - Fork 12
Combine Invoke-FabricRestMethod and Test-FabricApiResponse #151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ross the deployment pipeline functions
…justed "Deployment Pipeline" functions to new version of `Invoke-FabricRestMethod` #143
…-FabricRestMethod`. Used splatting for params.
Linux Test Results5 085 tests 5 084 ✅ 46s ⏱️ Results for commit 9516b81. ♻️ This comment has been updated with latest results. |
WinPS51 Test Results5 298 tests 5 297 ✅ 46s ⏱️ Results for commit 9516b81. ♻️ This comment has been updated with latest results. |
WinPS71 Test Results5 298 tests 5 297 ✅ 47s ⏱️ Results for commit 9516b81. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good for me.
Pull Request
This PR addresses the following issues (they are all related to each other, so they had to be changed in the same branch):
Invoke-FabricRestMethod
andTest-FabricApiResponse
#143Invoke-FabricRestMethod
#88Pull Request (PR) description
Added
Invoke-FabricRestMethod
handles throttling (error 429) by pausing and repeating the request (Handling Throttling message (Error 429) inInvoke-FabricRestMethod
#88)Changed
Invoke-FabricRestMethod
: (CombineInvoke-FabricRestMethod
andTest-FabricApiResponse
#143)Test-FabricApiResponse
from parent public function-HandleResponse
is provided)Invoke-FabricRestMethod
. Used splatting for params.Write-Message
uses PSFramework function for logging, which logs function name (Use PSFramework for logging #84)Task list
build.ps1 -ResolveDependency -Tasks build, test
).