diff --git a/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/examples/AppResiliency_CreateOrUpdate.json b/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/examples/AppResiliency_CreateOrUpdate.json index fbc66f568f30..662954881d97 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/examples/AppResiliency_CreateOrUpdate.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/examples/AppResiliency_CreateOrUpdate.json @@ -33,7 +33,9 @@ "errors": [ "5xx", "connect-failure", - "reset" + "reset", + "retriable-headers", + "retriable-status-codes" ] } }, @@ -89,7 +91,9 @@ "errors": [ "5xx", "connect-failure", - "reset" + "reset", + "retriable-headers", + "retriable-status-codes" ] } }, @@ -144,7 +148,9 @@ "errors": [ "5xx", "connect-failure", - "reset" + "reset", + "retriable-headers", + "retriable-status-codes" ] } }, diff --git a/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/examples/AppResiliency_Get.json b/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/examples/AppResiliency_Get.json index 61306cc7ea66..89f79d55a0c8 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/examples/AppResiliency_Get.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/examples/AppResiliency_Get.json @@ -40,7 +40,9 @@ "errors": [ "5xx", "connect-failure", - "reset" + "reset", + "retriable-headers", + "retriable-status-codes" ] } }, diff --git a/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/examples/AppResiliency_List.json b/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/examples/AppResiliency_List.json index 0536b57457b3..c61bc4c2f060 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/examples/AppResiliency_List.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/examples/AppResiliency_List.json @@ -41,7 +41,9 @@ "errors": [ "5xx", "connect-failure", - "reset" + "reset", + "retriable-headers", + "retriable-status-codes" ] } }, diff --git a/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/examples/AppResiliency_Patch.json b/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/examples/AppResiliency_Patch.json index 1460d68bc57f..d775cb2d8a6e 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/examples/AppResiliency_Patch.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2023-08-01-preview/examples/AppResiliency_Patch.json @@ -48,7 +48,9 @@ "errors": [ "5xx", "connect-failure", - "reset" + "reset", + "retriable-headers", + "retriable-status-codes" ] } },