Skip to content

Commit

Permalink
CodeGen from PR 17508 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
add x-ms-enum to servicefabric (#17508)
  • Loading branch information
SDKAuto committed Jan 27, 2022
1 parent b4aa7d3 commit b29856f
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 11,119 deletions.
2 changes: 1 addition & 1 deletion schemas/2020-12-01-preview/Microsoft.ServiceFabric.json
Original file line number Diff line number Diff line change
Expand Up @@ -2396,7 +2396,7 @@
"properties": {
"instanceCloseDelayDuration": {
"type": "string",
"description": "Delay duration for RequestDrain feature to ensures that the endpoint advertised by the stateless instance is removed before the delay starts prior to closing the instance. This delay enables existing requests to drain gracefully before the instance actually goes down (https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-application-upgrade-advanced#avoid-connection-drops-during-stateless-service-planned-downtime-preview). It is first interpreted as a string representing an ISO 8601 duration. If that fails, then it is interpreted as a number representing the total number of milliseconds."
"description": "Delay duration for RequestDrain feature to ensures that the endpoint advertised by the stateless instance is removed before the delay starts prior to closing the instance. This delay enables existing requests to drain gracefully before the instance actually goes down (https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-application-upgrade-advanced#avoid-connection-drops-during-stateless-service-planned-downtime-preview). It is represented in ISO 8601 format (hh:mm:ss.s)."
},
"instanceCount": {
"oneOf": [
Expand Down
Loading

0 comments on commit b29856f

Please sign in to comment.