Skip to content

Commit b29856f

Browse files
author
SDKAuto
committed
CodeGen from PR 17508 in Azure/azure-rest-api-specs
add x-ms-enum to servicefabric (#17508)
1 parent b4aa7d3 commit b29856f

File tree

7 files changed

+2
-11119
lines changed

7 files changed

+2
-11119
lines changed

schemas/2020-12-01-preview/Microsoft.ServiceFabric.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2396,7 +2396,7 @@
23962396
"properties": {
23972397
"instanceCloseDelayDuration": {
23982398
"type": "string",
2399-
"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."
2399+
"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)."
24002400
},
24012401
"instanceCount": {
24022402
"oneOf": [

0 commit comments

Comments
 (0)