-
Notifications
You must be signed in to change notification settings - Fork 400
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
GetUpgradeProgress incorrect API docs #1114
Comments
Hello @hbuckle , Tanvir |
@motanv - do you have a timeline for the fix, as the client libraries are broken until this is resolved? |
@motanv - Is this going to be fixed? |
Hello @hbuckle, we shall get to it soon. Thanks. |
Hello @hbuckle, just to let you know the pull request for the fix has been completed, it should be available in the next refresh. Thanks. |
@motanv are you able to confirm which refresh this was included in and close? thanks! |
The GetUpgradeProgress API returns the
ApplicationHealthPolicyMap
property as an object, but according to the API docs it should be an array.This causes an error in generated clients as seen here
Expected Behavior
Get-SFClusterUpgradeProgress / Microsoft.ServiceFabric.Client.Http.ClusterClient.GetClusterUpgradeProgressAsync return succesfully
Current Behavior
This is the raw JSON from the API
ApplicationHealthPolicyMap definition
https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/servicefabric/data-plane/Microsoft.ServiceFabric/stable/7.0/servicefabric.json
https://docs.microsoft.com/en-us/rest/api/servicefabric/sfclient-model-clusterupgradedescriptionobject#applicationhealthpolicymap
Service Fabric Runtime and SDK Version :
7.0.457.9590
6.5.676.9590
Operating System :
Windows
The text was updated successfully, but these errors were encountered: