diff --git a/eng/common/testproxy/target_version.txt b/eng/common/testproxy/target_version.txt index 30229be64fe4..1466900c73ee 100644 --- a/eng/common/testproxy/target_version.txt +++ b/eng/common/testproxy/target_version.txt @@ -1 +1 @@ -1.0.0-dev.20240604.2 +1.0.0-dev.20240619.2 diff --git a/sdk/containers/azcontainerregistry/assets.json b/sdk/containers/azcontainerregistry/assets.json index 7677bc61aa77..b7e540810034 100644 --- a/sdk/containers/azcontainerregistry/assets.json +++ b/sdk/containers/azcontainerregistry/assets.json @@ -2,5 +2,5 @@ "AssetsRepo": "Azure/azure-sdk-assets", "AssetsRepoPrefixPath": "go", "TagPrefix": "go/containers/azcontainerregistry", - "Tag": "go/containers/azcontainerregistry_b6bdd049bc" + "Tag": "go/containers/azcontainerregistry_734baeebc4" } diff --git a/sdk/containers/azcontainerregistry/client_test.go b/sdk/containers/azcontainerregistry/client_test.go index 682552a66231..9c49236659e9 100644 --- a/sdk/containers/azcontainerregistry/client_test.go +++ b/sdk/containers/azcontainerregistry/client_test.go @@ -20,7 +20,6 @@ import ( "github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming" "github.com/Azure/azure-sdk-for-go/sdk/azcore/to" "github.com/Azure/azure-sdk-for-go/sdk/internal/mock" - "github.com/Azure/azure-sdk-for-go/sdk/internal/recording" "github.com/stretchr/testify/require" ) @@ -131,9 +130,6 @@ func TestClient_DeleteTag_error(t *testing.T) { } func TestClient_GetManifest(t *testing.T) { - if recording.GetRecordMode() == recording.PlaybackMode { - t.Skip("https://github.com/Azure/azure-sdk-for-go/issues/22919") - } startRecording(t) endpoint, cred, options := getEndpointCredAndClientOptions(t) ctx := context.Background() @@ -616,9 +612,6 @@ func TestClient_UpdateTagProperties_wrongTag(t *testing.T) { } func TestClient_UploadManifest(t *testing.T) { - if recording.GetRecordMode() == recording.PlaybackMode { - t.Skip("https://github.com/Azure/azure-sdk-for-go/issues/22919") - } startRecording(t) endpoint, cred, options := getEndpointCredAndClientOptions(t) ctx := context.Background()