Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonodonnell committed Oct 20, 2021
1 parent bf9c235 commit a693813
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion api/application_msgraph.go
Expand Up @@ -326,7 +326,7 @@ func (c AppClient) createApplicationResponder(resp *http.Response) (ApplicationR
autorest.ByUnmarshallingJSON(&result),
autorest.ByClosing())
result.Response = autorest.Response{Response: resp}
return result, nil
return result, err
}

func (c AppClient) deleteApplicationPreparer(ctx context.Context, applicationObjectID string) (*http.Request, error) {
Expand Down
1 change: 0 additions & 1 deletion provider_mock_test.go
Expand Up @@ -10,7 +10,6 @@ import (
"time"

"github.com/Azure/azure-sdk-for-go/profiles/latest/authorization/mgmt/authorization"
"github.com/Azure/azure-sdk-for-go/profiles/latest/compute/mgmt/compute"
"github.com/Azure/go-autorest/autorest/date"
"github.com/Azure/go-autorest/autorest/to"
"github.com/hashicorp/vault-plugin-secrets-azure/api"
Expand Down

0 comments on commit a693813

Please sign in to comment.