diff --git a/msgraph/application_templates.go b/msgraph/application_templates.go index 1aeac9db..ca24bf8c 100644 --- a/msgraph/application_templates.go +++ b/msgraph/application_templates.go @@ -95,9 +95,8 @@ func (c *ApplicationTemplatesClient) Instantiate(ctx context.Context, applicatio } resp, status, _, err := c.BaseClient.Post(ctx, PostHttpRequestInput{ - Body: body, - ConsistencyFailureFunc: RetryOn404ConsistencyFailureFunc, - ValidStatusCodes: []int{http.StatusCreated}, + Body: body, + ValidStatusCodes: []int{http.StatusCreated}, Uri: Uri{ Entity: fmt.Sprintf("/applicationTemplates/%s/instantiate", *applicationTemplate.ID), },